aboutsummaryrefslogtreecommitdiff
path: root/databases/py-Elixir
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2016-11-08 21:11:14 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2016-11-08 21:11:14 +0000
commit40d3a489f666b0aa61bdd50e9785591897abbad4 (patch)
treee30bc914ed50d2ea31573de85717a60073371136 /databases/py-Elixir
parent7f6775c13ab96a9483fd380236137c75590403cb (diff)
downloadports-40d3a489f666b0aa61bdd50e9785591897abbad4.tar.gz
ports-40d3a489f666b0aa61bdd50e9785591897abbad4.zip
Chase py-sqlalchemy06 expiration
Notes
Notes: svn path=/head/; revision=425764
Diffstat (limited to 'databases/py-Elixir')
-rw-r--r--databases/py-Elixir/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/databases/py-Elixir/Makefile b/databases/py-Elixir/Makefile
index b4722e0e5df9..f8dbe2277f32 100644
--- a/databases/py-Elixir/Makefile
+++ b/databases/py-Elixir/Makefile
@@ -14,6 +14,9 @@ COMMENT= Declarative Mapper for SQLAlchemy
LICENSE= MIT
+DEPRECATED= Depends on expired py-sqlalchemy06
+EXPIRATION_DATE= 2016-12-08
+
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlalchemy06>=0.4.0:databases/py-sqlalchemy06
USES= python