mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-13 00:53:02 -04:00
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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user