diff --git a/databases/ldb14/Makefile b/databases/ldb14/Makefile index 22fea27c3910..3f1db8ec1a54 100644 --- a/databases/ldb14/Makefile +++ b/databases/ldb14/Makefile @@ -13,6 +13,9 @@ COMMENT= LDAP-like embedded database LICENSE= GPLv3 +DEPRECATED= Uses deprecated version of python +EXPIRATION_DATE= 2020-12-29 + IGNORE_NONTHREAD_PYTHON=needs port lang/python${PYTHON_SUFFIX} to be build with THREADS support BUILD_DEPENDS= ${LDB_DEPENDS} diff --git a/databases/py-MySQLdb/Makefile b/databases/py-MySQLdb/Makefile index 3149f0a9b4e8..9f66b0d29324 100644 --- a/databases/py-MySQLdb/Makefile +++ b/databases/py-MySQLdb/Makefile @@ -14,6 +14,9 @@ COMMENT= Access a MySQL database through Python LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/GPL-2.0 +DEPRECATED= Uses deprecated version of python +EXPIRATION_DATE= 2020-12-29 + USES= compiler:c11 mysql python:2.7 USE_PYTHON= autoplist distutils USE_GITHUB= yes diff --git a/databases/py-bsddb/Makefile b/databases/py-bsddb/Makefile index 4dcd08594e16..3314f63078a4 100644 --- a/databases/py-bsddb/Makefile +++ b/databases/py-bsddb/Makefile @@ -14,6 +14,9 @@ COMMENT= Standard Python bindings to the Berkeley DB library LICENSE= PSFL +DEPRECATED= Uses deprecated version of python +EXPIRATION_DATE= 2020-12-29 + PORTSCOUT= ignore:1 USE_PYTHON= distutils autoplist diff --git a/devel/py-SymbolType/Makefile b/devel/py-SymbolType/Makefile index ed5ae3c49397..d2cd833e73aa 100644 --- a/devel/py-SymbolType/Makefile +++ b/devel/py-SymbolType/Makefile @@ -12,6 +12,9 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= wenheping@gmail.com COMMENT= Simple Symbol Type for Python +DEPRECATED= Uses deprecated version of python +EXPIRATION_DATE= 2020-12-29 + USES= python:2.7 zip USE_PYTHON= distutils autoplist diff --git a/devel/py-ydbf/Makefile b/devel/py-ydbf/Makefile index 27a34db40bd2..d8a08a36954c 100644 --- a/devel/py-ydbf/Makefile +++ b/devel/py-ydbf/Makefile @@ -13,6 +13,9 @@ COMMENT= Yelded DBF reader/writer for Python LICENSE= GPLv2 +DEPRECATED= Uses deprecated version of python +EXPIRATION_DATE= 2020-12-29 + USES= python:2.7 USE_PYTHON= distutils autoplist diff --git a/japanese/py-zinnia/Makefile b/japanese/py-zinnia/Makefile index b4f64eb47aed..6ff0aa0faf67 100644 --- a/japanese/py-zinnia/Makefile +++ b/japanese/py-zinnia/Makefile @@ -10,6 +10,9 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= beyert@cs.ucr.edu COMMENT= Python interface for Zinnia +DEPRECATED= Uses deprecated version of python +EXPIRATION_DATE= 2020-12-29 + LIB_DEPENDS= libzinnia.so:japanese/zinnia RUN_DEPENDS= zinnia:japanese/zinnia diff --git a/multimedia/py-kaa-base/Makefile b/multimedia/py-kaa-base/Makefile index 8c93cbe43cd4..18a7d87f4011 100644 --- a/multimedia/py-kaa-base/Makefile +++ b/multimedia/py-kaa-base/Makefile @@ -11,6 +11,9 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= fbsd@opal.com COMMENT= Kaa Media Repository +DEPRECATED= Uses deprecated version of python +EXPIRATION_DATE= 2020-12-29 + BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/libxml2.py:textproc/py-libxml2@${PY_FLAVOR} \ ${PYGAME} RUN_DEPENDS:= ${BUILD_DEPENDS} diff --git a/security/py-pyptlib/Makefile b/security/py-pyptlib/Makefile index 22fe7979c29b..c061e63ff6ab 100644 --- a/security/py-pyptlib/Makefile +++ b/security/py-pyptlib/Makefile @@ -13,6 +13,9 @@ COMMENT= Pluggable transport library LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE +DEPRECATED= Uses deprecated version of python +EXPIRATION_DATE= 2020-12-29 + NO_ARCH= yes USES= python:2.7 diff --git a/www/py-pastescript/Makefile b/www/py-pastescript/Makefile index 8e640d3b9519..592c010d8ebf 100644 --- a/www/py-pastescript/Makefile +++ b/www/py-pastescript/Makefile @@ -14,6 +14,9 @@ COMMENT= Pluggable command-line frontend LICENSE= MIT LICENSE_FILE= ${WRKSRC}/docs/license.txt +DEPRECATED= Uses deprecated version of python +EXPIRATION_DATE= 2020-12-29 + RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cheetah>=0:devel/py-cheetah@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}flup6>=0:www/py-flup6@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}Paste>=1.3:www/py-paste@${PY_FLAVOR} \ diff --git a/www/py-webhelpers/Makefile b/www/py-webhelpers/Makefile index 6be2c404874d..1ba76bbb5824 100644 --- a/www/py-webhelpers/Makefile +++ b/www/py-webhelpers/Makefile @@ -14,6 +14,9 @@ COMMENT= Python helper functions for writing templates in web applications LICENSE= BSD3CLAUSE +DEPRECATED= Uses deprecated version of python +EXPIRATION_DATE= 2020-12-29 + RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}routes>=1.1:www/py-routes@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}markupsafe>=0.11:textproc/py-markupsafe@${PY_FLAVOR}