pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/py-curl pycurl needs Python 2.2 or later - so remo...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e93963e4f6b6
branches:  trunk
changeset: 469976:e93963e4f6b6
user:      recht <recht%pkgsrc.org@localhost>
date:      Thu Mar 04 10:58:09 2004 +0000

description:
pycurl needs Python 2.2 or later - so remove 2.1 from the list.
While at it make 2.3 the default version.
spotted by kristerw@'s bulk build

diffstat:

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

diffs (18 lines):

diff -r 2872865b4a74 -r e93963e4f6b6 www/py-curl/Makefile
--- a/www/py-curl/Makefile      Thu Mar 04 06:27:45 2004 +0000
+++ b/www/py-curl/Makefile      Thu Mar 04 10:58:09 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2004/02/15 18:44:01 recht Exp $
+# $NetBSD: Makefile,v 1.14 2004/03/04 10:58:09 recht Exp $
 
 DISTNAME=      pycurl-7.11.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/py//}
@@ -11,7 +11,7 @@
 
 PYDISTUTILSPKG=        # defined
 PYBINMODULE=   # defined
-PYTHON_VERSIONS_ACCEPTED=      21pth 22pth 23pth
+PYTHON_VERSIONS_ACCEPTED=      23pth 22pth
 USE_BUILDLINK2=        yes
 PLIST_SUBST+=  PYVERSSUFFIX=${PYVERSSUFFIX}
 



Home | Main Index | Thread Index | Old Index