summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorrecht <recht@pkgsrc.org>2003-08-17 18:23:49 +0000
committerrecht <recht@pkgsrc.org>2003-08-17 18:23:49 +0000
commitc93a2719e4aced3ee028e49d51a8882117dd63e6 (patch)
treed81b9952b3b932b7898352f1cfe7f0b6cabcca19 /textproc
parentfa7ad3eed2f0ef44245f3eddbe6742db4a24978c (diff)
downloadpkgsrc-c93a2719e4aced3ee028e49d51a8882117dd63e6.tar.gz
Python 2.3 comes with the "csv" module, so don't accept python23 and
python23-pth.
Diffstat (limited to 'textproc')
-rw-r--r--textproc/py-csv/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/textproc/py-csv/Makefile b/textproc/py-csv/Makefile
index ad0613d556a..23749d102dc 100644
--- a/textproc/py-csv/Makefile
+++ b/textproc/py-csv/Makefile
@@ -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 @@ USE_BUILDLINK2= YES
PYDISTUTILSPKG= yes
PYBINMODULE= yes
+PYTHON_VERSIONS_ACCEPTED= 22 22pth 21 21pth 20
+
.include "../../lang/python/extension.mk"
.include "../../mk/bsd.pkg.mk"