git: 29b3b058f72a - main - devel/py-sip: Remove unneeded patch
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 10 Dec 2023 09:54:52 UTC
The branch main has been updated by rhurlin:
URL: https://cgit.FreeBSD.org/ports/commit/?id=29b3b058f72afcea73c9aec3b081c942ea254be2
commit 29b3b058f72afcea73c9aec3b081c942ea254be2
Author: Rainer Hurling <rhurlin@FreeBSD.org>
AuthorDate: 2023-12-10 09:50:25 +0000
Commit: Rainer Hurling <rhurlin@FreeBSD.org>
CommitDate: 2023-12-10 09:53:07 +0000
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.
---
devel/py-sip/files/patch-hg-67e0294b505c-fix_typo | 17 -----------------
1 file changed, 17 deletions(-)
diff --git a/devel/py-sip/files/patch-hg-67e0294b505c-fix_typo b/devel/py-sip/files/patch-hg-67e0294b505c-fix_typo
deleted file mode 100644
index 6ea154307531..000000000000
--- a/devel/py-sip/files/patch-hg-67e0294b505c-fix_typo
+++ /dev/null
@@ -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
-
-
-
-