svn commit: r429035 - head/databases/py-sqlalchemy09

Rene Ladan rene at FreeBSD.org
Tue Dec 20 21:50:01 UTC 2016


Author: rene
Date: Tue Dec 20 21:50:00 2016
New Revision: 429035
URL: https://svnweb.freebsd.org/changeset/ports/429035

Log:
  databases/sqlalchemy09: deprecate and schedule for removal on 2017-03-01
  
  Upstream only supports version 1.0 (maintenance) and 1.1 (active version).
  
  PR:		215288
  Submitted by:	rene
  Approved by:	maintainer (m.tsatsenko at gmail.com)

Modified:
  head/databases/py-sqlalchemy09/Makefile

Modified: head/databases/py-sqlalchemy09/Makefile
==============================================================================
--- head/databases/py-sqlalchemy09/Makefile	Tue Dec 20 21:47:53 2016	(r429034)
+++ head/databases/py-sqlalchemy09/Makefile	Tue Dec 20 21:50:00 2016	(r429035)
@@ -14,6 +14,9 @@ COMMENT=	Python SQL toolkit and Object R
 
 LICENSE=	MIT
 
+DEPRECATED=	Upstream has declared this version EoL: please migrate to databases/py-sqlalchemy10
+EXPIRATION_DATE=	2017-03-01
+
 TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest \
 		${PYTHON_PKGNAMEPREFIX}mock>0:devel/py-mock
 


More information about the svn-ports-head mailing list