View | Details | Raw Unified | Return to bug 275494 | Differences between
and this patch

Collapse All | Expand All

(-)b/Mk/Uses/python.mk (-2 / +2 lines)
Lines 316-323 _INCLUDE_USES_PYTHON_MK= yes Link Here
316
# What Python version and what Python interpreters are currently supported?
316
# What Python version and what Python interpreters are currently supported?
317
# When adding a version, please keep the comment in
317
# When adding a version, please keep the comment in
318
# Mk/bsd.default-versions.mk in sync.
318
# Mk/bsd.default-versions.mk in sync.
319
_PYTHON_VERSIONS=		3.9 3.8 3.10 3.11 2.7 # preferred first
319
_PYTHON_VERSIONS=		3.11 3.10 3.9 3.8 2.7 # preferred first
320
_PYTHON_PORTBRANCH=		3.9		# ${_PYTHON_VERSIONS:[1]}
320
_PYTHON_PORTBRANCH=		3.11		# ${_PYTHON_VERSIONS:[1]}
321
_PYTHON_BASECMD=		${LOCALBASE}/bin/python
321
_PYTHON_BASECMD=		${LOCALBASE}/bin/python
322
_PYTHON_RELPORTDIR=		lang/python
322
_PYTHON_RELPORTDIR=		lang/python
323
323
(-)b/Mk/bsd.default-versions.mk (-1 / +1 lines)
Lines 135-141 PYCRYPTOGRAPHY_DEFAULT?= rust Link Here
135
PYCRYPTOGRAPHY_DEFAULT?=	legacy
135
PYCRYPTOGRAPHY_DEFAULT?=	legacy
136
.  endif
136
.  endif
137
# Possible values: 3.8, 3.9, 3.10, 3.11
137
# Possible values: 3.8, 3.9, 3.10, 3.11
138
PYTHON_DEFAULT?=	3.9
138
PYTHON_DEFAULT?=	3.11
139
# Possible values: 2.7
139
# Possible values: 2.7
140
PYTHON2_DEFAULT?=	2.7
140
PYTHON2_DEFAULT?=	2.7
141
# Possible values: 3.0, 3.1, 3.2, 3.3
141
# Possible values: 3.0, 3.1, 3.2, 3.3
(-)b/lang/cython/Makefile (+1 lines)
Lines 1-5 Link Here
1
PORTNAME=	cython
1
PORTNAME=	cython
2
PORTVERSION=	0.29.37
2
PORTVERSION=	0.29.37
3
PORTREVISION=	1
3
CATEGORIES=	lang python
4
CATEGORIES=	lang python
4
MASTER_SITES=	PYPI \
5
MASTER_SITES=	PYPI \
5
		https://github.com/cython/cython/releases/download/${PORTVERSION}/
6
		https://github.com/cython/cython/releases/download/${PORTVERSION}/

Return to bug 275494