diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2024-11-23 06:48:31 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2024-11-23 06:48:31 +0000 |
| commit | 2192265bf68cb7383759a6296f267e6c6807749a (patch) | |
| tree | 60e9f62c07f98d98ea3901f11670c3d4511518f2 /dev-python/PyQt6-WebEngine | |
| parent | 603bf0a1dfd4cf571ac6da7bcb33911cf5259ab2 (diff) | |
| download | baldeagleos-repo-2192265bf68cb7383759a6296f267e6c6807749a.tar.gz baldeagleos-repo-2192265bf68cb7383759a6296f267e6c6807749a.tar.xz baldeagleos-repo-2192265bf68cb7383759a6296f267e6c6807749a.zip | |
Adding metadata
Diffstat (limited to 'dev-python/PyQt6-WebEngine')
| -rw-r--r-- | dev-python/PyQt6-WebEngine/PyQt6-WebEngine-6.7.0.ebuild | 4 | ||||
| -rw-r--r-- | dev-python/PyQt6-WebEngine/PyQt6-WebEngine-6.8.0_pre2411020930.ebuild | 6 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-python/PyQt6-WebEngine/PyQt6-WebEngine-6.7.0.ebuild b/dev-python/PyQt6-WebEngine/PyQt6-WebEngine-6.7.0.ebuild index a1a0cf924bdb..64b5e3ddc9f7 100644 --- a/dev-python/PyQt6-WebEngine/PyQt6-WebEngine-6.7.0.ebuild +++ b/dev-python/PyQt6-WebEngine/PyQt6-WebEngine-6.7.0.ebuild @@ -6,8 +6,10 @@ EAPI=8 DISTUTILS_EXT=1 DISTUTILS_USE_PEP517=sip PYPI_NO_NORMALIZE=1 -PYPI_PN=${PN/-/_} +# actually, it's PyQt6-WebEngine but upstream uses incorrect sdist name +PYPI_PN=PyQt6_WebEngine PYTHON_COMPAT=( python3_{9,10,11,12,13} ) + inherit distutils-r1 flag-o-matic multiprocessing pypi qmake-utils QT_PV=$(ver_cut 1-2):6 diff --git a/dev-python/PyQt6-WebEngine/PyQt6-WebEngine-6.8.0_pre2411020930.ebuild b/dev-python/PyQt6-WebEngine/PyQt6-WebEngine-6.8.0_pre2411020930.ebuild index 86094a933886..afd9ee32ace8 100644 --- a/dev-python/PyQt6-WebEngine/PyQt6-WebEngine-6.8.0_pre2411020930.ebuild +++ b/dev-python/PyQt6-WebEngine/PyQt6-WebEngine-6.8.0_pre2411020930.ebuild @@ -6,8 +6,10 @@ EAPI=8 DISTUTILS_EXT=1 DISTUTILS_USE_PEP517=sip PYPI_NO_NORMALIZE=1 -PYPI_PN=${PN/-/_} +# actually, it's PyQt6-WebEngine but upstream uses incorrect sdist name +PYPI_PN=PyQt6_WebEngine PYTHON_COMPAT=( python3_{9,10,11,12,13} ) + inherit distutils-r1 flag-o-matic multiprocessing qmake-utils # pypi QT_PV=$(ver_cut 1-2):6 @@ -16,7 +18,7 @@ DESCRIPTION="Python bindings for QtWebEngine" HOMEPAGE="https://www.riverbankcomputing.com/software/pyqtwebengine/" # 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-WebEngine/${MY_P}.tar.gz" S=${WORKDIR}/${MY_P} |
