[Bug 267362] math/py-numpy: allow to build with python 3.11
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=267362 --- Comment #1 from Dmitry Marakasov --- +1, but please do it as "3.8+", otherwise it prevents building numpy and all consumers with newer python version for no reason (the same as what we're experiencing right now). -- You are receiving this mail because: You are the assignee for the bug.
[Bug 267362] math/py-numpy: allow to build with python 3.11
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=267362 --- Comment #2 from Dmitry Marakasov --- Also, python version limitation should be changed the similar way in at least devel/boost-python-libs and games/freeorion -- You are receiving this mail because: You are the assignee for the bug.
[Bug 267362] math/py-numpy: allow to build with python 3.11
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=267362 --- Comment #3 from Oleg Sidorkin --- (In reply to Dmitry Marakasov from comment #1) I'm not quite sure that allowing people to build such low-level library without at least declared upstream support is good. -- You are receiving this mail because: You are the assignee for the bug.
[Bug 267362] math/py-numpy: allow to build with python 3.11
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=267362 --- Comment #4 from Dmitry Marakasov --- (In reply to Oleg Sidorkin from comment #3) I'm sure that 'not allowing' something proactively is a horrible idea. -- You are receiving this mail because: You are the assignee for the bug.
[Bug 267362] math/py-numpy: allow to build with python 3.11
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=267362 Oleg Sidorkin changed: What|Removed |Added Attachment #237650|maintainer-approval?| Flags|| Attachment #237650|0 |1 is obsolete|| Attachment #237682||maintainer-approval? Flags|| --- Comment #5 from Oleg Sidorkin --- Created attachment 237682 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=237682&action=edit Trivial patch to allow numpy to be installed with python 3.11 (v2) Ok -- You are receiving this mail because: You are the assignee for the bug.
[Bug 256510] Mk/Uses/shebang.mk Silently fails on .py files if python env isn't initialized
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=256510 Matthias Andree changed: What|Removed |Added CC||mand...@freebsd.org --- Comment #1 from Matthias Andree --- for me it failed noisily when preparing a security/openvpn-devel patch, https://cgit.freebsd.org/ports/commit/security/openvpn-devel?id=bb24536ac02a721fdc6657a2ff5e43c0c71ae54e did complain in stage-qa here with Error: '/usr/local/bin/python' is an invalid shebang you need USES=shebangfix for 'share/examples/openvpn/sample-scripts/totpauth.py' Although it had replaced the original /usr/bin/python3 with /usr/local/bin/python (and default LOCALBASE). -- You are receiving this mail because: You are on the CC list for the bug.