Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 10 Sep 2013 19:11:41 +0000 (UTC)
From:      Ruslan Makhmatkhanov <rm@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r326924 - head/devel/py-importlib
Message-ID:  <201309101911.r8AJBfpx037635@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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@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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309101911.r8AJBfpx037635>