diff options
author | rm <rm@FreeBSD.org> | 2013-09-11 03:11:41 +0800 |
---|---|---|
committer | rm <rm@FreeBSD.org> | 2013-09-11 03:11:41 +0800 |
commit | c1bc4865707649b0a0c7258fbed22fc9da5f8865 (patch) | |
tree | 123f13a1d4421751738015fdebfab8c9210d6242 | |
parent | 71510c493b43609baaefc77e1410f29ddb875d28 (diff) | |
download | freebsd-ports-gnome-c1bc4865707649b0a0c7258fbed22fc9da5f8865.tar.gz freebsd-ports-gnome-c1bc4865707649b0a0c7258fbed22fc9da5f8865.tar.zst freebsd-ports-gnome-c1bc4865707649b0a0c7258fbed22fc9da5f8865.zip |
- 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)
-rw-r--r-- | devel/py-importlib/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/devel/py-importlib/Makefile b/devel/py-importlib/Makefile index ae5aba39a0ab..925d1c3eff04 100644 --- a/devel/py-importlib/Makefile +++ b/devel/py-importlib/Makefile @@ -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 |