Created attachment 248167 [details] Fix build with python-3.11 Update to 1.2.0 and fix build with python-3.11
Thanks for the patch. I'll just make sure this doesn't break py-cutadapt. Shouldn't take long.
I see that a cutadapt is also included in your patch. Now I'm wondering why I'm not getting portscout notifications...
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=4da9d2944b81f1470dbe4f9c2ecfbae6fdaf9dc8 commit 4da9d2944b81f1470dbe4f9c2ecfbae6fdaf9dc8 Author: Jason W. Bacon <jwb@FreeBSD.org> AuthorDate: 2024-02-06 12:46:32 +0000 Commit: Jason W. Bacon <jwb@FreeBSD.org> CommitDate: 2024-02-06 12:46:32 +0000 archivers/py-xopen: Update to 1.9.0 Numerous bug fixes and enhancements since 1.1.0 Changes: https://github.com/pycompression/xopen/tags Also added zstandard support via architers/py-zstandard PR: 276814 Reported by: wen archivers/py-xopen/Makefile | 8 +++++--- archivers/py-xopen/distinfo | 6 +++--- 2 files changed, 8 insertions(+), 6 deletions(-)
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=e35d3c95a0bd6598af9ef66bf7f91cc6e933dd87 commit e35d3c95a0bd6598af9ef66bf7f91cc6e933dd87 Author: Jason W. Bacon <jwb@FreeBSD.org> AuthorDate: 2024-02-06 12:51:39 +0000 Commit: Jason W. Bacon <jwb@FreeBSD.org> CommitDate: 2024-02-06 12:51:39 +0000 biology/py-dnaio: Update to 1.2.0 Numerous bug fixes and enhancements since 0.5.1 Changes: https://github.com/marcelm/dnaio/tags PR: 276814 Reported by: wen biology/py-dnaio/Makefile | 7 ++++--- biology/py-dnaio/distinfo | 6 +++--- 2 files changed, 7 insertions(+), 6 deletions(-)
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=7c280eb4247df10ec0bebfbe6ffd6d42f36142fb commit 7c280eb4247df10ec0bebfbe6ffd6d42f36142fb Author: Jason W. Bacon <jwb@FreeBSD.org> AuthorDate: 2024-02-06 12:55:32 +0000 Commit: Jason W. Bacon <jwb@FreeBSD.org> CommitDate: 2024-02-06 12:55:32 +0000 biology/py-cutadapt: Update to 4.6 Numerous bug fixes and enhancements since 3.3 Changes: https://github.com/marcelm/cutadapt/tags PR: 276814 Reported by: wen biology/py-cutadapt/Makefile | 7 +++---- biology/py-cutadapt/distinfo | 6 +++--- 2 files changed, 6 insertions(+), 7 deletions(-)
In addition to patches provided: Added missing cython dependency to py-dnaio Add optional py-zstandard dependency to py-xopen Thanks!