pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/py-csv Explain why this only works with pytho...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2f5f3854be52
branches:  trunk
changeset: 550534:2f5f3854be52
user:      snj <snj%pkgsrc.org@localhost>
date:      Sun Nov 23 23:35:06 2008 +0000

description:
Explain why this only works with python21.

diffstat:

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

diffs (18 lines):

diff -r 66f606504325 -r 2f5f3854be52 textproc/py-csv/Makefile
--- a/textproc/py-csv/Makefile  Sun Nov 23 22:57:29 2008 +0000
+++ b/textproc/py-csv/Makefile  Sun Nov 23 23:35:06 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2008/06/12 02:14:52 joerg Exp $
+# $NetBSD: Makefile,v 1.10 2008/11/23 23:35:06 snj Exp $
 #
 
 DISTNAME=      csv-1.0
@@ -15,7 +15,7 @@
 PYDISTUTILSPKG=        yes
 PYBINMODULE=   yes
 
-PYTHON_VERSIONS_ACCEPTED=      21
+PYTHON_VERSIONS_ACCEPTED=      21 # included in python>=2.3
 
 .include "../../lang/python/extension.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index