aboutsummaryrefslogtreecommitdiff
path: root/lang/python313/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* lang/python3{12,13}: limit parallel .pyc compilation to MAKE_JOBSSiva Mahadevan2026-02-031-1/+2
| | | | | | | | | | | | | This option is available since python312[0]. This fixes python312 and python313 builds with qemu-user-static emulating riscv64. [0] https://github.com/python/cpython/commit/9a7e9f9921804f3f90151ca42703e612697dd430 Approved by: vishwin (#python), lwhsu (mentor) Signed-off-by: Siva Mahadevan <siva@FreeBSD.org> Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D54906
* lang/python313: addWen Heping2025-11-011-0/+181
What's new: https://docs.python.org/3/whatsnew/3.13.html Most notably, introduce free-threaded mode. As this mode changes the ABI, the entire distribution lives in a separate hierarchy, and thus a new child port (lang/python313t) and FLAVOR (py313t) are introduced. Co-authored-by: vishwin PR: 274671 Differential Revision: https://reviews.freebsd.org/D49680