summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2024-11-22 20:57:23 +0100
committerMichał Górny <mgorny@gentoo.org>2024-11-22 21:00:14 +0100
commitdbb037db92ab1d9f2aa736dfe9e7c8e098a0f222 (patch)
tree282e8cac100af053b92db41ed4899ba4b7b9a9c9 /dev-python/PyQtWebEngine
parentdev-python/PyQt6-WebEngine: Add PYPI_PN prior to rename (diff)
downloadgentoo-dbb037db92ab1d9f2aa736dfe9e7c8e098a0f222.tar.gz
gentoo-dbb037db92ab1d9f2aa736dfe9e7c8e098a0f222.tar.bz2
gentoo-dbb037db92ab1d9f2aa736dfe9e7c8e098a0f222.zip
dev-python/PyQtWebEngine: Add PYPI_PN prior to rename
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/PyQtWebEngine')
-rw-r--r--dev-python/PyQtWebEngine/PyQtWebEngine-5.15.7.ebuild2
1 files changed, 2 insertions, 0 deletions
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"