commit: 8b380c6cc1db317bdf60dccbee726d5135847120
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 22 19:52:52 2024 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Nov 22 20:00:11 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b380c6c
dev-python/PyQt5-sip: Add PYPI_PN prior to rename
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/PyQt5-sip/PyQt5-sip-12.15.0.ebuild | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/dev-python/PyQt5-sip/PyQt5-sip-12.15.0.ebuild
b/dev-python/PyQt5-sip/PyQt5-sip-12.15.0.ebuild
index f2e4f72282f5..acdb27ee0932 100644
--- a/dev-python/PyQt5-sip/PyQt5-sip-12.15.0.ebuild
+++ b/dev-python/PyQt5-sip/PyQt5-sip-12.15.0.ebuild
@@ -6,9 +6,11 @@ EAPI=8
DISTUTILS_EXT=1
DISTUTILS_USE_PEP517=setuptools
PYPI_NO_NORMALIZE=1
-PYPI_PN=${PN/-/_}
+# actually, it's PyQt5-sip but upstream uses incorrect sdist name
+PYPI_PN=PyQt5_sip
# keep compat in sync with PyQt5 or else it confuses some revdeps
PYTHON_COMPAT=( python3_{10..13} )
+
inherit distutils-r1 pypi
DESCRIPTION="sip extension module for PyQt5"