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

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