commit: 539800b31539b973a4e5d19aec6cbddc3b9cc4f6
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 22 19:21:06 2024 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Nov 22 19:30:30 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=539800b3
dev-python/GitPython: Add PYPI_PN prior to rename
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/GitPython/GitPython-3.1.43.ebuild | 1 +
1 file changed, 1 insertion(+)
diff --git a/dev-python/GitPython/GitPython-3.1.43.ebuild
b/dev-python/GitPython/GitPython-3.1.43.ebuild
index 5b42acbebbfb..f1e9f6b4bc0a 100644
--- a/dev-python/GitPython/GitPython-3.1.43.ebuild
+++ b/dev-python/GitPython/GitPython-3.1.43.ebuild
@@ -5,6 +5,7 @@ EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYPI_NO_NORMALIZE=1
+PYPI_PN=GitPython
PYTHON_COMPAT=( python3_{10..13} )
PYTHON_REQ_USE="threads(+)"