pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/converters/py-cjkcodecs Do not build this package with...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a0e2143e3294
branches:  trunk
changeset: 517831:a0e2143e3294
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Wed Aug 23 11:28:37 2006 +0000

description:
Do not build this package with python24, which already includes this.

diffstat:

 converters/py-cjkcodecs/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 7f9ac86952e9 -r a0e2143e3294 converters/py-cjkcodecs/Makefile
--- a/converters/py-cjkcodecs/Makefile  Wed Aug 23 11:27:59 2006 +0000
+++ b/converters/py-cjkcodecs/Makefile  Wed Aug 23 11:28:37 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2006/06/04 12:13:46 joerg Exp $
+# $NetBSD: Makefile,v 1.8 2006/08/23 11:28:37 minskim Exp $
 #
 
 DISTNAME=      cjkcodecs-1.1.1
@@ -13,7 +13,7 @@
 
 PYDISTUTILSPKG=        yes
 PYBINMODULE=   yes
-PYTHON_VERSIONS_ACCEPTED= 24 23 22 21
+PYTHON_VERSIONS_ACCEPTED= 23 22 21
 
 post-install:
        @strip ${PREFIX}/${PYSITELIB}/cjkcodecs/*.so



Home | Main Index | Thread Index | Old Index