diff options
author | wiz <wiz@pkgsrc.org> | 2009-04-22 23:05:57 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2009-04-22 23:05:57 +0000 |
commit | f867deebc965823c9e2455338ccf2305bf7f151d (patch) | |
tree | ee892455a3f52adf6a485be8cf980a4ac595e28f /devel/py-setuptools/Makefile | |
parent | a20cf0b59292a9bf8096d08f79ad331ff9e712c8 (diff) | |
download | pkgsrc-f867deebc965823c9e2455338ccf2305bf7f151d.tar.gz |
Allow python-2.6 (untested, for pbulk so it does not abort).
Diffstat (limited to 'devel/py-setuptools/Makefile')
-rw-r--r-- | devel/py-setuptools/Makefile | 4 |
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 |