diff options
author | adam <adam@pkgsrc.org> | 2017-05-18 18:25:27 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2017-05-18 18:25:27 +0000 |
commit | 9ff5d98a74d1ddc27b12013177648b8b4ae574db (patch) | |
tree | c5f04461e5287454ae9fe717c0a024faf6752732 /net | |
parent | 0d877dd809d503eb05c36b6c786d83afb7e29f27 (diff) | |
download | pkgsrc-9ff5d98a74d1ddc27b12013177648b8b4ae574db.tar.gz |
Changes 2.46.1:
Fixes a bug where a recently added module was not added to setup.py.
Diffstat (limited to 'net')
-rw-r--r-- | net/py-boto/Makefile | 59 | ||||
-rw-r--r-- | net/py-boto/PLIST | 23 | ||||
-rw-r--r-- | net/py-boto/distinfo | 10 |
3 files changed, 41 insertions, 51 deletions
diff --git a/net/py-boto/Makefile b/net/py-boto/Makefile index 107d95bdbea..0e76dc1f6c8 100644 --- a/net/py-boto/Makefile +++ b/net/py-boto/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.26 2017/01/03 13:23:03 jperkin Exp $ +# $NetBSD: Makefile,v 1.27 2017/05/18 18:25:27 adam Exp $ -DISTNAME= boto-2.37.0 +DISTNAME= boto-2.46.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= net python www MASTER_SITES= ${MASTER_SITE_PYPI:=b/boto/} @@ -12,54 +12,23 @@ LICENSE= mit DEPENDS+= ${PYPKGPREFIX}-filechunkio-[0-9]*:../../devel/py-filechunkio -REPLACE_PYTHON+= bin/* boto/pyami/launch_ami.py boto/services/bs.py +BUILD_DEPENDS+= ${PYPKGPREFIX}-nose-[0-9]*:../../devel/py-nose + +REPLACE_PYTHON+= bin/* +REPLACE_PYTHON+= boto/pyami/launch_ami.py +REPLACE_PYTHON+= boto/services/bs.py REPLACE_PYTHON+= boto/services/result.py PY_PATCHPLIST= yes post-install: - ${MV} ${DESTDIR}${PREFIX}/bin/asadmin \ - ${DESTDIR}${PREFIX}/bin/asadmin${PYVERSSUFFIX} || ${TRUE} - ${MV} ${DESTDIR}${PREFIX}/bin/bundle_image \ - ${DESTDIR}${PREFIX}/bin/bundle_image${PYVERSSUFFIX} || ${TRUE} - ${MV} ${DESTDIR}${PREFIX}/bin/cfadmin \ - ${DESTDIR}${PREFIX}/bin/cfadmin${PYVERSSUFFIX} || ${TRUE} - ${MV} ${DESTDIR}${PREFIX}/bin/cq \ - ${DESTDIR}${PREFIX}/bin/cq${PYVERSSUFFIX} || ${TRUE} - ${MV} ${DESTDIR}${PREFIX}/bin/cwutil \ - ${DESTDIR}${PREFIX}/bin/cwutil${PYVERSSUFFIX} || ${TRUE} - ${MV} ${DESTDIR}${PREFIX}/bin/dynamodb_dump \ - ${DESTDIR}${PREFIX}/bin/dynamodb_dump${PYVERSSUFFIX} || ${TRUE} - ${MV} ${DESTDIR}${PREFIX}/bin/dynamodb_load \ - ${DESTDIR}${PREFIX}/bin/dynamodb_load${PYVERSSUFFIX} || ${TRUE} - ${MV} ${DESTDIR}${PREFIX}/bin/elbadmin \ - ${DESTDIR}${PREFIX}/bin/elbadmin${PYVERSSUFFIX} || ${TRUE} - ${MV} ${DESTDIR}${PREFIX}/bin/fetch_file \ - ${DESTDIR}${PREFIX}/bin/fetch_file${PYVERSSUFFIX} || ${TRUE} - ${MV} ${DESTDIR}${PREFIX}/bin/glacier \ - ${DESTDIR}${PREFIX}/bin/glacier${PYVERSSUFFIX} || ${TRUE} - ${MV} ${DESTDIR}${PREFIX}/bin/instance_events \ - ${DESTDIR}${PREFIX}/bin/instance_events${PYVERSSUFFIX} || ${TRUE} - ${MV} ${DESTDIR}${PREFIX}/bin/kill_instance \ - ${DESTDIR}${PREFIX}/bin/kill_instance${PYVERSSUFFIX} || ${TRUE} - ${MV} ${DESTDIR}${PREFIX}/bin/launch_instance \ - ${DESTDIR}${PREFIX}/bin/launch_instance${PYVERSSUFFIX} || ${TRUE} - ${MV} ${DESTDIR}${PREFIX}/bin/list_instances \ - ${DESTDIR}${PREFIX}/bin/list_instances${PYVERSSUFFIX} || ${TRUE} - ${MV} ${DESTDIR}${PREFIX}/bin/lss3 \ - ${DESTDIR}${PREFIX}/bin/lss3${PYVERSSUFFIX} || ${TRUE} - ${MV} ${DESTDIR}${PREFIX}/bin/mturk \ - ${DESTDIR}${PREFIX}/bin/mturk${PYVERSSUFFIX} || ${TRUE} - ${MV} ${DESTDIR}${PREFIX}/bin/pyami_sendmail \ - ${DESTDIR}${PREFIX}/bin/pyami_sendmail${PYVERSSUFFIX} || ${TRUE} - ${MV} ${DESTDIR}${PREFIX}/bin/route53 \ - ${DESTDIR}${PREFIX}/bin/route53${PYVERSSUFFIX} || ${TRUE} - ${MV} ${DESTDIR}${PREFIX}/bin/s3put \ - ${DESTDIR}${PREFIX}/bin/s3put${PYVERSSUFFIX} || ${TRUE} - ${MV} ${DESTDIR}${PREFIX}/bin/sdbadmin \ - ${DESTDIR}${PREFIX}/bin/sdbadmin${PYVERSSUFFIX} || ${TRUE} - ${MV} ${DESTDIR}${PREFIX}/bin/taskadmin \ - ${DESTDIR}${PREFIX}/bin/taskadmin${PYVERSSUFFIX} || ${TRUE} +.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 .include "../../lang/python/application.mk" .include "../../lang/python/egg.mk" diff --git a/net/py-boto/PLIST b/net/py-boto/PLIST index 3a7e4cc38ca..c89e24a5167 100644 --- a/net/py-boto/PLIST +++ b/net/py-boto/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.9 2015/04/05 21:38:32 hiramatsu Exp $ +@comment $NetBSD: PLIST,v 1.10 2017/05/18 18:25:27 adam Exp $ bin/asadmin${PYVERSSUFFIX} bin/bundle_image${PYVERSSUFFIX} bin/cfadmin${PYVERSSUFFIX} @@ -509,6 +509,9 @@ ${PYSITELIB}/boto/emr/step.py ${PYSITELIB}/boto/emr/step.pyc ${PYSITELIB}/boto/emr/step.pyo ${PYSITELIB}/boto/endpoints.json +${PYSITELIB}/boto/endpoints.py +${PYSITELIB}/boto/endpoints.pyc +${PYSITELIB}/boto/endpoints.pyo ${PYSITELIB}/boto/exception.py ${PYSITELIB}/boto/exception.pyc ${PYSITELIB}/boto/exception.pyo @@ -645,6 +648,15 @@ ${PYSITELIB}/boto/logs/exceptions.pyo ${PYSITELIB}/boto/logs/layer1.py ${PYSITELIB}/boto/logs/layer1.pyc ${PYSITELIB}/boto/logs/layer1.pyo +${PYSITELIB}/boto/machinelearning/__init__.py +${PYSITELIB}/boto/machinelearning/__init__.pyc +${PYSITELIB}/boto/machinelearning/__init__.pyo +${PYSITELIB}/boto/machinelearning/exceptions.py +${PYSITELIB}/boto/machinelearning/exceptions.pyc +${PYSITELIB}/boto/machinelearning/exceptions.pyo +${PYSITELIB}/boto/machinelearning/layer1.py +${PYSITELIB}/boto/machinelearning/layer1.pyc +${PYSITELIB}/boto/machinelearning/layer1.pyo ${PYSITELIB}/boto/manage/__init__.py ${PYSITELIB}/boto/manage/__init__.pyc ${PYSITELIB}/boto/manage/__init__.pyo @@ -1100,6 +1112,15 @@ ${PYSITELIB}/boto/utils.pyo ${PYSITELIB}/boto/vendored/__init__.py ${PYSITELIB}/boto/vendored/__init__.pyc ${PYSITELIB}/boto/vendored/__init__.pyo +${PYSITELIB}/boto/vendored/regions/__init__.py +${PYSITELIB}/boto/vendored/regions/__init__.pyc +${PYSITELIB}/boto/vendored/regions/__init__.pyo +${PYSITELIB}/boto/vendored/regions/exceptions.py +${PYSITELIB}/boto/vendored/regions/exceptions.pyc +${PYSITELIB}/boto/vendored/regions/exceptions.pyo +${PYSITELIB}/boto/vendored/regions/regions.py +${PYSITELIB}/boto/vendored/regions/regions.pyc +${PYSITELIB}/boto/vendored/regions/regions.pyo ${PYSITELIB}/boto/vendored/six.py ${PYSITELIB}/boto/vendored/six.pyc ${PYSITELIB}/boto/vendored/six.pyo diff --git a/net/py-boto/distinfo b/net/py-boto/distinfo index cc356392346..4ae33e9d74d 100644 --- a/net/py-boto/distinfo +++ b/net/py-boto/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.10 2015/11/04 00:35:30 agc Exp $ +$NetBSD: distinfo,v 1.11 2017/05/18 18:25:27 adam Exp $ -SHA1 (boto-2.37.0.tar.gz) = e87357c6e46b210e5e758b1cab16c77546224c05 -RMD160 (boto-2.37.0.tar.gz) = 3975727367d0ebee27d58d434703c184a2b114f1 -SHA512 (boto-2.37.0.tar.gz) = f05d6164f644a46dac388a21133a0d95ea631930d1a2fd298a525579e03adbf79e43d3409fea2bf45fa3054639d3ebcf29533da1e0e297c021d5207b6b30bfc6 -Size (boto-2.37.0.tar.gz) = 1413606 bytes +SHA1 (boto-2.46.1.tar.gz) = 7d2cd753d008d65931087d9d95b5f8be8ec99bf1 +RMD160 (boto-2.46.1.tar.gz) = 580b74694e4badab1ea1a224800226a4731b9890 +SHA512 (boto-2.46.1.tar.gz) = 3c8d7edd912bacba14410d537eb1a51633c111662eb3292872862b2221a9a9e75bc03248e150ca02a416831e954ce0d2d8162dca51b13b625e2ae8326ebe8183 +Size (boto-2.46.1.tar.gz) = 1460213 bytes |