FreeBSD Bugzilla – Attachment 247709 Details for
Bug 275494
[exp-run] lang/python311 as default python version
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Change python default to 3.11
py311.diff (text/plain), 1.40 KB, created by
Antoine Brodin
on 2024-01-16 19:06:48 UTC
(
hide
)
Description:
Change python default to 3.11
Filename:
MIME Type:
Creator:
Antoine Brodin
Created:
2024-01-16 19:06:48 UTC
Size:
1.40 KB
patch
obsolete
>diff --git a/Mk/Uses/python.mk b/Mk/Uses/python.mk >index 5ef639cf790..4681e0792f2 100644 >--- a/Mk/Uses/python.mk >+++ b/Mk/Uses/python.mk >@@ -316,8 +316,8 @@ _INCLUDE_USES_PYTHON_MK= yes > # What Python version and what Python interpreters are currently supported? > # When adding a version, please keep the comment in > # Mk/bsd.default-versions.mk in sync. >-_PYTHON_VERSIONS= 3.9 3.8 3.10 3.11 2.7 # preferred first >-_PYTHON_PORTBRANCH= 3.9 # ${_PYTHON_VERSIONS:[1]} >+_PYTHON_VERSIONS= 3.11 3.10 3.9 3.8 2.7 # preferred first >+_PYTHON_PORTBRANCH= 3.11 # ${_PYTHON_VERSIONS:[1]} > _PYTHON_BASECMD= ${LOCALBASE}/bin/python > _PYTHON_RELPORTDIR= lang/python > >diff --git a/Mk/bsd.default-versions.mk b/Mk/bsd.default-versions.mk >index 4747af6c829..ea39a83d7e5 100644 >--- a/Mk/bsd.default-versions.mk >+++ b/Mk/bsd.default-versions.mk >@@ -135,7 +135,7 @@ PYCRYPTOGRAPHY_DEFAULT?= rust > PYCRYPTOGRAPHY_DEFAULT?= legacy > . endif > # Possible values: 3.8, 3.9, 3.10, 3.11 >-PYTHON_DEFAULT?= 3.9 >+PYTHON_DEFAULT?= 3.11 > # Possible values: 2.7 > PYTHON2_DEFAULT?= 2.7 > # Possible values: 3.0, 3.1, 3.2, 3.3 >diff --git a/lang/cython/Makefile b/lang/cython/Makefile >index d37298a362b..7befd7a8e60 100644 >--- a/lang/cython/Makefile >+++ b/lang/cython/Makefile >@@ -1,5 +1,6 @@ > PORTNAME= cython > PORTVERSION= 0.29.37 >+PORTREVISION= 1 > CATEGORIES= lang python > MASTER_SITES= PYPI \ > https://github.com/cython/cython/releases/download/${PORTVERSION}/
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 275494
:
247702
| 247709