aboutsummaryrefslogtreecommitdiffstats
path: root/Mk/Uses
diff options
context:
space:
mode:
authorkoobs <koobs@FreeBSD.org>2015-09-09 00:08:13 +0800
committerkoobs <koobs@FreeBSD.org>2015-09-09 00:08:13 +0800
commit8bb77f5ee74a7b20378ccdf3532b13c6bf1b8779 (patch)
treed2d6bb343f3ec588db9cb20b3b44457fd89aa041 /Mk/Uses
parent5ac25a749cfc9dc7d09f1ab686e703e3b328ad01 (diff)
downloadfreebsd-ports-graphics-8bb77f5ee74a7b20378ccdf3532b13c6bf1b8779.tar.gz
freebsd-ports-graphics-8bb77f5ee74a7b20378ccdf3532b13c6bf1b8779.tar.zst
freebsd-ports-graphics-8bb77f5ee74a7b20378ccdf3532b13c6bf1b8779.zip
[NEW] lang/python35: Welcome Python 3.5.x! (Note: RC3)
FreeBSD welcomes Python 3.5 (early, pre-release) to the Ports tree, with 3.5.0 release candidate 3! Please test this port and Python 3.5 profusely. If you notice issues, please report them upstream at: https://bugs.python.org to ensure a robust upcoming 3.5.0 release. Whats New in Python 3.5: * https://docs.python.org/3.5/whatsnew/3.5.html Python 3.5 Release Schedule (PEP 478) * http://www.python.org/dev/peps/pep-0478 Note: This port retires an old fcntlmodule.c patch, possibly temporarily. User impact *should* be zero. For more information see: https://bugs.python.org/issue25026 Requested by: Webair Inc :)
Diffstat (limited to 'Mk/Uses')
-rw-r--r--Mk/Uses/python.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/Mk/Uses/python.mk b/Mk/Uses/python.mk
index e960e5055e8..49f94e49391 100644
--- a/Mk/Uses/python.mk
+++ b/Mk/Uses/python.mk
@@ -217,7 +217,7 @@
_INCLUDE_USES_PYTHON_MK= yes
# What Python version and what Python interpreters are currently supported?
-_PYTHON_VERSIONS= 2.7 3.4 3.3 3.2 # preferred first
+_PYTHON_VERSIONS= 2.7 3.4 3.5 3.3 3.2 # preferred first
_PYTHON_PORTBRANCH= 2.7 # ${_PYTHON_VERSIONS:[1]}
_PYTHON_BASECMD= ${LOCALBASE}/bin/python
_PYTHON_RELPORTDIR= ${PORTSDIR}/lang/python