commit:     7587e2ec35a00bb383cfdf7f43a2e00cfb38b7e1
Author:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 24 18:43:28 2023 +0000
Commit:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Tue Jul 25 00:01:10 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7587e2ec

dev-python/PyQt5-sip: add 12.12.2, enable py3.12

Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>

 dev-python/PyQt5-sip/Manifest                 |  1 +
 dev-python/PyQt5-sip/PyQt5-sip-12.12.2.ebuild | 22 ++++++++++++++++++++++
 2 files changed, 23 insertions(+)

diff --git a/dev-python/PyQt5-sip/Manifest b/dev-python/PyQt5-sip/Manifest
index a1b85e63bdd5..01092db45fb2 100644
--- a/dev-python/PyQt5-sip/Manifest
+++ b/dev-python/PyQt5-sip/Manifest
@@ -1 +1,2 @@
 DIST PyQt5_sip-12.12.1.tar.gz 122905 BLAKE2B 
b2feb1eb13553cf016d31efaebc6b128ba3f8f664152de847218f639e492d1b0d0d9d0d5e92f6591011388eff8f6815e7d6e9e78b17d954b38358781db5d0265
 SHA512 
683e7164a55070d3473a5b7f1a6b2aa6a42ca78b97f78d5f6b9dc55fc8a0007993e74762766838bb42a097e924bfa00c1fc112db1d98ad2c55c97165d5eeac78
+DIST PyQt5_sip-12.12.2.tar.gz 123020 BLAKE2B 
73e0209c0e780087443f761c5c8d0b80745f836b1077ca9197ae35313e4b633421c41280320c1862c78229ff4c94100b740200402853ea8ca47b26744709bb5d
 SHA512 
62435e6fa409a817ad7648103ce1574747ed878da3859981517d3c3fb9b918802cbf14989daae4a0d44a3fbccef44cf674f4d108f5d6eade1d1d8a3ec8d82982

diff --git a/dev-python/PyQt5-sip/PyQt5-sip-12.12.2.ebuild 
b/dev-python/PyQt5-sip/PyQt5-sip-12.12.2.ebuild
new file mode 100644
index 000000000000..8d92c8e1c176
--- /dev/null
+++ b/dev-python/PyQt5-sip/PyQt5-sip-12.12.2.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2023 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/-/_}
+PYTHON_COMPAT=( python3_{10..12} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="sip extension module for PyQt5"
+HOMEPAGE="
+       https://www.riverbankcomputing.com/software/sip/
+       https://pypi.org/project/PyQt5-sip/
+"
+
+LICENSE="|| ( GPL-2 GPL-3 SIP )"
+SLOT="0/$(ver_cut 1)"
+KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~x86"

Reply via email to