diff options
author | joerg <joerg@pkgsrc.org> | 2008-04-25 20:39:06 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2008-04-25 20:39:06 +0000 |
commit | a77e7015fef465c9d21fd49774b5fe3fc8b9f6e8 (patch) | |
tree | ba5c318600555301b8a78f14c17772a3e23be7eb /converters | |
parent | 1e0bbe6581a4c5892a18657a6abcf9c9c40ea65c (diff) | |
download | pkgsrc-a77e7015fef465c9d21fd49774b5fe3fc8b9f6e8.tar.gz |
Update PYTHON_VERSIONS_COMPATIBLE
- assume that Python 2.4 and 2.5 are compatible and allow checking for
fallout.
- remove PYTHON_VERSIONS_COMPATIBLE that are obsoleted by the 2.3+
default. Modify the others to deal with the removals.
Diffstat (limited to 'converters')
-rw-r--r-- | converters/py-cjkcodecs/Makefile | 4 | ||||
-rw-r--r-- | converters/py-jpCodecs/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/converters/py-cjkcodecs/Makefile b/converters/py-cjkcodecs/Makefile index 11c22f60ffc..8ea56f39968 100644 --- a/converters/py-cjkcodecs/Makefile +++ b/converters/py-cjkcodecs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2006/08/23 11:28:37 minskim Exp $ +# $NetBSD: Makefile,v 1.9 2008/04/25 20:39:06 joerg Exp $ # DISTNAME= cjkcodecs-1.1.1 @@ -13,7 +13,7 @@ COMMENT= Python Unicode codecs for Chinese, Japanese, and Korean encodings PYDISTUTILSPKG= yes PYBINMODULE= yes -PYTHON_VERSIONS_ACCEPTED= 23 22 21 +PYTHON_VERSIONS_ACCEPTED= 23 21 post-install: @strip ${PREFIX}/${PYSITELIB}/cjkcodecs/*.so diff --git a/converters/py-jpCodecs/Makefile b/converters/py-jpCodecs/Makefile index 2c8eadcdf2a..513a91339f4 100644 --- a/converters/py-jpCodecs/Makefile +++ b/converters/py-jpCodecs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2006/06/04 12:10:49 joerg Exp $ +# $NetBSD: Makefile,v 1.10 2008/04/25 20:39:06 joerg Exp $ DISTNAME= JapaneseCodecs-1.4.11 PKGNAME= ${PYPKGPREFIX}-jpCodecs-1.4.11 @@ -13,7 +13,7 @@ COMMENT= Python Unicode codecs for Japanese charsets PYDISTUTILSPKG= yes PYBINMODULE= yes -PYTHON_VERSIONS_ACCEPTED= 24 23 22 21 +PYTHON_VERSIONS_ACCEPTED= 25 24 23 21 .include "../../lang/python/extension.mk" .include "../../mk/bsd.pkg.mk" |