dev-python/flufl-testing: update SRC_URI
Signed-off-by: Alarig Le Lay <alarig@swordarmor.fr>
This commit is contained in:
parent
88ae06372c
commit
481bd7a710
|
@ -3,14 +3,14 @@
|
|||
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{9..11} )
|
||||
inherit distutils-r1
|
||||
PYTHON_COMPAT=( python3_{10..12} )
|
||||
inherit distutils-r1 pypi
|
||||
SRC_URI="$(pypi_sdist_url --no-normalize flufl.testing ${PV})"
|
||||
|
||||
MY_P=${P/-/.}
|
||||
|
||||
DESCRIPTION="Small collection of test tool plugins"
|
||||
HOMEPAGE="https://gitlab.com/warsaw/flufl.testing https://pypi.org/project/flufl.testing/"
|
||||
SRC_URI="mirror://pypi/${PN::1}/${PN/-/.}/${MY_P}.tar.gz"
|
||||
S="${WORKDIR}/${MY_P}"
|
||||
|
||||
LICENSE="Apache-2.0"
|
||||
|
|
Loading…
Reference in a new issue