Summary: | databases/py-asyncpg: fix build with python 3.11 | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Dmitry Marakasov <amdmi3> | ||||
Component: | Individual Port(s) | Assignee: | Babak Farrokhi <farrokhi> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Only Me | Flags: | farrokhi:
maintainer-feedback+
|
||||
Priority: | --- | ||||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
LGTM! Thanks! A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=a97113cd3943a879380fbbcf5dfddcd6004bdccb commit a97113cd3943a879380fbbcf5dfddcd6004bdccb Author: Dmitry Marakasov <amdmi3@FreeBSD.org> AuthorDate: 2021-11-26 17:36:04 +0000 Commit: Dmitry Marakasov <amdmi3@FreeBSD.org> CommitDate: 2021-12-03 15:15:30 +0000 databases/py-asyncpg: fix build with python 3.11 PR: 260067 Approved by: farrokhi (maintainer) databases/py-asyncpg/Makefile | 6 +++++- databases/py-asyncpg/files/patch-setup.py (new) | 11 +++++++++++ 2 files changed, 16 insertions(+), 1 deletion(-) |
Created attachment 229746 [details] Patch Force regeneration of cython files and remove limit on required cython version to fix build with cython-devel which is currently the only versions with python 3.11 support. This fixes build errors with python 3.11 and possibly future versions.