1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-03 06:04:53 +00:00

devel/py-sip: Remove unneeded patch

The removed patch doubled with last part of
files/patch-sipbuild_generator_outputs_code.py.

After consultation with jhale.
This commit is contained in:
Rainer Hurling 2023-12-10 10:50:25 +01:00
parent e9a03b18ba
commit 29b3b058f7

View File

@ -1,17 +0,0 @@
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