svn commit: r449196 - in head: . databases databases/py33-gdbm databases/py33-sqlite3 devel devel/py3-enum34 devel/py33-setuptools lang lang/python33 x11-toolkits x11-toolkits/py33-tkinter
Kubilay Kocak
koobs at FreeBSD.org
Mon Sep 4 03:36:14 UTC 2017
On 9/3/17 8:33 PM, Rene Ladan wrote:
> Author: rene
> Date: Sun Sep 3 10:33:56 2017
> New Revision: 449196
> URL: https://svnweb.freebsd.org/changeset/ports/449196
>
> Log:
> Remove Python 3.3 and related ports, it expired today:
> 2017-09-01 lang/python33: No longer receives bug fixes, only security updates. Please update to Python 3.6
> databases/py33-gdbm
> databases/py33-sqlite3
> devel/py33-setuptools
> x11-toolkits/py33-tkinter
> devel/py3-enum34
>
> Deleted:
> head/databases/py33-gdbm/
> head/databases/py33-sqlite3/
> head/devel/py3-enum34/
> head/devel/py33-setuptools/
> head/lang/python33/
> head/x11-toolkits/py33-tkinter/
> Modified:
> head/MOVED
> head/databases/Makefile
> head/devel/Makefile
> head/lang/Makefile
> head/x11-toolkits/Makefile
>
> Modified: head/MOVED
> ==============================================================================
> --- head/MOVED Sun Sep 3 10:28:00 2017 (r449195)
> +++ head/MOVED Sun Sep 3 10:33:56 2017 (r449196)
> @@ -9538,3 +9538,9 @@ mail/movemail||2017-09-03|Has expired: Out of date
> german/phone||2017-09-03|Has expired: Out of date
> ports-mgmt/fbsdmon||2017-09-03|Has expired: no longer maintained, web site it sends data to has been taken over by cybersquatters
> security/py-pyme|security/py-gpgme|2017-09-03|Has expired: Merged with GPGme project. Please use security/py-gpgme instead
> +lang/python33||2017-09-03|Has expired: No longer receives bug fixes, only security updates. Please update to Python 3.6
> +databases/py33-gdbm||2017-09-03|Removed, please update to Python 3.6
> +databases/py33-sqlite3||2017-09-03|Removed, please update to Python 3.6
> +devel/py33-setuptools||2017-09-03|Removed, please update to Python 3.6
> +x11-toolkits/py33-tkinter||2017-09-03|Removed, please update to Python 3.6
> +devel/py3-enum34||2017-09-03|Removed, Python 3.3 only
>
> Modified: head/databases/Makefile
> ==============================================================================
> --- head/databases/Makefile Sun Sep 3 10:28:00 2017 (r449195)
> +++ head/databases/Makefile Sun Sep 3 10:33:56 2017 (r449196)
> @@ -840,8 +840,6 @@
> SUBDIR += py3-bsddb3
> SUBDIR += py3-mysqlclient
> SUBDIR += py3-psycopg2
> - SUBDIR += py33-gdbm
> - SUBDIR += py33-sqlite3
> SUBDIR += py34-gdbm
> SUBDIR += py34-sqlite3
> SUBDIR += py35-gdbm
>
> Modified: head/devel/Makefile
> ==============================================================================
> --- head/devel/Makefile Sun Sep 3 10:28:00 2017 (r449195)
> +++ head/devel/Makefile Sun Sep 3 10:33:56 2017 (r449196)
> @@ -5047,7 +5047,6 @@
> SUBDIR += py3-dbus
> SUBDIR += py3-defusedxml
> SUBDIR += py3-docopt
> - SUBDIR += py3-enum34
> SUBDIR += py3-flake8
> SUBDIR += py3-flake8-builtins
> SUBDIR += py3-flake8-docstrings
> @@ -5107,7 +5106,6 @@
> SUBDIR += py3-wcwidth
> SUBDIR += py3-xdg
> SUBDIR += py3-yaml
> - SUBDIR += py33-setuptools
> SUBDIR += py34-setuptools
> SUBDIR += py35-setuptools
> SUBDIR += py36-setuptools
>
> Modified: head/lang/Makefile
> ==============================================================================
> --- head/lang/Makefile Sun Sep 3 10:28:00 2017 (r449195)
> +++ head/lang/Makefile Sun Sep 3 10:33:56 2017 (r449196)
> @@ -284,7 +284,6 @@
> SUBDIR += python2
> SUBDIR += python27
> SUBDIR += python3
> - SUBDIR += python33
> SUBDIR += python34
> SUBDIR += python35
> SUBDIR += python36
>
> Modified: head/x11-toolkits/Makefile
> ==============================================================================
> --- head/x11-toolkits/Makefile Sun Sep 3 10:28:00 2017 (r449195)
> +++ head/x11-toolkits/Makefile Sun Sep 3 10:33:56 2017 (r449196)
> @@ -218,7 +218,6 @@
> SUBDIR += py-wxPython28-common
> SUBDIR += py-wxPython30
> SUBDIR += py-xlib
> - SUBDIR += py33-tkinter
> SUBDIR += py34-tkinter
> SUBDIR += py35-tkinter
> SUBDIR += py36-tkinter
>
Please undelete py-enum34.
it is a backport of a 3.4 module for all versions < 3.4 (including 2.7),
not just 3.3 and still a dependency for any port that
setup.py:*_requires it, orthogonal to any lang/pythonXY ports existence.
More information about the freebsd-python
mailing list