diff options
author | Rene Ladan <rene@FreeBSD.org> | 2017-09-03 10:33:56 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2017-09-03 10:33:56 +0000 |
commit | 42fbd0dcae80321b0a92fc4e5ecdadcf1cb16be3 (patch) | |
tree | 80e18c9119a221be6ae122615f16cc21b25d74a5 /databases | |
parent | security/py-cryptography: remove support for expired Python 3.3 (diff) |
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
Notes
Notes:
svn path=/head/; revision=449196
Diffstat (limited to 'databases')
-rw-r--r-- | databases/Makefile | 2 | ||||
-rw-r--r-- | databases/py33-gdbm/Makefile | 7 | ||||
-rw-r--r-- | databases/py33-sqlite3/Makefile | 7 |
3 files changed, 0 insertions, 16 deletions
diff --git a/databases/Makefile b/databases/Makefile index 748a94cf1b5e..0262587405e5 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -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 diff --git a/databases/py33-gdbm/Makefile b/databases/py33-gdbm/Makefile deleted file mode 100644 index 54dac98e7409..000000000000 --- a/databases/py33-gdbm/Makefile +++ /dev/null @@ -1,7 +0,0 @@ -# $FreeBSD$ - -MASTERDIR= ${.CURDIR}/../py-gdbm - -PYTHON_VERSION= python3.3 - -.include "${MASTERDIR}/Makefile" diff --git a/databases/py33-sqlite3/Makefile b/databases/py33-sqlite3/Makefile deleted file mode 100644 index d0738f8c672e..000000000000 --- a/databases/py33-sqlite3/Makefile +++ /dev/null @@ -1,7 +0,0 @@ -# $FreeBSD$ - -MASTERDIR= ${.CURDIR}/../py-sqlite3 - -PYTHON_VERSION= python3.3 - -.include "${MASTERDIR}/Makefile" |