* [gentoo-commits] repo/gentoo:master commit in: dev-python/PyQt5-sip/files/, dev-python/PyQt5-sip/
@ 2024-07-27 10:06 Michał Górny
0 siblings, 0 replies; only message in thread
From: Michał Górny @ 2024-07-27 10:06 UTC (permalink / raw
To: gentoo-commits
commit: 0bdec5b3ee3ddba890c9fa8a11f670689ef5aee7
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 27 09:54:40 2024 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Jul 27 09:54:40 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0bdec5b3
dev-python/PyQt5-sip: Remove old
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/PyQt5-sip/Manifest | 1 -
dev-python/PyQt5-sip/PyQt5-sip-12.13.0-r1.ebuild | 23 ----------------------
.../PyQt5-sip/files/PyQt5-sip-12.13.0-c99.patch | 16 ---------------
3 files changed, 40 deletions(-)
diff --git a/dev-python/PyQt5-sip/Manifest b/dev-python/PyQt5-sip/Manifest
index 1b748b810be4..94a203c2c471 100644
--- a/dev-python/PyQt5-sip/Manifest
+++ b/dev-python/PyQt5-sip/Manifest
@@ -1,2 +1 @@
-DIST PyQt5_sip-12.13.0.tar.gz 123225 BLAKE2B e3b7233e5405f7b24de157e1f0ed0f2ff47a9c331a76672892d8a7adc8aba8c7b738354d9f1c2fe9c29501b5bfe8c6302307c6731273b980a04dd327048a3a94 SHA512 ef363b21899f6d089fbc6d5adf700dc6c8838501343070ed1cf0826e05dd860343eba608d5aee5d8bece39b8ddca1f37866bb56aa07db18384ac0a372ca3532f
DIST PyQt5_sip-12.15.0.tar.gz 104024 BLAKE2B 40fdf25bfb8ca321f50926d7041e33edee9fbebafaded50d283ea95b04ea050e368d2b8470110d758f68f3ac08ada68b65b2f6ebcb9d7dd43707636e26701854 SHA512 1a009b53e80fc8231478f741839d8a88ab26f531c4ab0d41ccc00c8b0650c13c95c3c89cc949858a99bd1d817d736507df519384dff029530edc554f4b35b4cc
diff --git a/dev-python/PyQt5-sip/PyQt5-sip-12.13.0-r1.ebuild b/dev-python/PyQt5-sip/PyQt5-sip-12.13.0-r1.ebuild
deleted file mode 100644
index 02a93b200df6..000000000000
--- a/dev-python/PyQt5-sip/PyQt5-sip-12.13.0-r1.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-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 PyQt5 or else it confuses some revdeps
-PYTHON_COMPAT=( python3_{10..13} )
-inherit distutils-r1 pypi
-
-DESCRIPTION="sip extension module for PyQt5"
-HOMEPAGE="https://www.riverbankcomputing.com/software/sip/"
-
-LICENSE="|| ( GPL-2 GPL-3 SIP )"
-SLOT="0/$(ver_cut 1)"
-KEYWORDS="amd64 arm arm64 ~loong ~ppc ppc64 ~riscv x86"
-
-PATCHES=(
- "${FILESDIR}/PyQt5-sip-12.13.0-c99.patch"
-)
diff --git a/dev-python/PyQt5-sip/files/PyQt5-sip-12.13.0-c99.patch b/dev-python/PyQt5-sip/files/PyQt5-sip-12.13.0-c99.patch
deleted file mode 100644
index b1fd2470758c..000000000000
--- a/dev-python/PyQt5-sip/files/PyQt5-sip-12.13.0-c99.patch
+++ /dev/null
@@ -1,16 +0,0 @@
-https://bugs.gentoo.org/919000
-https://www.riverbankcomputing.com/hg/sip/rev/afc99fa84d0d
-
-diff --git a/siplib.c b/siplib.c
-index 8b0a6d5..d996a9c 100644
---- a/siplib.c
-+++ b/siplib.c
-@@ -3902,7 +3902,7 @@ static int parsePass1(PyObject **parseErrp, sipSimpleWrapper **selfp,
- {
- case '#':
- /* A ctor has an argument with the /Transfer/ annotation. */
-- *selfp = va_arg(va, PyObject *);
-+ *selfp = (sipSimpleWrapper *) va_arg(va, PyObject *);
- break;
-
- case 'B':
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2024-07-27 10:06 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-07-27 10:06 [gentoo-commits] repo/gentoo:master commit in: dev-python/PyQt5-sip/files/, dev-python/PyQt5-sip/ Michał Górny
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox