diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-03-21 17:40:29 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-03-21 17:45:37 +0100 |
commit | 484caeb5321aef9dfff26908688a64e9e5099c98 (patch) | |
tree | db34c26d2c052172be2e3cbc848a472363ce061c /dev-python/jaraco-test | |
parent | dev-python/jaraco-stream: Use PYPI_PN (diff) | |
download | gentoo-484caeb5321aef9dfff26908688a64e9e5099c98.tar.gz gentoo-484caeb5321aef9dfff26908688a64e9e5099c98.tar.bz2 gentoo-484caeb5321aef9dfff26908688a64e9e5099c98.zip |
dev-python/jaraco-test: Use PYPI_PN
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/jaraco-test')
-rw-r--r-- | dev-python/jaraco-test/jaraco-test-5.3.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/jaraco-test/jaraco-test-5.3.0.ebuild b/dev-python/jaraco-test/jaraco-test-5.3.0.ebuild index 1b08e9d98039..bb6f272b42ef 100644 --- a/dev-python/jaraco-test/jaraco-test-5.3.0.ebuild +++ b/dev-python/jaraco-test/jaraco-test-5.3.0.ebuild @@ -4,6 +4,8 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools +PYPI_NO_NORMALIZE=1 +PYPI_PN=${PN/-/.} PYTHON_COMPAT=( python3_{9..11} pypy3 ) inherit distutils-r1 pypi @@ -13,8 +15,6 @@ HOMEPAGE=" https://github.com/jaraco/jaraco.test/ https://pypi.org/project/jaraco.test/ " -SRC_URI="$(pypi_sdist_url --no-normalize "${PN/-/.}")" -S=${WORKDIR}/${P/-/.} LICENSE="MIT" SLOT="0" |