commit:     43ec21a1391c806de5620a1251a1aecd98a4164b
Author:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 24 15:25:11 2023 +0000
Commit:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Tue Jul 25 00:01:09 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=43ec21a1

dev-python/PyQt-builder: add 1.15.2, enable py3.12, use pep517

Closes: https://bugs.gentoo.org/909911
Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>

 dev-python/PyQt-builder/Manifest                   |  1 +
 dev-python/PyQt-builder/PyQt-builder-1.15.2.ebuild | 34 ++++++++++++++++++++++
 2 files changed, 35 insertions(+)

diff --git a/dev-python/PyQt-builder/Manifest b/dev-python/PyQt-builder/Manifest
index 85a877aa8959..6bea3d31c917 100644
--- a/dev-python/PyQt-builder/Manifest
+++ b/dev-python/PyQt-builder/Manifest
@@ -1 +1,2 @@
 DIST PyQt-builder-1.15.1.tar.gz 3908326 BLAKE2B 
d84ababee2687515e6e1a1f24bc0ebfc7edf0896c15ee29422df3ffc9070d82f3e24073fad8111a4ce0eb980dfa5613e95bc551c0ae8753cc4f386bbe242aa5f
 SHA512 
61ee73b6bb922c04739da60025ab50d35d345d2e298943305fcbd3926cda31d732cc5e5b0dbfc39f5eb85c0f0b091b8c3f5fee00dcc240d7849c5c4191c1368a
+DIST PyQt-builder-1.15.2.tar.gz 3908851 BLAKE2B 
8d8f324eb7ac6b00b00ac52a4b746789cf52032d519eca9c88c83dec3fe9c8100619e6b360c3dd6d69270b9feab118376a27c1485b453b35b6e4b8b212b34720
 SHA512 
3f8472ec51e9b456df80355d0351a66ea42902f81099993d57ae2c7f02c4ab142fa8089a87059f9e800a610d865e3e30bf890674b3a21f48eeb8375ec883f518

diff --git a/dev-python/PyQt-builder/PyQt-builder-1.15.2.ebuild 
b/dev-python/PyQt-builder/PyQt-builder-1.15.2.ebuild
new file mode 100644
index 000000000000..d4eccde268ed
--- /dev/null
+++ b/dev-python/PyQt-builder/PyQt-builder-1.15.2.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYPI_NO_NORMALIZE=1
+PYTHON_COMPAT=( python3_{10..12} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="The PEP 517 compliant PyQt build system"
+HOMEPAGE="
+       https://www.riverbankcomputing.com/software/pyqt-builder/
+       https://pypi.org/project/PyQt-builder/
+"
+
+LICENSE="|| ( GPL-2 GPL-3 SIP )"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~x86"
+
+RDEPEND="
+       dev-python/packaging[${PYTHON_USEDEP}]
+       >=dev-python/sip-6.7.1[${PYTHON_USEDEP}]
+"
+
+distutils_enable_sphinx doc --no-autodoc
+
+python_prepare_all() {
+       distutils-r1_python_prepare_all
+
+       # don't install prebuilt DLLs
+       sed -i "s:'dlls/\*/\*',::" setup.py || die
+}

Reply via email to