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
This commit is contained in:
Ruslan Makhmatkhanov 2011-11-11 20:23:45 +00:00
parent 190e60c522
commit 378bfb6a0c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=285599

View File

@ -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