Python versions with 2-digit minor are not currently supported, so fix it in preparation for python 3.10.
Details
Details
- Reviewers
wen - Group Reviewers
O5: Ports Framework (Owns No Changed Paths) portmgr - Commits
- R11:40d7b487381c: Mk: add framework support for two digit python minor version
R11:5f69415313f8: Mk: switch from PYTHON_PORTVERSION to PYTHON_DISTVERSION
R11:0729af4255a6: Mk: switch PYTHON_REL to 5 digits to support python 3.10.x
Tested in poudriere with python 3.10 as default. Example build log:
Diff Detail
Diff Detail
- Repository
- R11 FreeBSD ports repository
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Comment Actions
FYI, complete branch with python 3.10 support is here: https://github.com/AMDmi3/freebsd-ports/tree/python310
Comment Actions
- Mk: switch PYTHON_REL to 5 digits to support python 3.10.x
- Mk: add framework support for two digit python minor version
Comment Actions
Rebased and updated to latest version split into 3 commits:
- 5 digit PYTHON_REL
- 2 digit minor support
- switch from PYTHON_PORTVERSION to PYTHON_DISTVERSION