summaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2020-02-23 15:25:53 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2020-02-23 15:25:53 +0000
commit41a5348a3b6a9d16a7808a76f3b3935dbdb9eb49 (patch)
treedc94bc3df22b218498c473b644b9ddf5d9c9342d /databases
parentUpdate to 2.6.0 (diff)
Deprecate a few ports
With hat: portmgr
Notes
Notes: svn path=/head/; revision=526925
Diffstat (limited to 'databases')
-rw-r--r--databases/py-geoalchemy/Makefile3
-rw-r--r--databases/py-htsql-mysql/Makefile3
-rw-r--r--databases/py-htsql-pgsql/Makefile3
-rw-r--r--databases/py-mysql2pgsql/Makefile3
-rw-r--r--databases/py-oursql/Makefile3
-rw-r--r--databases/py-pyhs/Makefile3
-rw-r--r--databases/py-pytc/Makefile3
-rw-r--r--databases/py-python-rrdtool/Makefile3
-rw-r--r--databases/py-riak/Makefile3
-rw-r--r--databases/py-sybase/Makefile3
-rw-r--r--databases/py-umemcache/Makefile3
11 files changed, 33 insertions, 0 deletions
diff --git a/databases/py-geoalchemy/Makefile b/databases/py-geoalchemy/Makefile
index e8a48c6585c1..a1b46128fedc 100644
--- a/databases/py-geoalchemy/Makefile
+++ b/databases/py-geoalchemy/Makefile
@@ -14,6 +14,9 @@ COMMENT= Using SQLAlchemy with Spatial Databases
LICENSE= MIT
+DEPRECATED= Uses deprecated version of python
+EXPIRATION_DATE= 2020-08-15
+
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlalchemy12>=0.6.1:databases/py-sqlalchemy12@${PY_FLAVOR}
USES= python:2.7
diff --git a/databases/py-htsql-mysql/Makefile b/databases/py-htsql-mysql/Makefile
index 27848c6ef8e4..83f2e24c0371 100644
--- a/databases/py-htsql-mysql/Makefile
+++ b/databases/py-htsql-mysql/Makefile
@@ -14,6 +14,9 @@ COMMENT= Database Query Language (MySQL Backend for HTSQL)
LICENSE= AGPLv3
+DEPRECATED= Uses deprecated version of python
+EXPIRATION_DATE= 2020-08-15
+
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}htsql>2.3:databases/py-htsql@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}MySQLdb>0:databases/py-MySQLdb@${PY_FLAVOR}
diff --git a/databases/py-htsql-pgsql/Makefile b/databases/py-htsql-pgsql/Makefile
index ef8f67be0b9b..9c2d520c9b60 100644
--- a/databases/py-htsql-pgsql/Makefile
+++ b/databases/py-htsql-pgsql/Makefile
@@ -14,6 +14,9 @@ COMMENT= Database Query Language (PostgreSQL Backend for HTSQL)
LICENSE= AGPLv3
+DEPRECATED= Uses deprecated version of python
+EXPIRATION_DATE= 2020-08-15
+
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}htsql>2.3:databases/py-htsql@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}psycopg2>0:databases/py-psycopg2@${PY_FLAVOR}
diff --git a/databases/py-mysql2pgsql/Makefile b/databases/py-mysql2pgsql/Makefile
index 4d216896c617..9d663aec134c 100644
--- a/databases/py-mysql2pgsql/Makefile
+++ b/databases/py-mysql2pgsql/Makefile
@@ -12,6 +12,9 @@ COMMENT= Tool for migrating/converting from MySQL to PostgreSQL
LICENSE= MIT
+DEPRECATED= Uses deprecated version of python
+EXPIRATION_DATE= 2020-08-15
+
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}MySQLdb>=1.2.3:databases/py-MySQLdb@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}psycopg2>=2.4.2:databases/py-psycopg2@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}termcolor>=1.1.0:devel/py-termcolor@${PY_FLAVOR} \
diff --git a/databases/py-oursql/Makefile b/databases/py-oursql/Makefile
index 54e6f0a1343f..3edadfbbd127 100644
--- a/databases/py-oursql/Makefile
+++ b/databases/py-oursql/Makefile
@@ -13,6 +13,9 @@ COMMENT= MySQL bindings for python
LICENSE= BSD2CLAUSE
+DEPRECATED= Uses deprecated version of python
+EXPIRATION_DATE= 2020-08-15
+
USES= compiler:c11 mysql python:2.7
USE_PYTHON= autoplist distutils
diff --git a/databases/py-pyhs/Makefile b/databases/py-pyhs/Makefile
index e490a2fb9b0b..42a09b88ae92 100644
--- a/databases/py-pyhs/Makefile
+++ b/databases/py-pyhs/Makefile
@@ -12,6 +12,9 @@ DISTNAME= python-handler-socket-${PORTVERSION}
MAINTAINER= lwhsu@FreeBSD.org
COMMENT= HandlerSocket client for Python
+DEPRECATED= Uses deprecated version of python
+EXPIRATION_DATE= 2020-08-15
+
USES= python:2.7
USE_PYTHON= distutils autoplist
diff --git a/databases/py-pytc/Makefile b/databases/py-pytc/Makefile
index 89b3c89ba438..4c0e55f7b356 100644
--- a/databases/py-pytc/Makefile
+++ b/databases/py-pytc/Makefile
@@ -9,6 +9,9 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= lwhsu@FreeBSD.org
COMMENT= Tokyo Cabinet Python bindings
+DEPRECATED= Uses deprecated version of python
+EXPIRATION_DATE= 2020-08-15
+
LIB_DEPENDS= libtokyocabinet.so:databases/tokyocabinet
USES= python:2.7
diff --git a/databases/py-python-rrdtool/Makefile b/databases/py-python-rrdtool/Makefile
index 6569b0c28b16..d1ad9967c503 100644
--- a/databases/py-python-rrdtool/Makefile
+++ b/databases/py-python-rrdtool/Makefile
@@ -12,6 +12,9 @@ COMMENT= Python bindings for RRDTool, the graphing and logging utility
LICENSE= LGPL3
+DEPRECATED= Uses deprecated version of python
+EXPIRATION_DATE= 2020-08-15
+
LIB_DEPENDS= librrd.so:databases/rrdtool
USES= gnome groff pkgconfig python:2.7
diff --git a/databases/py-riak/Makefile b/databases/py-riak/Makefile
index 5cdf0206b63c..01b78b36fb26 100644
--- a/databases/py-riak/Makefile
+++ b/databases/py-riak/Makefile
@@ -13,6 +13,9 @@ COMMENT= Python client for Riak
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE
+DEPRECATED= Uses deprecated version of python
+EXPIRATION_DATE= 2020-08-15
+
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}riak_pb>=2.0.0:devel/py-riak_pb@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}openssl>=0.14:security/py-openssl@${PY_FLAVOR}
diff --git a/databases/py-sybase/Makefile b/databases/py-sybase/Makefile
index b347e812f341..111f0e010616 100644
--- a/databases/py-sybase/Makefile
+++ b/databases/py-sybase/Makefile
@@ -14,6 +14,9 @@ COMMENT= Python Database API interface to the Sybase RDBMS
LICENSE= BSD3CLAUSE
+DEPRECATED= Uses deprecated version of python
+EXPIRATION_DATE= 2020-08-15
+
LIB_DEPENDS= libct.so:databases/freetds
USES= python:2.7
diff --git a/databases/py-umemcache/Makefile b/databases/py-umemcache/Makefile
index 6cb19bfec504..f4f298ccaa1f 100644
--- a/databases/py-umemcache/Makefile
+++ b/databases/py-umemcache/Makefile
@@ -13,6 +13,9 @@ COMMENT= Memcache client written in highly optimized C++ with Python bindings
LICENSE= BSD4CLAUSE
+DEPRECATED= Uses deprecated version of python
+EXPIRATION_DATE= 2020-08-15
+
USES= dos2unix python:2.7 zip
USE_PYTHON= distutils autoplist