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