svn commit: r326924 - head/devel/py-importlib

Ruslan Makhmatkhanov rm at FreeBSD.org
Tue Sep 10 19:11:41 UTC 2013


Author: rm
Date: Tue Sep 10 19:11:41 2013
New Revision: 326924
URL: http://svnweb.freebsd.org/changeset/ports/326924

Log:
  - mark this port deprecated, because it only needed for python 2.6,
    that in it's turn will expire at 2013-10-01
  - set deprecation date to the same date as for lang/python26
  
  Approved by:	Alexandros Kosiaris <akosiaris at gmail.com> (maintainer, by mail)

Modified:
  head/devel/py-importlib/Makefile

Modified: head/devel/py-importlib/Makefile
==============================================================================
--- head/devel/py-importlib/Makefile	Tue Sep 10 19:06:01 2013	(r326923)
+++ head/devel/py-importlib/Makefile	Tue Sep 10 19:11:41 2013	(r326924)
@@ -10,6 +10,9 @@ PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 MAINTAINER=	akosiaris+ports at gmail.com
 COMMENT=	Backport of importlib.import_module() from Python 2.7
 
+DEPRECATED=	Python 2.6 port will reach it's EoL upstream soon
+EXPIRATION_DATE=2013-10-01
+
 USE_PYTHON=	2.6
 USE_PYDISTUTILS=	yes
 


More information about the svn-ports-all mailing list