summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIonen Wolkens <ionen@gentoo.org>2023-12-16 06:33:54 -0500
committerIonen Wolkens <ionen@gentoo.org>2023-12-16 06:36:28 -0500
commit96fed03ebede4d4844af30d6a1474a56031ae23d (patch)
tree057693d459ed22075309136813b0ab30c9a1e778 /dev-python/sip/files
parentdev-util/ccache: Stabilize 4.8.3 sparc, #920118 (diff)
downloadgentoo-96fed03ebede4d4844af30d6a1474a56031ae23d.tar.gz
gentoo-96fed03ebede4d4844af30d6a1474a56031ae23d.tar.bz2
gentoo-96fed03ebede4d4844af30d6a1474a56031ae23d.zip
dev-python/sip: drop 6.8.0
Semi-broken release, not a stable candidate. Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'dev-python/sip/files')
-rw-r--r--dev-python/sip/files/sip-6.8.0-typo-fix.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/dev-python/sip/files/sip-6.8.0-typo-fix.patch b/dev-python/sip/files/sip-6.8.0-typo-fix.patch
deleted file mode 100644
index 637d416d403e..000000000000
--- a/dev-python/sip/files/sip-6.8.0-typo-fix.patch
+++ /dev/null
@@ -1,11 +0,0 @@
-https://bugs.gentoo.org/916261
-https://www.riverbankcomputing.com/pipermail/pyqt/2023-November/045607.html
---- a/sipbuild/generator/outputs/code.py
-+++ b/sipbuild/generator/outputs/code.py
-@@ -8409,5 +8409,5 @@
- is_first = True
-
-- if klass.docstring is None or klass.docstring.signature is not SocstringSignature.DISCARDED:
-+ if klass.docstring is None or klass.docstring.signature is not DocstringSignature.DISCARDED:
- for ctor in klass.ctors:
- if ctor.access_specifier is AccessSpecifier.PRIVATE: