pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/py-moto Add py-moto-1.1.10:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2824fe43821c
branches:  trunk
changeset: 369474:2824fe43821c
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Fri Sep 29 21:31:20 2017 +0000

description:
Add py-moto-1.1.10:

A library that allows your python tests to easily mock out the boto
library.

diffstat:

 net/py-moto/DESCR    |    2 +
 net/py-moto/Makefile |   34 ++
 net/py-moto/PLIST    |  698 +++++++++++++++++++++++++++++++++++++++++++++++++++
 net/py-moto/distinfo |    6 +
 4 files changed, 740 insertions(+), 0 deletions(-)

diffs (truncated from 756 to 300 lines):

diff -r 1c5f37b51137 -r 2824fe43821c net/py-moto/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/py-moto/DESCR Fri Sep 29 21:31:20 2017 +0000
@@ -0,0 +1,2 @@
+A library that allows your python tests to easily mock out the boto
+library.
diff -r 1c5f37b51137 -r 2824fe43821c net/py-moto/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/py-moto/Makefile      Fri Sep 29 21:31:20 2017 +0000
@@ -0,0 +1,34 @@
+# $NetBSD: Makefile,v 1.1 2017/09/29 21:31:20 joerg Exp $
+
+DISTNAME=      moto-1.1.10
+PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=    net python devel
+MASTER_SITES=  ${MASTER_SITE_PYPI:=m/moto/}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://github.com/spulec/moto
+COMMENT=       Mock-up of the boto library
+LICENSE=       mit
+
+DEPENDS+=      ${PYPKGPREFIX}-boto>=2.36.0:../../net/py-boto
+DEPENDS+=      ${PYPKGPREFIX}-boto3>=1.2.1:../../net/py-boto3
+DEPENDS+=      ${PYPKGPREFIX}-jinja2>=2.8:../../textproc/py-jinja2
+
+# Tests
+BUILD_DEPENDS+=        ${PYPKGPREFIX}-gdbm-[0-9]*:../../databases/py-gdbm
+BUILD_DEPENDS+=        ${PYPKGPREFIX}-freezegun-[0-9]*:../../devel/py-freezegun
+BUILD_DEPENDS+=        ${PYPKGPREFIX}-sure-[0-9]*:../../devel/py-sure
+BUILD_DEPENDS+=        ${PYPKGPREFIX}-dicttoxml-[0-9]*:../../textproc/py-dicttoxml
+BUILD_DEPENDS+=        ${PYPKGPREFIX}-pyaml-[0-9]*:../../textproc/py-pyaml
+BUILD_DEPENDS+=        ${PYPKGPREFIX}-cookies-[0-9]*:../../www/py-cookies
+BUILD_DEPENDS+=        ${PYPKGPREFIX}-Tk-[0-9]*:../../x11/py-Tk
+
+do-test:
+       # Bad test case in version 1.1.10
+       rm -f ${WRKSRC}/tests/test_cloudformation/test_server.py
+       set -e; for t in ${WRKSRC}/tests/test*; do cd $$t; \
+           PYTHONPATH=${WRKSRC} py.test-${PYVERSSUFFIX}; \
+       done
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 1c5f37b51137 -r 2824fe43821c net/py-moto/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/py-moto/PLIST Fri Sep 29 21:31:20 2017 +0000
@@ -0,0 +1,698 @@
+@comment $NetBSD: PLIST,v 1.1 2017/09/29 21:31:20 joerg Exp $
+bin/moto_server
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/entry_points.txt
+${PYSITELIB}/${EGG_INFODIR}/requires.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/moto/__init__.py
+${PYSITELIB}/moto/__init__.pyc
+${PYSITELIB}/moto/__init__.pyo
+${PYSITELIB}/moto/apigateway/__init__.py
+${PYSITELIB}/moto/apigateway/__init__.pyc
+${PYSITELIB}/moto/apigateway/__init__.pyo
+${PYSITELIB}/moto/apigateway/exceptions.py
+${PYSITELIB}/moto/apigateway/exceptions.pyc
+${PYSITELIB}/moto/apigateway/exceptions.pyo
+${PYSITELIB}/moto/apigateway/models.py
+${PYSITELIB}/moto/apigateway/models.pyc
+${PYSITELIB}/moto/apigateway/models.pyo
+${PYSITELIB}/moto/apigateway/responses.py
+${PYSITELIB}/moto/apigateway/responses.pyc
+${PYSITELIB}/moto/apigateway/responses.pyo
+${PYSITELIB}/moto/apigateway/urls.py
+${PYSITELIB}/moto/apigateway/urls.pyc
+${PYSITELIB}/moto/apigateway/urls.pyo
+${PYSITELIB}/moto/apigateway/utils.py
+${PYSITELIB}/moto/apigateway/utils.pyc
+${PYSITELIB}/moto/apigateway/utils.pyo
+${PYSITELIB}/moto/autoscaling/__init__.py
+${PYSITELIB}/moto/autoscaling/__init__.pyc
+${PYSITELIB}/moto/autoscaling/__init__.pyo
+${PYSITELIB}/moto/autoscaling/models.py
+${PYSITELIB}/moto/autoscaling/models.pyc
+${PYSITELIB}/moto/autoscaling/models.pyo
+${PYSITELIB}/moto/autoscaling/responses.py
+${PYSITELIB}/moto/autoscaling/responses.pyc
+${PYSITELIB}/moto/autoscaling/responses.pyo
+${PYSITELIB}/moto/autoscaling/urls.py
+${PYSITELIB}/moto/autoscaling/urls.pyc
+${PYSITELIB}/moto/autoscaling/urls.pyo
+${PYSITELIB}/moto/awslambda/__init__.py
+${PYSITELIB}/moto/awslambda/__init__.pyc
+${PYSITELIB}/moto/awslambda/__init__.pyo
+${PYSITELIB}/moto/awslambda/models.py
+${PYSITELIB}/moto/awslambda/models.pyc
+${PYSITELIB}/moto/awslambda/models.pyo
+${PYSITELIB}/moto/awslambda/responses.py
+${PYSITELIB}/moto/awslambda/responses.pyc
+${PYSITELIB}/moto/awslambda/responses.pyo
+${PYSITELIB}/moto/awslambda/urls.py
+${PYSITELIB}/moto/awslambda/urls.pyc
+${PYSITELIB}/moto/awslambda/urls.pyo
+${PYSITELIB}/moto/backends.py
+${PYSITELIB}/moto/backends.pyc
+${PYSITELIB}/moto/backends.pyo
+${PYSITELIB}/moto/cloudformation/__init__.py
+${PYSITELIB}/moto/cloudformation/__init__.pyc
+${PYSITELIB}/moto/cloudformation/__init__.pyo
+${PYSITELIB}/moto/cloudformation/exceptions.py
+${PYSITELIB}/moto/cloudformation/exceptions.pyc
+${PYSITELIB}/moto/cloudformation/exceptions.pyo
+${PYSITELIB}/moto/cloudformation/models.py
+${PYSITELIB}/moto/cloudformation/models.pyc
+${PYSITELIB}/moto/cloudformation/models.pyo
+${PYSITELIB}/moto/cloudformation/parsing.py
+${PYSITELIB}/moto/cloudformation/parsing.pyc
+${PYSITELIB}/moto/cloudformation/parsing.pyo
+${PYSITELIB}/moto/cloudformation/responses.py
+${PYSITELIB}/moto/cloudformation/responses.pyc
+${PYSITELIB}/moto/cloudformation/responses.pyo
+${PYSITELIB}/moto/cloudformation/urls.py
+${PYSITELIB}/moto/cloudformation/urls.pyc
+${PYSITELIB}/moto/cloudformation/urls.pyo
+${PYSITELIB}/moto/cloudformation/utils.py
+${PYSITELIB}/moto/cloudformation/utils.pyc
+${PYSITELIB}/moto/cloudformation/utils.pyo
+${PYSITELIB}/moto/cloudwatch/__init__.py
+${PYSITELIB}/moto/cloudwatch/__init__.pyc
+${PYSITELIB}/moto/cloudwatch/__init__.pyo
+${PYSITELIB}/moto/cloudwatch/models.py
+${PYSITELIB}/moto/cloudwatch/models.pyc
+${PYSITELIB}/moto/cloudwatch/models.pyo
+${PYSITELIB}/moto/cloudwatch/responses.py
+${PYSITELIB}/moto/cloudwatch/responses.pyc
+${PYSITELIB}/moto/cloudwatch/responses.pyo
+${PYSITELIB}/moto/cloudwatch/urls.py
+${PYSITELIB}/moto/cloudwatch/urls.pyc
+${PYSITELIB}/moto/cloudwatch/urls.pyo
+${PYSITELIB}/moto/compat.py
+${PYSITELIB}/moto/compat.pyc
+${PYSITELIB}/moto/compat.pyo
+${PYSITELIB}/moto/core/__init__.py
+${PYSITELIB}/moto/core/__init__.pyc
+${PYSITELIB}/moto/core/__init__.pyo
+${PYSITELIB}/moto/core/exceptions.py
+${PYSITELIB}/moto/core/exceptions.pyc
+${PYSITELIB}/moto/core/exceptions.pyo
+${PYSITELIB}/moto/core/models.py
+${PYSITELIB}/moto/core/models.pyc
+${PYSITELIB}/moto/core/models.pyo
+${PYSITELIB}/moto/core/responses.py
+${PYSITELIB}/moto/core/responses.pyc
+${PYSITELIB}/moto/core/responses.pyo
+${PYSITELIB}/moto/core/urls.py
+${PYSITELIB}/moto/core/urls.pyc
+${PYSITELIB}/moto/core/urls.pyo
+${PYSITELIB}/moto/core/utils.py
+${PYSITELIB}/moto/core/utils.pyc
+${PYSITELIB}/moto/core/utils.pyo
+${PYSITELIB}/moto/datapipeline/__init__.py
+${PYSITELIB}/moto/datapipeline/__init__.pyc
+${PYSITELIB}/moto/datapipeline/__init__.pyo
+${PYSITELIB}/moto/datapipeline/models.py
+${PYSITELIB}/moto/datapipeline/models.pyc
+${PYSITELIB}/moto/datapipeline/models.pyo
+${PYSITELIB}/moto/datapipeline/responses.py
+${PYSITELIB}/moto/datapipeline/responses.pyc
+${PYSITELIB}/moto/datapipeline/responses.pyo
+${PYSITELIB}/moto/datapipeline/urls.py
+${PYSITELIB}/moto/datapipeline/urls.pyc
+${PYSITELIB}/moto/datapipeline/urls.pyo
+${PYSITELIB}/moto/datapipeline/utils.py
+${PYSITELIB}/moto/datapipeline/utils.pyc
+${PYSITELIB}/moto/datapipeline/utils.pyo
+${PYSITELIB}/moto/dynamodb/__init__.py
+${PYSITELIB}/moto/dynamodb/__init__.pyc
+${PYSITELIB}/moto/dynamodb/__init__.pyo
+${PYSITELIB}/moto/dynamodb/comparisons.py
+${PYSITELIB}/moto/dynamodb/comparisons.pyc
+${PYSITELIB}/moto/dynamodb/comparisons.pyo
+${PYSITELIB}/moto/dynamodb/models.py
+${PYSITELIB}/moto/dynamodb/models.pyc
+${PYSITELIB}/moto/dynamodb/models.pyo
+${PYSITELIB}/moto/dynamodb/responses.py
+${PYSITELIB}/moto/dynamodb/responses.pyc
+${PYSITELIB}/moto/dynamodb/responses.pyo
+${PYSITELIB}/moto/dynamodb/urls.py
+${PYSITELIB}/moto/dynamodb/urls.pyc
+${PYSITELIB}/moto/dynamodb/urls.pyo
+${PYSITELIB}/moto/dynamodb2/__init__.py
+${PYSITELIB}/moto/dynamodb2/__init__.pyc
+${PYSITELIB}/moto/dynamodb2/__init__.pyo
+${PYSITELIB}/moto/dynamodb2/comparisons.py
+${PYSITELIB}/moto/dynamodb2/comparisons.pyc
+${PYSITELIB}/moto/dynamodb2/comparisons.pyo
+${PYSITELIB}/moto/dynamodb2/models.py
+${PYSITELIB}/moto/dynamodb2/models.pyc
+${PYSITELIB}/moto/dynamodb2/models.pyo
+${PYSITELIB}/moto/dynamodb2/responses.py
+${PYSITELIB}/moto/dynamodb2/responses.pyc
+${PYSITELIB}/moto/dynamodb2/responses.pyo
+${PYSITELIB}/moto/dynamodb2/urls.py
+${PYSITELIB}/moto/dynamodb2/urls.pyc
+${PYSITELIB}/moto/dynamodb2/urls.pyo
+${PYSITELIB}/moto/ec2/__init__.py
+${PYSITELIB}/moto/ec2/__init__.pyc
+${PYSITELIB}/moto/ec2/__init__.pyo
+${PYSITELIB}/moto/ec2/exceptions.py
+${PYSITELIB}/moto/ec2/exceptions.pyc
+${PYSITELIB}/moto/ec2/exceptions.pyo
+${PYSITELIB}/moto/ec2/models.py
+${PYSITELIB}/moto/ec2/models.pyc
+${PYSITELIB}/moto/ec2/models.pyo
+${PYSITELIB}/moto/ec2/responses/__init__.py
+${PYSITELIB}/moto/ec2/responses/__init__.pyc
+${PYSITELIB}/moto/ec2/responses/__init__.pyo
+${PYSITELIB}/moto/ec2/responses/account_attributes.py
+${PYSITELIB}/moto/ec2/responses/account_attributes.pyc
+${PYSITELIB}/moto/ec2/responses/account_attributes.pyo
+${PYSITELIB}/moto/ec2/responses/amazon_dev_pay.py
+${PYSITELIB}/moto/ec2/responses/amazon_dev_pay.pyc
+${PYSITELIB}/moto/ec2/responses/amazon_dev_pay.pyo
+${PYSITELIB}/moto/ec2/responses/amis.py
+${PYSITELIB}/moto/ec2/responses/amis.pyc
+${PYSITELIB}/moto/ec2/responses/amis.pyo
+${PYSITELIB}/moto/ec2/responses/availability_zones_and_regions.py
+${PYSITELIB}/moto/ec2/responses/availability_zones_and_regions.pyc
+${PYSITELIB}/moto/ec2/responses/availability_zones_and_regions.pyo
+${PYSITELIB}/moto/ec2/responses/customer_gateways.py
+${PYSITELIB}/moto/ec2/responses/customer_gateways.pyc
+${PYSITELIB}/moto/ec2/responses/customer_gateways.pyo
+${PYSITELIB}/moto/ec2/responses/dhcp_options.py
+${PYSITELIB}/moto/ec2/responses/dhcp_options.pyc
+${PYSITELIB}/moto/ec2/responses/dhcp_options.pyo
+${PYSITELIB}/moto/ec2/responses/elastic_block_store.py
+${PYSITELIB}/moto/ec2/responses/elastic_block_store.pyc
+${PYSITELIB}/moto/ec2/responses/elastic_block_store.pyo
+${PYSITELIB}/moto/ec2/responses/elastic_ip_addresses.py
+${PYSITELIB}/moto/ec2/responses/elastic_ip_addresses.pyc
+${PYSITELIB}/moto/ec2/responses/elastic_ip_addresses.pyo
+${PYSITELIB}/moto/ec2/responses/elastic_network_interfaces.py
+${PYSITELIB}/moto/ec2/responses/elastic_network_interfaces.pyc
+${PYSITELIB}/moto/ec2/responses/elastic_network_interfaces.pyo
+${PYSITELIB}/moto/ec2/responses/general.py
+${PYSITELIB}/moto/ec2/responses/general.pyc
+${PYSITELIB}/moto/ec2/responses/general.pyo
+${PYSITELIB}/moto/ec2/responses/instances.py
+${PYSITELIB}/moto/ec2/responses/instances.pyc
+${PYSITELIB}/moto/ec2/responses/instances.pyo
+${PYSITELIB}/moto/ec2/responses/internet_gateways.py
+${PYSITELIB}/moto/ec2/responses/internet_gateways.pyc
+${PYSITELIB}/moto/ec2/responses/internet_gateways.pyo
+${PYSITELIB}/moto/ec2/responses/ip_addresses.py
+${PYSITELIB}/moto/ec2/responses/ip_addresses.pyc
+${PYSITELIB}/moto/ec2/responses/ip_addresses.pyo
+${PYSITELIB}/moto/ec2/responses/key_pairs.py
+${PYSITELIB}/moto/ec2/responses/key_pairs.pyc
+${PYSITELIB}/moto/ec2/responses/key_pairs.pyo
+${PYSITELIB}/moto/ec2/responses/monitoring.py
+${PYSITELIB}/moto/ec2/responses/monitoring.pyc
+${PYSITELIB}/moto/ec2/responses/monitoring.pyo
+${PYSITELIB}/moto/ec2/responses/nat_gateways.py
+${PYSITELIB}/moto/ec2/responses/nat_gateways.pyc
+${PYSITELIB}/moto/ec2/responses/nat_gateways.pyo
+${PYSITELIB}/moto/ec2/responses/network_acls.py
+${PYSITELIB}/moto/ec2/responses/network_acls.pyc
+${PYSITELIB}/moto/ec2/responses/network_acls.pyo
+${PYSITELIB}/moto/ec2/responses/placement_groups.py
+${PYSITELIB}/moto/ec2/responses/placement_groups.pyc
+${PYSITELIB}/moto/ec2/responses/placement_groups.pyo
+${PYSITELIB}/moto/ec2/responses/reserved_instances.py
+${PYSITELIB}/moto/ec2/responses/reserved_instances.pyc
+${PYSITELIB}/moto/ec2/responses/reserved_instances.pyo
+${PYSITELIB}/moto/ec2/responses/route_tables.py
+${PYSITELIB}/moto/ec2/responses/route_tables.pyc
+${PYSITELIB}/moto/ec2/responses/route_tables.pyo
+${PYSITELIB}/moto/ec2/responses/security_groups.py
+${PYSITELIB}/moto/ec2/responses/security_groups.pyc
+${PYSITELIB}/moto/ec2/responses/security_groups.pyo
+${PYSITELIB}/moto/ec2/responses/spot_fleets.py
+${PYSITELIB}/moto/ec2/responses/spot_fleets.pyc
+${PYSITELIB}/moto/ec2/responses/spot_fleets.pyo
+${PYSITELIB}/moto/ec2/responses/spot_instances.py
+${PYSITELIB}/moto/ec2/responses/spot_instances.pyc
+${PYSITELIB}/moto/ec2/responses/spot_instances.pyo
+${PYSITELIB}/moto/ec2/responses/subnets.py
+${PYSITELIB}/moto/ec2/responses/subnets.pyc
+${PYSITELIB}/moto/ec2/responses/subnets.pyo
+${PYSITELIB}/moto/ec2/responses/tags.py
+${PYSITELIB}/moto/ec2/responses/tags.pyc
+${PYSITELIB}/moto/ec2/responses/tags.pyo
+${PYSITELIB}/moto/ec2/responses/virtual_private_gateways.py
+${PYSITELIB}/moto/ec2/responses/virtual_private_gateways.pyc
+${PYSITELIB}/moto/ec2/responses/virtual_private_gateways.pyo
+${PYSITELIB}/moto/ec2/responses/vm_export.py
+${PYSITELIB}/moto/ec2/responses/vm_export.pyc
+${PYSITELIB}/moto/ec2/responses/vm_export.pyo
+${PYSITELIB}/moto/ec2/responses/vm_import.py
+${PYSITELIB}/moto/ec2/responses/vm_import.pyc
+${PYSITELIB}/moto/ec2/responses/vm_import.pyo
+${PYSITELIB}/moto/ec2/responses/vpc_peering_connections.py



Home | Main Index | Thread Index | Old Index