summaryrefslogtreecommitdiff
path: root/dev-python/GitPython/GitPython-3.1.43.ebuild
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2024-11-22 20:21:06 +0100
committerMichał Górny <mgorny@gentoo.org>2024-11-22 20:30:30 +0100
commit539800b31539b973a4e5d19aec6cbddc3b9cc4f6 (patch)
treed6ef6e2ad06ae97e13e48d86eb8aa543c4da7b63 /dev-python/GitPython/GitPython-3.1.43.ebuild
parent7f924b95d99c049026c09dcb91eb5a3003d15447 (diff)
downloadgentoo-539800b31539b973a4e5d19aec6cbddc3b9cc4f6.tar.gz
gentoo-539800b31539b973a4e5d19aec6cbddc3b9cc4f6.tar.bz2
gentoo-539800b31539b973a4e5d19aec6cbddc3b9cc4f6.zip
dev-python/GitPython: Add PYPI_PN prior to rename
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/GitPython/GitPython-3.1.43.ebuild')
-rw-r--r--dev-python/GitPython/GitPython-3.1.43.ebuild1
1 files changed, 1 insertions, 0 deletions
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(+)"