[Bug 259745] lang/python311: Interpreted object-oriented programming language (beta version)
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 17 Nov 2021 12:59:37 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=259745 --- Comment #7 from Dmitry Marakasov <amdmi3@FreeBSD.org> --- - Updated to 3.11.0a2 - py-gdbm is OK - Fixed py-sqlite3 with py3.11 - Docs for 3.11 are not available. For now I've limited supported python versions for python-doc-html with 3.10, however because of https://cgit.freebsd.org/ports/tree/Mk/Uses/python.mk#n368 it falls back to python 2.7, so I've had to limit it from below as well. I suggest to prepend ${PYTHON_DEFAULT} to that line in python.mk like it's done in other places. - py-tkinter does not build as it depends on cython through tk and cython does not support 3.11 yet. My plans were to add cython-devel port and use it for USE_PYTHON=cython case for 3.11, I may include this into this PR or submit separately. -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug.