dev-python/xunitparser: Switch SRC_URI from PyPI to gitlab

git-tag auto-generated archives are more trustworthy as on PyPI, even normal
developer-uploaded tarballs tends to modify code and add/remove some files.

Signed-off-by: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
This commit is contained in:
Haelwenn (lanodan) Monnier
2022-12-13 22:21:44 +01:00
parent f57938a25e
commit b5161e08ab
2 changed files with 3 additions and 2 deletions

View File

@@ -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

View File

@@ -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"