Date: Sun, 10 Dec 2023 09:54:52 GMT From: Rainer Hurling <rhurlin@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 29b3b058f72a - main - devel/py-sip: Remove unneeded patch Message-ID: <202312100954.3BA9sqor020853@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 - - - -
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202312100954.3BA9sqor020853>