diff options
author | Michał Górny <mgorny@gentoo.org> | 2024-11-22 20:40:20 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-11-22 20:46:51 +0100 |
commit | 880474400dd93135d8d85d6011421194105b5510 (patch) | |
tree | 59264622d6acb6a273bf5c00a26aa4d14191c8e5 /dev-python/PyGithub | |
parent | dev-python/pyDes: Add PYPI_PN prior to rename (diff) | |
download | gentoo-880474400dd93135d8d85d6011421194105b5510.tar.gz gentoo-880474400dd93135d8d85d6011421194105b5510.tar.bz2 gentoo-880474400dd93135d8d85d6011421194105b5510.zip |
dev-python/PyGithub: Add PYPI_PN prior to rename
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/PyGithub')
-rw-r--r-- | dev-python/PyGithub/PyGithub-2.4.0.ebuild | 1 | ||||
-rw-r--r-- | dev-python/PyGithub/PyGithub-2.5.0.ebuild | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/dev-python/PyGithub/PyGithub-2.4.0.ebuild b/dev-python/PyGithub/PyGithub-2.4.0.ebuild index 4e3b829bf00f..209c54f8cadd 100644 --- a/dev-python/PyGithub/PyGithub-2.4.0.ebuild +++ b/dev-python/PyGithub/PyGithub-2.4.0.ebuild @@ -4,6 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools +PYPI_PN=PyGithub PYTHON_COMPAT=( python3_{10..12} ) inherit distutils-r1 pypi diff --git a/dev-python/PyGithub/PyGithub-2.5.0.ebuild b/dev-python/PyGithub/PyGithub-2.5.0.ebuild index aa72bfba2f1b..f2cfb3831c69 100644 --- a/dev-python/PyGithub/PyGithub-2.5.0.ebuild +++ b/dev-python/PyGithub/PyGithub-2.5.0.ebuild @@ -4,6 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools +PYPI_PN=PyGithub PYTHON_COMPAT=( python3_{10..12} ) inherit distutils-r1 pypi |