summaryrefslogtreecommitdiff
path: root/dev-python/PyQt6/PyQt6-6.8.0_pre2410211537.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/PyQt6/PyQt6-6.8.0_pre2410211537.ebuild')
-rw-r--r--dev-python/PyQt6/PyQt6-6.8.0_pre2410211537.ebuild4
1 files changed, 3 insertions, 1 deletions
diff --git a/dev-python/PyQt6/PyQt6-6.8.0_pre2410211537.ebuild b/dev-python/PyQt6/PyQt6-6.8.0_pre2410211537.ebuild
index 8419e85103f6..2a3757e26187 100644
--- a/dev-python/PyQt6/PyQt6-6.8.0_pre2410211537.ebuild
+++ b/dev-python/PyQt6/PyQt6-6.8.0_pre2410211537.ebuild
@@ -6,7 +6,9 @@ EAPI=8
DISTUTILS_EXT=1
DISTUTILS_USE_PEP517=sip
PYPI_NO_NORMALIZE=1
+PYPI_PN=PyQt6
PYTHON_COMPAT=( python3_{10..13} )
+
inherit distutils-r1 flag-o-matic multiprocessing qmake-utils # pypi
# 'can' work with older Qt depending on features, but keeping it simple
@@ -16,7 +18,7 @@ DESCRIPTION="Python bindings for the Qt framework"
HOMEPAGE="https://www.riverbankcomputing.com/software/pyqt/"
# TODO: drop this and uncomment 'pypi' on a proper bump
-MY_P=${PN}-$(ver_cut 1-3).dev$(ver_cut 5)
+MY_P=${PYPI_PN}-$(ver_cut 1-3).dev$(ver_cut 5)
SRC_URI="https://www.riverbankcomputing.com/pypi/packages/PyQt6/${MY_P}.tar.gz"
S=${WORKDIR}/${MY_P}