pkgsrc/net/py-boto/Makefile
wiz 910c46934b Update to 1.6b:
Adds support for Signature Version 2 for increased security with EC2, SQS, SDB
Add support for Regions in EC2
Fixes Issue 172, Issue 178, Issue 180, Issue 181, Issue 182
Fixes issue 165, issue 172, issue 173, issue 174, issue 176, issue 177
Adds initial support for CloudFront (ahem) service
Fixes stupid and dangerous copy/paste error in SDB support.
Support for EBS, QueryWithAttributes, lots of bugfixes.
2009-02-23 11:28:58 +00:00

19 lines
451 B
Makefile

# $NetBSD: Makefile,v 1.5 2009/02/23 11:28:58 wiz Exp $
#
DISTNAME= boto-1.6b
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= net
MASTER_SITES= http://boto.googlecode.com/files/
MAINTAINER= bjs@NetBSD.org
HOMEPAGE= http://boto.googlecode.com/
COMMENT= Python interface to Amazon web services
PKG_DESTDIR_SUPPORT= user-destdir
PYDISTUTILSPKG= yes
PYTHON_VERSIONS_ACCEPTED= 25 24
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"