diff options
author | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2011-11-11 20:23:45 +0000 |
---|---|---|
committer | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2011-11-11 20:23:45 +0000 |
commit | 378bfb6a0c7a5c0282080aa6afb6b8880f150f31 (patch) | |
tree | b755d82decf798ea451068635ae5cd1afc2083fa | |
parent | 190e60c5221392e46df393a2eae2d00c04eb8433 (diff) |
Deprecate this port. Set for removal on 2011-12-11.
This module is deprecated since release of Python 2.4
that has `codecs` module in it's standard library. We
have no Python versions less than 2.4 in the tree, no
other ports depend on this one, it's unmaintained and
last release was 8 years ago (Nov 2003).
PR: ports/162274
Submitted by: rm (myself)
Approved by: novel (mentor)
Feature safe: yes
Notes
Notes:
svn path=/head/; revision=285599
-rw-r--r-- | converters/py-iconvcodec/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/converters/py-iconvcodec/Makefile b/converters/py-iconvcodec/Makefile index 125b1cf4c21d..fdb195ff0950 100644 --- a/converters/py-iconvcodec/Makefile +++ b/converters/py-iconvcodec/Makefile @@ -13,6 +13,9 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= ports@FreeBSD.org COMMENT= Universal unicode codec using iconv(3) for Python +DEPRECATED= Included into python itself since version 2.4 +EXPIRATION_DATE= 2011-12-11 + USE_ICONV= yes USE_PYTHON= 2.1+ USE_PYDISTUTILS= yes |