pkgsrc/net/py-boto/Makefile
adam 9245889b8a py-boto: updated to 2.49.0
boto v2.49.0:
Import the latest CA Bundle from certifi
Fix to support uploads to KMS-encrypted buckets.
Support fetching GCS bucket encryption metadata.
Update layer1.py
Fix tests/unit/glacier/test_writer.py to make work with pypy.
2018-08-21 14:22:31 +00:00

29 lines
950 B
Makefile

# $NetBSD: Makefile,v 1.30 2018/08/21 14:22:31 adam Exp $
DISTNAME= boto-2.49.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= net python www
MASTER_SITES= ${MASTER_SITE_PYPI:=b/boto/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://github.com/boto/boto/
COMMENT= Python interface to Amazon web services
LICENSE= mit
DEPENDS+= ${PYPKGPREFIX}-filechunkio-[0-9]*:../../devel/py-filechunkio
TEST_DEPENDS+= ${PYPKGPREFIX}-nose-[0-9]*:../../devel/py-nose
post-install:
.for f in asadmin bundle_image cfadmin cq cwutil dynamodb_dump dynamodb_load \
elbadmin fetch_file glacier instance_events kill_instance \
launch_instance list_instances lss3 mturk pyami_sendmail route53 \
s3put sdbadmin taskadmin
${MV} ${DESTDIR}${PREFIX}/bin/${f} \
${DESTDIR}${PREFIX}/bin/${f}${PYVERSSUFFIX} || ${TRUE}
.endfor
do-test:
cd ${WRKSRC}/tests && ${PYTHONBIN} -m unittest discover -v
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"