svn commit: r407843 - in head: . Mk/Uses lang lang/python-doc-html lang/python32
Ruslan Makhmatkhanov
rm at FreeBSD.org
Tue Feb 2 20:16:36 UTC 2016
Author: rm
Date: Tue Feb 2 20:16:34 2016
New Revision: 407843
URL: https://svnweb.freebsd.org/changeset/ports/407843
Log:
Remove expired lang/python32
Python 3.2 has reached it's EOL. Please update to Python 3.5
With hat: python
Deleted:
head/lang/python32/
Modified:
head/MOVED
head/Mk/Uses/python.mk
head/lang/Makefile
head/lang/python-doc-html/distinfo
Modified: head/MOVED
==============================================================================
--- head/MOVED Tue Feb 2 20:06:41 2016 (r407842)
+++ head/MOVED Tue Feb 2 20:16:34 2016 (r407843)
@@ -8127,3 +8127,4 @@ java/wildfly80||2016-02-01|Has expired:
java/wildfly81||2016-02-01|Has expired: Fully EOL when version 9.0 was released
mail/phpmailer2|mail/phpmailer|2016-02-01|Has expired: Obsolete, use mail/phpmailer instead
cad/pycam|cad/py-pycam|2016-02-03|Add py- prefix to directory name
+lang/python32||2016-02-02|Has expired: Full EOL reached. Please update to Python 3.5
Modified: head/Mk/Uses/python.mk
==============================================================================
--- head/Mk/Uses/python.mk Tue Feb 2 20:06:41 2016 (r407842)
+++ head/Mk/Uses/python.mk Tue Feb 2 20:16:34 2016 (r407843)
@@ -220,7 +220,7 @@
_INCLUDE_USES_PYTHON_MK= yes
# What Python version and what Python interpreters are currently supported?
-_PYTHON_VERSIONS= 2.7 3.4 3.5 3.3 3.2 # preferred first
+_PYTHON_VERSIONS= 2.7 3.4 3.5 3.3 # preferred first
_PYTHON_PORTBRANCH= 2.7 # ${_PYTHON_VERSIONS:[1]}
_PYTHON_BASECMD= ${LOCALBASE}/bin/python
_PYTHON_RELPORTDIR= ${PORTSDIR}/lang/python
Modified: head/lang/Makefile
==============================================================================
--- head/lang/Makefile Tue Feb 2 20:06:41 2016 (r407842)
+++ head/lang/Makefile Tue Feb 2 20:16:34 2016 (r407843)
@@ -272,7 +272,6 @@
SUBDIR += python2
SUBDIR += python27
SUBDIR += python3
- SUBDIR += python32
SUBDIR += python33
SUBDIR += python34
SUBDIR += python35
Modified: head/lang/python-doc-html/distinfo
==============================================================================
--- head/lang/python-doc-html/distinfo Tue Feb 2 20:06:41 2016 (r407842)
+++ head/lang/python-doc-html/distinfo Tue Feb 2 20:16:34 2016 (r407843)
@@ -6,14 +6,6 @@ SHA256 (python/python-2.7.11-docs-pdf-le
SIZE (python/python-2.7.11-docs-pdf-letter.tar.bz2) = 10661547
SHA256 (python/python-2.7.11-docs-text.tar.bz2) = fc49ac7083123dd6dd53a91a48602f48289c5d04b073da7634322e595d1e280e
SIZE (python/python-2.7.11-docs-text.tar.bz2) = 1607237
-SHA256 (python/python-3.2.6-docs-html.tar.bz2) = b746ef40a29abe7949e5f183e236a0734c58b841c0600043160a518390704c13
-SIZE (python/python-3.2.6-docs-html.tar.bz2) = 4451267
-SHA256 (python/python-3.2.6-docs-pdf-a4.tar.bz2) = 2bf14c32c56e92adb442fdea6bcd4a2386a76ab32ae3ecab347d103fd1a6633f
-SIZE (python/python-3.2.6-docs-pdf-a4.tar.bz2) = 10369657
-SHA256 (python/python-3.2.6-docs-pdf-letter.tar.bz2) = 55bf8e03442a09ccd1fd6d17ec2329345a47ebfb6e2ae28cee97b14ef6c8b92b
-SIZE (python/python-3.2.6-docs-pdf-letter.tar.bz2) = 10418952
-SHA256 (python/python-3.2.6-docs-text.tar.bz2) = 889a9f5358d0ded2f2c4b1027967c4b8ec0e99cf57eddefa038f2a0abba7fe88
-SIZE (python/python-3.2.6-docs-text.tar.bz2) = 1573432
SHA256 (python/python-3.3.6-docs-html.tar.bz2) = 54da33f8a91be819e7ac22fdc88c5125bdd4c67494f52dd79d6b603572c41fb0
SIZE (python/python-3.3.6-docs-html.tar.bz2) = 4961517
SHA256 (python/python-3.3.6-docs-pdf-a4.tar.bz2) = 5a031f0abfe41121f9aa883cfb8a99e36363744c486d30d97a9bcf4c0b7a634b
More information about the svn-ports-head
mailing list