commit: 880474400dd93135d8d85d6011421194105b5510
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 22 19:40:20 2024 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Nov 22 19:46:51 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=88047440
dev-python/PyGithub: Add PYPI_PN prior to rename
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/PyGithub/PyGithub-2.4.0.ebuild | 1 +
dev-python/PyGithub/PyGithub-2.5.0.ebuild | 1 +
2 files changed, 2 insertions(+)
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