[Bug 267515] lang/python312: New port , repocopied from lang/python311

From: <bugzilla-noreply_at_freebsd.org>
Date: Thu, 15 Dec 2022 16:46:17 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=267515

--- Comment #5 from Dmitry Marakasov <amdmi3@FreeBSD.org> ---
For the record, I did a port for 3.12.0a2 as well. It looks the same apart from
plist changes.

I'd suggest to also add

CONFIGURE_ENV+=                ac_cv_buggy_getaddrinfo=no

(this would be useful for older python versions as well) which fixes configure
failure in networkless environment (reprise), see
https://github.com/python/cpython/issues/100200).

I also have a fix for one of the tests, see
https://github.com/python/cpython/pull/100145.

Also note that databases/py-sqlite3,  databases/py-gdbm,
x11-toolkits/py-tkinter do not build unless their setup3.py's are switched to
setuptools (https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=268283), but the
fix for this is pending rollback for no good reason.

-- 
You are receiving this mail because:
You are the assignee for the bug.