dev-python/flufl-testing: update SRC_URI

Signed-off-by: Alarig Le Lay <alarig@swordarmor.fr>
This commit is contained in:
Alarig Le Lay 2024-08-20 18:51:52 +02:00
parent 88ae06372c
commit 481bd7a710
Signed by: alarig
GPG key ID: 7AFE62C6DF8BCDEC

View file

@ -3,14 +3,14 @@
EAPI=8 EAPI=8
PYTHON_COMPAT=( python3_{9..11} ) PYTHON_COMPAT=( python3_{10..12} )
inherit distutils-r1 inherit distutils-r1 pypi
SRC_URI="$(pypi_sdist_url --no-normalize flufl.testing ${PV})"
MY_P=${P/-/.} MY_P=${P/-/.}
DESCRIPTION="Small collection of test tool plugins" DESCRIPTION="Small collection of test tool plugins"
HOMEPAGE="https://gitlab.com/warsaw/flufl.testing https://pypi.org/project/flufl.testing/" 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}" S="${WORKDIR}/${MY_P}"
LICENSE="Apache-2.0" LICENSE="Apache-2.0"