diff options
author | 2024-07-12 12:14:21 -0400 | |
---|---|---|
committer | 2024-07-12 12:25:54 -0400 | |
commit | e0a7b3c713dcf01bf31ddf40212400c3566b346b (patch) | |
tree | b83155be93f3f80c963182d0180b919a295a3c20 /dev-python/PyQt6-sip | |
parent | dev-python/PyQt5-sip: add 12.15.0 (diff) | |
download | gentoo-e0a7b3c713dcf01bf31ddf40212400c3566b346b.tar.gz gentoo-e0a7b3c713dcf01bf31ddf40212400c3566b346b.tar.bz2 gentoo-e0a7b3c713dcf01bf31ddf40212400c3566b346b.zip |
dev-python/PyQt6-sip: add 13.8.0
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'dev-python/PyQt6-sip')
-rw-r--r-- | dev-python/PyQt6-sip/Manifest | 1 | ||||
-rw-r--r-- | dev-python/PyQt6-sip/PyQt6-sip-13.8.0.ebuild | 21 |
2 files changed, 22 insertions, 0 deletions
diff --git a/dev-python/PyQt6-sip/Manifest b/dev-python/PyQt6-sip/Manifest index b75db9ddef10..26824c313b25 100644 --- a/dev-python/PyQt6-sip/Manifest +++ b/dev-python/PyQt6-sip/Manifest @@ -1 +1,2 @@ DIST PyQt6_sip-13.6.0.tar.gz 111576 BLAKE2B 1a5a35bb060654d347940af90fb5605b1b2f699da4fd4bbcdbb7d9497f91d7dd1a76c3267b5c4e1e68360c66130d4a9983d2da21da745e70adfc627df85cd8c0 SHA512 bd2fa70d64544d8104d3477cb650a0e6bcefa0008680afcf7d187ba3fb1117871c0237d3a7f047144c8a8a8eeb8da941a3b206f8ee0601cb2cc734243cdb9d46 +DIST PyQt6_sip-13.8.0.tar.gz 92264 BLAKE2B b44ba35c3209b3a49fccf0e4634af8a410b1531d0dd74fc665d7da9780f4e32baf18fbba80eb9635a96442c1c91295dc10e0388194d1e169d300e0e1b37d18cd SHA512 6947690e61fe65a21f61d034ae9de7b7adb001c59a4a362933c5441648fe27140b43666efa73f981b138cfc73fac72777bb7318b98accc3c7f808687e3fc5d81 diff --git a/dev-python/PyQt6-sip/PyQt6-sip-13.8.0.ebuild b/dev-python/PyQt6-sip/PyQt6-sip-13.8.0.ebuild new file mode 100644 index 000000000000..16fcbd62d71a --- /dev/null +++ b/dev-python/PyQt6-sip/PyQt6-sip-13.8.0.ebuild @@ -0,0 +1,21 @@ +# Copyright 2022-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_EXT=1 +DISTUTILS_USE_PEP517=setuptools +PYPI_NO_NORMALIZE=1 +PYPI_PN=${PN/-/_} +# keep compat in sync with PyQt6 or else it confuses some revdeps +PYTHON_COMPAT=( python3_{10..13} ) +inherit distutils-r1 pypi + +DESCRIPTION="sip module support for PyQt6" +# note that PyQt6-sip is currently not on github, but this is the +# homepage listed upstream as of the writing of this +HOMEPAGE="https://github.com/Python-SIP/sip/" + +LICENSE="BSD-2" +SLOT="0" +KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv" |