summaryrefslogtreecommitdiff
path: root/databases/py-pysqlite21
diff options
context:
space:
mode:
authorEitan Adler <eadler@FreeBSD.org>2011-10-18 22:08:57 +0000
committerEitan Adler <eadler@FreeBSD.org>2011-10-18 22:08:57 +0000
commitc8d0066a783811de1c9652b6cd57f95af84d38b1 (patch)
tree37900b066f7ddafe7bb7ab653c1914a182c0f8cb /databases/py-pysqlite21
parent- deprecate dkim-milter in favor of opendkim (diff)
- deprecate py-pysqlite21
- remove maintainer tag from pkg-descr PR: ports/161038 Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru> Approved by: maintainer timeout (19 days) Approved by: bapt (mentor)
Notes
Notes: svn path=/head/; revision=283862
Diffstat (limited to 'databases/py-pysqlite21')
-rw-r--r--databases/py-pysqlite21/Makefile3
-rw-r--r--databases/py-pysqlite21/pkg-descr2
2 files changed, 3 insertions, 2 deletions
diff --git a/databases/py-pysqlite21/Makefile b/databases/py-pysqlite21/Makefile
index 9ef15af2cd63..4bba8792c964 100644
--- a/databases/py-pysqlite21/Makefile
+++ b/databases/py-pysqlite21/Makefile
@@ -21,6 +21,9 @@ LIB_DEPENDS= sqlite3.8:${PORTSDIR}/databases/sqlite3
CONFLICTS= py*-pysqlite-2.[02-9].*
+DEPRECATED= unmaintained upstream, only useful for python2.4 or less, no consumers in the ports tree
+EXPIRATION_DATE=2011-12-11
+
LATEST_LINK= ${PKGNAMEPREFIX}${PORTNAME}21${PKGNAMESUFFIX}
USE_PYTHON= 2.5+
diff --git a/databases/py-pysqlite21/pkg-descr b/databases/py-pysqlite21/pkg-descr
index 5aaec324c4e9..afdf2db33d1d 100644
--- a/databases/py-pysqlite21/pkg-descr
+++ b/databases/py-pysqlite21/pkg-descr
@@ -5,5 +5,3 @@ It offers support for a large subset of SQL92, multiple tables, indices,
transactions and triggers.
WWW: http://pysqlite.org
-
-Marcus Alves Grando <mnag@FreeBSD.org>