summaryrefslogtreecommitdiff
path: root/devel/py-setuptools
diff options
context:
space:
mode:
authorwiz <wiz>2009-04-22 23:05:57 +0000
committerwiz <wiz>2009-04-22 23:05:57 +0000
commitedadd60c1117c1fcb3d8ad8e4b1f5de57272fef2 (patch)
treeee892455a3f52adf6a485be8cf980a4ac595e28f /devel/py-setuptools
parent48ab34dce0ec187503b4200ab1421867487c4d21 (diff)
downloadpkgsrc-edadd60c1117c1fcb3d8ad8e4b1f5de57272fef2.tar.gz
Allow python-2.6 (untested, for pbulk so it does not abort).
Diffstat (limited to 'devel/py-setuptools')
-rw-r--r--devel/py-setuptools/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/py-setuptools/Makefile b/devel/py-setuptools/Makefile
index fba637cf5a6..61db4ec28d3 100644
--- a/devel/py-setuptools/Makefile
+++ b/devel/py-setuptools/Makefile
@@ -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 @@ COMMENT= New Python packaging system
PKG_DESTDIR_SUPPORT= user-destdir
-PYTHON_VERSIONS_ACCEPTED= 25 24
+PYTHON_VERSIONS_ACCEPTED= 26 25 24
USE_TOOLS+= unzip pax
PY_PATCHPLIST= yes