summaryrefslogtreecommitdiff
path: root/databases/py-sqlalchemy06/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'databases/py-sqlalchemy06/Makefile')
-rw-r--r--databases/py-sqlalchemy06/Makefile8
1 files changed, 6 insertions, 2 deletions
diff --git a/databases/py-sqlalchemy06/Makefile b/databases/py-sqlalchemy06/Makefile
index 9fd961428d35..a4a2d79045cb 100644
--- a/databases/py-sqlalchemy06/Makefile
+++ b/databases/py-sqlalchemy06/Makefile
@@ -10,14 +10,18 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= SQLAlchemy-${DISTVERSION}
MAINTAINER= nivit@FreeBSD.org
-COMMENT= Python SQL toolkit and Object Relational Mapper (series 0.6)
+COMMENT= Python SQL toolkit and Object Relational Mapper 0.6.x
LICENSE= MIT
-# Python3 ready
+DEPRECATED= Upstream has declared this version EoL: please migrate to databases/py-sqlalchemy10
+EXPIRATION_DATE= 2016-08-20
+
USES= python
USE_PYTHON= distutils autoplist
+CONFLICTS_INSTALL= ${PYTHON_PKGNAMEPREFIX}sqlalchemy{0[789],10}*
+
OPTIONS_DEFINE= CEXTENSIONS DOCS EXAMPLES NOSE
OPTIONS_MULTI= BACKEND