pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/py-setuptools Allow python-2.6 (untested, for pb...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3c8efeb23eca
branches:  trunk
changeset: 391956:3c8efeb23eca
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Wed Apr 22 23:05:57 2009 +0000

description:
Allow python-2.6 (untested, for pbulk so it does not abort).

diffstat:

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

diffs (18 lines):

diff -r f4b8e08d0b73 -r 3c8efeb23eca devel/py-setuptools/Makefile
--- a/devel/py-setuptools/Makefile      Wed Apr 22 22:42:43 2009 +0000
+++ b/devel/py-setuptools/Makefile      Wed Apr 22 23:05:57 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2009/01/18 14:50:20 roy Exp $
+# $NetBSD: Makefile,v 1.9 2009/04/22 23:05:57 wiz Exp $
 #
 
 EGG_VERSION=           0.6c9
@@ -14,7 +14,7 @@
 
 PKG_DESTDIR_SUPPORT=   user-destdir
 
-PYTHON_VERSIONS_ACCEPTED= 25 24
+PYTHON_VERSIONS_ACCEPTED= 26 25 24
 USE_TOOLS+=            unzip pax
 
 PY_PATCHPLIST= yes



Home | Main Index | Thread Index | Old Index