diff options
author | wiz <wiz@pkgsrc.org> | 2011-02-25 09:47:18 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2011-02-25 09:47:18 +0000 |
commit | df148167909a2ea09151d92ca19966fc53f0d999 (patch) | |
tree | b9ce2c6269b72ed740ad13fce0a5e6992338901f /net/py-boto | |
parent | db475c9fcdb210502424c9d103785c680346ae13 (diff) | |
download | pkgsrc-df148167909a2ea09151d92ca19966fc53f0d999.tar.gz |
Let's assume for now that everything that worked with python-2.6 also
works with python-2.7.
Diffstat (limited to 'net/py-boto')
-rw-r--r-- | net/py-boto/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/py-boto/Makefile b/net/py-boto/Makefile index b97fd031464..6e3389372f2 100644 --- a/net/py-boto/Makefile +++ b/net/py-boto/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2011/01/01 17:51:06 gson Exp $ +# $NetBSD: Makefile,v 1.7 2011/02/25 09:47:27 wiz Exp $ # DISTNAME= boto-1.9b @@ -13,7 +13,7 @@ COMMENT= Python interface to Amazon web services PKG_DESTDIR_SUPPORT= user-destdir PYDISTUTILSPKG= yes -PYTHON_VERSIONS_ACCEPTED= 26 25 24 +PYTHON_VERSIONS_ACCEPTED= 27 26 25 24 .include "../../lang/python/egg.mk" .include "../../mk/bsd.pkg.mk" |