commit: dbb037db92ab1d9f2aa736dfe9e7c8e098a0f222
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 22 19:57:23 2024 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Nov 22 20:00:14 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dbb037db
dev-python/PyQtWebEngine: Add PYPI_PN prior to rename
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/PyQtWebEngine/PyQtWebEngine-5.15.7.ebuild | 2 ++
1 file changed, 2 insertions(+)
diff --git a/dev-python/PyQtWebEngine/PyQtWebEngine-5.15.7.ebuild
b/dev-python/PyQtWebEngine/PyQtWebEngine-5.15.7.ebuild
index 1e65c6b12cfb..495669ea9a73 100644
--- a/dev-python/PyQtWebEngine/PyQtWebEngine-5.15.7.ebuild
+++ b/dev-python/PyQtWebEngine/PyQtWebEngine-5.15.7.ebuild
@@ -6,7 +6,9 @@ EAPI=8
DISTUTILS_EXT=1
DISTUTILS_USE_PEP517=sip
PYPI_NO_NORMALIZE=1
+PYPI_PN=PyQtWebEngine
PYTHON_COMPAT=( python3_{10..13} )
+
inherit distutils-r1 flag-o-matic multiprocessing pypi qmake-utils
DESCRIPTION="Python bindings for QtWebEngine"