dev-python/sip: drop 6.11.1-r1

Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
This commit is contained in:
Ionen Wolkens 2025-06-05 01:09:07 -04:00
parent bfca268d19
commit 8d3d663746
No known key found for this signature in database
GPG Key ID: B24406B0B0AC4334
3 changed files with 0 additions and 47 deletions

View File

@ -1,3 +1,2 @@
DIST sip-6.10.0.gh.tar.gz 2448793 BLAKE2B bbd88954884c83d489e86b6ffc0098dc0d5266bd06e31e4289464a0455d489fa260373e730ede45873834df8bc09b7ab7a6c411c8b82971aa4f3c9640849941b SHA512 b30a70c7cd62708f552b542e86449e35ae0b79f41ed2420c6c275fb5ccba605590bb3ee511e67c52c657361df0406ad0787f3bbb1c0c79d62f25bf916a0a0cee
DIST sip-6.11.1.gh.tar.gz 2456897 BLAKE2B d4129455884847e1aa5684828dea6c9136a038acf82569c655dfb9b1a8b6247102bde99810d7447378527dcde73fbabf0d850fcc06cf6e6176ed8d6870c6d094 SHA512 6e801db1c7f439383e613ed3fea9a57c79e5f262831df10d9bc5534709df743e1f8c5cff0622b3f1296f43c91524e48a81faf554e7e9704297a18b11ad77edc2
DIST sip-6.12.0.gh.tar.gz 2457825 BLAKE2B 40676b8f989274cb9466f4d68a63bf53aa5d093325a7627b62a5da129eb878a5c4c7f8d351500ad8aab184a9edde980e2476571e235d99283d99271cc10b85b2 SHA512 36e3a70a60560ce5c741a865dd68f9a1863742b413833386b28e838972a5e9eaa932c8a15300af6a0a1e338634202c9c79706fd3e0a10fc7b932d3fc5c80ddb0

View File

@ -1,10 +0,0 @@
https://bugs.gentoo.org/956566
https://github.com/wxWidgets/Phoenix/issues/2758
https://github.com/Python-SIP/sip/issues/77#issuecomment-2909587858
--- a/sipbuild/generator/instantiations.py
+++ b/sipbuild/generator/instantiations.py
@@ -463,3 +463,3 @@
if klass.iface_file.module is None and superclass_name.is_simple:
- superclass = _find_argument_value(superclass_name, p, symbol,
+ superclass = _find_argument_value(superclass_name.base_name, p, symbol,
tmpl_names, template, pm)

View File

@ -1,36 +0,0 @@
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{11..13} )
inherit distutils-r1
DESCRIPTION="Python bindings generator for C/C++ libraries"
HOMEPAGE="https://github.com/Python-SIP/sip/"
SRC_URI="
https://github.com/Python-SIP/sip/archive/refs/tags/${PV}.tar.gz
-> ${P}.gh.tar.gz
"
LICENSE="BSD-2 BSD"
SLOT="5"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86"
RDEPEND="
dev-python/packaging[${PYTHON_USEDEP}]
dev-python/setuptools[${PYTHON_USEDEP}]
"
BDEPEND="
>=dev-python/setuptools-scm-8[${PYTHON_USEDEP}]
"
distutils_enable_sphinx docs \
dev-python/myst-parser \
dev-python/sphinx-rtd-theme
distutils_enable_tests pytest
PATCHES=(
"${FILESDIR}"/${P}-wxpython.patch
)