summaryrefslogtreecommitdiff
path: root/converters
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2006-06-04 12:10:49 +0000
committerjoerg <joerg@pkgsrc.org>2006-06-04 12:10:49 +0000
commit9557178f0a09db90c24c046943f0aae8895ae853 (patch)
tree115bb98bb7d0946f326546d749daf2b31709d4a7 /converters
parent13ad220ba095679f29f28d87f7a12b94fd716d54 (diff)
downloadpkgsrc-9557178f0a09db90c24c046943f0aae8895ae853.tar.gz
Needs Python 2.1+
Diffstat (limited to 'converters')
-rw-r--r--converters/py-cjkcodecs/Makefile3
-rw-r--r--converters/py-jpCodecs/Makefile3
2 files changed, 4 insertions, 2 deletions
diff --git a/converters/py-cjkcodecs/Makefile b/converters/py-cjkcodecs/Makefile
index d36f56fe086..1c76a61c70a 100644
--- a/converters/py-cjkcodecs/Makefile
+++ b/converters/py-cjkcodecs/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2006/02/05 23:08:29 joerg Exp $
+# $NetBSD: Makefile,v 1.7 2006/06/04 12:13:46 joerg Exp $
#
DISTNAME= cjkcodecs-1.1.1
@@ -13,6 +13,7 @@ COMMENT= Python Unicode codecs for Chinese, Japanese, and Korean encodings
PYDISTUTILSPKG= yes
PYBINMODULE= yes
+PYTHON_VERSIONS_ACCEPTED= 24 23 22 21
post-install:
@strip ${PREFIX}/${PYSITELIB}/cjkcodecs/*.so
diff --git a/converters/py-jpCodecs/Makefile b/converters/py-jpCodecs/Makefile
index acc4ddc71f4..2c8eadcdf2a 100644
--- a/converters/py-jpCodecs/Makefile
+++ b/converters/py-jpCodecs/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2006/02/05 23:08:29 joerg Exp $
+# $NetBSD: Makefile,v 1.9 2006/06/04 12:10:49 joerg Exp $
DISTNAME= JapaneseCodecs-1.4.11
PKGNAME= ${PYPKGPREFIX}-jpCodecs-1.4.11
@@ -13,6 +13,7 @@ COMMENT= Python Unicode codecs for Japanese charsets
PYDISTUTILSPKG= yes
PYBINMODULE= yes
+PYTHON_VERSIONS_ACCEPTED= 24 23 22 21
.include "../../lang/python/extension.mk"
.include "../../mk/bsd.pkg.mk"