pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/py-csv Python 2.3 comes with the "csv" module...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/44e03273de72
branches:  trunk
changeset: 460059:44e03273de72
user:      recht <recht%pkgsrc.org@localhost>
date:      Sun Aug 17 18:23:49 2003 +0000

description:
Python 2.3 comes with the "csv" module, so don't accept python23 and
python23-pth.

diffstat:

 textproc/py-csv/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r e18ac804e982 -r 44e03273de72 textproc/py-csv/Makefile
--- a/textproc/py-csv/Makefile  Sun Aug 17 18:10:35 2003 +0000
+++ b/textproc/py-csv/Makefile  Sun Aug 17 18:23:49 2003 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2003/04/29 18:21:05 drochner Exp $
+# $NetBSD: Makefile,v 1.2 2003/08/17 18:23:49 recht Exp $
 #
 
 DISTNAME=      csv-1.0
@@ -15,5 +15,7 @@
 PYDISTUTILSPKG=        yes
 PYBINMODULE=   yes
 
+PYTHON_VERSIONS_ACCEPTED=      22 22pth 21 21pth 20
+
 .include "../../lang/python/extension.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index