Remove Python 3.3 from the Ports Framework.
This commit is contained in:
parent
ba8c378185
commit
3d0c93eb6a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=449198
2 changed files with 3 additions and 3 deletions
|
@ -228,7 +228,7 @@ _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= 2.7 3.6 3.5 3.4 3.3 # preferred first
|
||||
_PYTHON_VERSIONS= 2.7 3.6 3.5 3.4 # preferred first
|
||||
_PYTHON_PORTBRANCH= 2.7 # ${_PYTHON_VERSIONS:[1]}
|
||||
_PYTHON_BASECMD= ${LOCALBASE}/bin/python
|
||||
_PYTHON_RELPORTDIR= lang/python
|
||||
|
|
|
@ -75,11 +75,11 @@ PERL5_DEFAULT:= ${_PERL5_FROM_BIN:R}
|
|||
PGSQL_DEFAULT?= 9.5
|
||||
# Possible values: 5.6, 7.0, 7.1
|
||||
PHP_DEFAULT?= 5.6
|
||||
# Possible values: 2.7, 3.3, 3.4, 3.5, 3.6
|
||||
# Possible values: 2.7, 3.4, 3.5, 3.6
|
||||
PYTHON_DEFAULT?= 2.7
|
||||
# Possible values: 2.7
|
||||
PYTHON2_DEFAULT?= 2.7
|
||||
# Possible values: 3.3, 3.4, 3.5, 3.6
|
||||
# Possible values: 3.4, 3.5, 3.6
|
||||
PYTHON3_DEFAULT?= 3.6
|
||||
# Possible values: 2.2, 2.3, 2.4
|
||||
RUBY_DEFAULT?= 2.3
|
||||
|
|
Loading…
Reference in a new issue