summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorrecht <recht>2003-08-17 18:23:49 +0000
committerrecht <recht>2003-08-17 18:23:49 +0000
commit1e3e5fc5811dc46d4dae0251fed2f00c442417e5 (patch)
treed81b9952b3b932b7898352f1cfe7f0b6cabcca19 /textproc
parent63939916b6f4381018fe6aab2f0465db4018ee00 (diff)
downloadpkgsrc-1e3e5fc5811dc46d4dae0251fed2f00c442417e5.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"