diff --git a/dev-python/xunitparser/Manifest b/dev-python/xunitparser/Manifest index a0449561d4..0675796579 100644 --- a/dev-python/xunitparser/Manifest +++ b/dev-python/xunitparser/Manifest @@ -1 +1 @@ -DIST xunitparser-1.3.4.tar.gz 15198 BLAKE2B d7a9dff5ff87609262884db617099574673b9cc23239fbfdb1654a2e6657e29020cd92fb6c9743d827d152f3cd911ea731e7af5ba8126da474863574090b89cb SHA512 5958e9176e690c5fc78acc169c3ac3e574925a6f186d817191dc5c156549b669b4d3981c0a116275c06b225569a2f74e5f36ff61e616dd7bedc62b03f7e0fe65 +DIST xunitparser-v1.3.4.tar.gz 13430 BLAKE2B 8369170f13360f51a51b2ac47c084fd75c60d7031a62909fe8bcb5bf72e4501eb0b5a351d967a4b00a480487d576323e7e072d5161c5e2e1ac5c5ac82edd4a1c SHA512 2e1d52ab225d82fe133cbfcbd73e403ff990e1321766bf61c4a3b947305a41a76cdfede874702eb35a2f4b5e711a239304193492621dc47dfcc76d623ef207bf diff --git a/dev-python/xunitparser/xunitparser-1.3.4.ebuild b/dev-python/xunitparser/xunitparser-1.3.4.ebuild index 9d5f39ccb1..5c9a67a1bf 100644 --- a/dev-python/xunitparser/xunitparser-1.3.4.ebuild +++ b/dev-python/xunitparser/xunitparser-1.3.4.ebuild @@ -9,7 +9,8 @@ inherit distutils-r1 DESCRIPTION="Read JUnit/XUnit XML files and map them to Python objects" HOMEPAGE="http://gitlab.com/woob/xunitparser/" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" +SRC_URI="https://gitlab.com/woob/xunitparser/-/archive/v${PV}/xunitparser-v${PV}.tar.gz" +S="${WORKDIR}/xunitparser-v${PV}/" LICENSE="MIT" SLOT="0"