Skip to content
Snippets Groups Projects
Commit e122145a authored by Tobias C. Berner's avatar Tobias C. Berner
Browse files

devel/py-sip: add upstream fix for a typo

parent 3d0311ea
No related branches found
No related tags found
No related merge requests found
PORTNAME= sip
PORTVERSION= ${SIP_VERSION}
PORTREVISION= 1
PORTEPOCH= 1
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITES_SIP}
......
diff -r ac5e2889ba89 -r 67e0294b505c sipbuild/generator/outputs/code.py
--- sipbuild/generator/outputs/code.py Thu Nov 30 09:55:35 2023 +0000
+++ sipbuild/generator/outputs/code.py Thu Nov 30 21:16:18 2023 +0000
@@ -8408,7 +8408,7 @@
else:
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:
continue
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment