Received: by mail.netbsd.org (Postfix, from userid 605) id BFC4484DD9; Mon, 3 Jul 2017 21:09:47 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 5042A84DD8 for ; Mon, 3 Jul 2017 21:09:47 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id hm8i-nd3i_M1 for ; Mon, 3 Jul 2017 21:09:44 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id B277C84CDC for ; Mon, 3 Jul 2017 21:09:44 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id A8769FAE8; Mon, 3 Jul 2017 21:09:44 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_149911618432140" MIME-Version: 1.0 Date: Mon, 3 Jul 2017 21:09:44 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/net/py-botocore To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20170703210944.A8769FAE8@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_149911618432140 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Mon Jul 3 21:09:44 UTC 2017 Added Files: pkgsrc/net/py-botocore: DESCR Makefile PLIST distinfo Log Message: Botocore is a low-level interface to a growing number of Amazon Web Services. Botocore serves as the foundation for the AWS-CLI command line utilities. It will also play an important role in the boto3.x project. To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 pkgsrc/net/py-botocore/DESCR \ pkgsrc/net/py-botocore/Makefile pkgsrc/net/py-botocore/PLIST \ pkgsrc/net/py-botocore/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_149911618432140 Content-Disposition: inline Content-Length: 48626 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Added files: Index: pkgsrc/net/py-botocore/DESCR diff -u /dev/null pkgsrc/net/py-botocore/DESCR:1.1 --- /dev/null Mon Jul 3 21:09:44 2017 +++ pkgsrc/net/py-botocore/DESCR Mon Jul 3 21:09:44 2017 @@ -0,0 +1,3 @@ +Botocore is a low-level interface to a growing number of Amazon Web Services. +Botocore serves as the foundation for the AWS-CLI command line utilities. +It will also play an important role in the boto3.x project. Index: pkgsrc/net/py-botocore/Makefile diff -u /dev/null pkgsrc/net/py-botocore/Makefile:1.1 --- /dev/null Mon Jul 3 21:09:44 2017 +++ pkgsrc/net/py-botocore/Makefile Mon Jul 3 21:09:44 2017 @@ -0,0 +1,20 @@ +# $NetBSD: Makefile,v 1.1 2017/07/03 21:09:44 adam Exp $ + +DISTNAME= botocore-1.5.78 +PKGNAME= ${PYPKGPREFIX}-${DISTNAME} +CATEGORIES= net python +MASTER_SITES= ${MASTER_SITE_PYPI:=b/botocore/} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= https://github.com/boto/botocore +COMMENT= Low-level interface to a growing number of Amazon Web Services +LICENSE= apache-2.0 + +DEPENDS+= ${PYPKGPREFIX}-dateutil>=2.5.3:../../time/py-dateutil +DEPENDS+= ${PYPKGPREFIX}-docutils>=0.12:../../textproc/py-docutils +DEPENDS+= ${PYPKGPREFIX}-jmespath>=0.7.1:../../textproc/py-jmespath + +USE_LANGUAGES= # none + +.include "../../lang/python/egg.mk" +.include "../../mk/bsd.pkg.mk" Index: pkgsrc/net/py-botocore/PLIST diff -u /dev/null pkgsrc/net/py-botocore/PLIST:1.1 --- /dev/null Mon Jul 3 21:09:44 2017 +++ pkgsrc/net/py-botocore/PLIST Mon Jul 3 21:09:44 2017 @@ -0,0 +1,759 @@ +@comment $NetBSD: PLIST,v 1.1 2017/07/03 21:09:44 adam Exp $ +${PYSITELIB}/${EGG_INFODIR}/PKG-INFO +${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt +${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt +${PYSITELIB}/${EGG_INFODIR}/requires.txt +${PYSITELIB}/${EGG_INFODIR}/top_level.txt +${PYSITELIB}/botocore/__init__.py +${PYSITELIB}/botocore/__init__.pyc +${PYSITELIB}/botocore/__init__.pyo +${PYSITELIB}/botocore/args.py +${PYSITELIB}/botocore/args.pyc +${PYSITELIB}/botocore/args.pyo +${PYSITELIB}/botocore/auth.py +${PYSITELIB}/botocore/auth.pyc +${PYSITELIB}/botocore/auth.pyo +${PYSITELIB}/botocore/awsrequest.py +${PYSITELIB}/botocore/awsrequest.pyc +${PYSITELIB}/botocore/awsrequest.pyo +${PYSITELIB}/botocore/client.py +${PYSITELIB}/botocore/client.pyc +${PYSITELIB}/botocore/client.pyo +${PYSITELIB}/botocore/compat.py +${PYSITELIB}/botocore/compat.pyc +${PYSITELIB}/botocore/compat.pyo +${PYSITELIB}/botocore/config.py +${PYSITELIB}/botocore/config.pyc +${PYSITELIB}/botocore/config.pyo +${PYSITELIB}/botocore/configloader.py +${PYSITELIB}/botocore/configloader.pyc +${PYSITELIB}/botocore/configloader.pyo +${PYSITELIB}/botocore/credentials.py +${PYSITELIB}/botocore/credentials.pyc +${PYSITELIB}/botocore/credentials.pyo +${PYSITELIB}/botocore/data/_retry.json +${PYSITELIB}/botocore/data/acm/2015-12-08/examples-1.json +${PYSITELIB}/botocore/data/acm/2015-12-08/paginators-1.json +${PYSITELIB}/botocore/data/acm/2015-12-08/service-2.json +${PYSITELIB}/botocore/data/apigateway/2015-07-09/examples-1.json +${PYSITELIB}/botocore/data/apigateway/2015-07-09/paginators-1.json +${PYSITELIB}/botocore/data/apigateway/2015-07-09/service-2.json +${PYSITELIB}/botocore/data/application-autoscaling/2016-02-06/examples-1.json +${PYSITELIB}/botocore/data/application-autoscaling/2016-02-06/paginators-1.json +${PYSITELIB}/botocore/data/application-autoscaling/2016-02-06/service-2.json +${PYSITELIB}/botocore/data/appstream/2016-12-01/examples-1.json +${PYSITELIB}/botocore/data/appstream/2016-12-01/paginators-1.json +${PYSITELIB}/botocore/data/appstream/2016-12-01/service-2.json +${PYSITELIB}/botocore/data/athena/2017-05-18/paginators-1.json +${PYSITELIB}/botocore/data/athena/2017-05-18/service-2.json +${PYSITELIB}/botocore/data/autoscaling/2011-01-01/examples-1.json +${PYSITELIB}/botocore/data/autoscaling/2011-01-01/paginators-1.json +${PYSITELIB}/botocore/data/autoscaling/2011-01-01/service-2.json +${PYSITELIB}/botocore/data/batch/2016-08-10/examples-1.json +${PYSITELIB}/botocore/data/batch/2016-08-10/paginators-1.json +${PYSITELIB}/botocore/data/batch/2016-08-10/service-2.json +${PYSITELIB}/botocore/data/budgets/2016-10-20/examples-1.json +${PYSITELIB}/botocore/data/budgets/2016-10-20/paginators-1.json +${PYSITELIB}/botocore/data/budgets/2016-10-20/service-2.json +${PYSITELIB}/botocore/data/clouddirectory/2016-05-10/paginators-1.json +${PYSITELIB}/botocore/data/clouddirectory/2016-05-10/service-2.json +${PYSITELIB}/botocore/data/cloudformation/2010-05-15/examples-1.json +${PYSITELIB}/botocore/data/cloudformation/2010-05-15/paginators-1.json +${PYSITELIB}/botocore/data/cloudformation/2010-05-15/service-2.json +${PYSITELIB}/botocore/data/cloudformation/2010-05-15/waiters-2.json +${PYSITELIB}/botocore/data/cloudfront/2014-05-31/paginators-1.json +${PYSITELIB}/botocore/data/cloudfront/2014-05-31/service-2.json +${PYSITELIB}/botocore/data/cloudfront/2014-05-31/waiters-2.json +${PYSITELIB}/botocore/data/cloudfront/2014-10-21/paginators-1.json +${PYSITELIB}/botocore/data/cloudfront/2014-10-21/service-2.json +${PYSITELIB}/botocore/data/cloudfront/2014-10-21/waiters-2.json +${PYSITELIB}/botocore/data/cloudfront/2014-11-06/paginators-1.json +${PYSITELIB}/botocore/data/cloudfront/2014-11-06/service-2.json +${PYSITELIB}/botocore/data/cloudfront/2014-11-06/waiters-2.json +${PYSITELIB}/botocore/data/cloudfront/2015-04-17/paginators-1.json +${PYSITELIB}/botocore/data/cloudfront/2015-04-17/service-2.json +${PYSITELIB}/botocore/data/cloudfront/2015-04-17/waiters-2.json +${PYSITELIB}/botocore/data/cloudfront/2015-07-27/paginators-1.json +${PYSITELIB}/botocore/data/cloudfront/2015-07-27/service-2.json +${PYSITELIB}/botocore/data/cloudfront/2015-07-27/waiters-2.json +${PYSITELIB}/botocore/data/cloudfront/2015-09-17/paginators-1.json +${PYSITELIB}/botocore/data/cloudfront/2015-09-17/service-2.json +${PYSITELIB}/botocore/data/cloudfront/2015-09-17/waiters-2.json +${PYSITELIB}/botocore/data/cloudfront/2016-01-13/paginators-1.json +${PYSITELIB}/botocore/data/cloudfront/2016-01-13/service-2.json +${PYSITELIB}/botocore/data/cloudfront/2016-01-13/waiters-2.json +${PYSITELIB}/botocore/data/cloudfront/2016-01-28/paginators-1.json +${PYSITELIB}/botocore/data/cloudfront/2016-01-28/service-2.json +${PYSITELIB}/botocore/data/cloudfront/2016-01-28/waiters-2.json +${PYSITELIB}/botocore/data/cloudfront/2016-08-01/paginators-1.json +${PYSITELIB}/botocore/data/cloudfront/2016-08-01/service-2.json +${PYSITELIB}/botocore/data/cloudfront/2016-08-01/waiters-2.json +${PYSITELIB}/botocore/data/cloudfront/2016-08-20/paginators-1.json +${PYSITELIB}/botocore/data/cloudfront/2016-08-20/service-2.json +${PYSITELIB}/botocore/data/cloudfront/2016-08-20/waiters-2.json +${PYSITELIB}/botocore/data/cloudfront/2016-09-07/paginators-1.json +${PYSITELIB}/botocore/data/cloudfront/2016-09-07/service-2.json +${PYSITELIB}/botocore/data/cloudfront/2016-09-07/waiters-2.json +${PYSITELIB}/botocore/data/cloudfront/2016-09-29/paginators-1.json +${PYSITELIB}/botocore/data/cloudfront/2016-09-29/service-2.json +${PYSITELIB}/botocore/data/cloudfront/2016-09-29/waiters-2.json +${PYSITELIB}/botocore/data/cloudfront/2016-11-25/examples-1.json +${PYSITELIB}/botocore/data/cloudfront/2016-11-25/paginators-1.json +${PYSITELIB}/botocore/data/cloudfront/2016-11-25/service-2.json +${PYSITELIB}/botocore/data/cloudfront/2016-11-25/waiters-2.json +${PYSITELIB}/botocore/data/cloudfront/2017-03-25/examples-1.json +${PYSITELIB}/botocore/data/cloudfront/2017-03-25/paginators-1.json +${PYSITELIB}/botocore/data/cloudfront/2017-03-25/service-2.json +${PYSITELIB}/botocore/data/cloudfront/2017-03-25/waiters-2.json +${PYSITELIB}/botocore/data/cloudhsm/2014-05-30/examples-1.json +${PYSITELIB}/botocore/data/cloudhsm/2014-05-30/service-2.json +${PYSITELIB}/botocore/data/cloudsearch/2011-02-01/service-2.json +${PYSITELIB}/botocore/data/cloudsearch/2013-01-01/paginators-1.json +${PYSITELIB}/botocore/data/cloudsearch/2013-01-01/service-2.json +${PYSITELIB}/botocore/data/cloudsearchdomain/2013-01-01/examples-1.json +${PYSITELIB}/botocore/data/cloudsearchdomain/2013-01-01/service-2.json +${PYSITELIB}/botocore/data/cloudtrail/2013-11-01/examples-1.json +${PYSITELIB}/botocore/data/cloudtrail/2013-11-01/paginators-1.json +${PYSITELIB}/botocore/data/cloudtrail/2013-11-01/service-2.json +${PYSITELIB}/botocore/data/cloudwatch/2010-08-01/examples-1.json +${PYSITELIB}/botocore/data/cloudwatch/2010-08-01/paginators-1.json +${PYSITELIB}/botocore/data/cloudwatch/2010-08-01/service-2.json +${PYSITELIB}/botocore/data/cloudwatch/2010-08-01/waiters-2.json +${PYSITELIB}/botocore/data/codebuild/2016-10-06/examples-1.json +${PYSITELIB}/botocore/data/codebuild/2016-10-06/paginators-1.json +${PYSITELIB}/botocore/data/codebuild/2016-10-06/service-2.json +${PYSITELIB}/botocore/data/codecommit/2015-04-13/examples-1.json +${PYSITELIB}/botocore/data/codecommit/2015-04-13/paginators-1.json +${PYSITELIB}/botocore/data/codecommit/2015-04-13/service-2.json +${PYSITELIB}/botocore/data/codedeploy/2014-10-06/examples-1.json +${PYSITELIB}/botocore/data/codedeploy/2014-10-06/paginators-1.json +${PYSITELIB}/botocore/data/codedeploy/2014-10-06/service-2.json +${PYSITELIB}/botocore/data/codedeploy/2014-10-06/waiters-2.json +${PYSITELIB}/botocore/data/codepipeline/2015-07-09/examples-1.json +${PYSITELIB}/botocore/data/codepipeline/2015-07-09/paginators-1.json +${PYSITELIB}/botocore/data/codepipeline/2015-07-09/service-2.json +${PYSITELIB}/botocore/data/codestar/2017-04-19/paginators-1.json +${PYSITELIB}/botocore/data/codestar/2017-04-19/service-2.json +${PYSITELIB}/botocore/data/cognito-identity/2014-06-30/examples-1.json +${PYSITELIB}/botocore/data/cognito-identity/2014-06-30/paginators-1.json +${PYSITELIB}/botocore/data/cognito-identity/2014-06-30/service-2.json +${PYSITELIB}/botocore/data/cognito-idp/2016-04-18/examples-1.json +${PYSITELIB}/botocore/data/cognito-idp/2016-04-18/paginators-1.json +${PYSITELIB}/botocore/data/cognito-idp/2016-04-18/service-2.json +${PYSITELIB}/botocore/data/cognito-sync/2014-06-30/service-2.json +${PYSITELIB}/botocore/data/config/2014-11-12/examples-1.json +${PYSITELIB}/botocore/data/config/2014-11-12/paginators-1.json +${PYSITELIB}/botocore/data/config/2014-11-12/service-2.json +${PYSITELIB}/botocore/data/cur/2017-01-06/examples-1.json +${PYSITELIB}/botocore/data/cur/2017-01-06/paginators-1.json +${PYSITELIB}/botocore/data/cur/2017-01-06/service-2.json +${PYSITELIB}/botocore/data/datapipeline/2012-10-29/paginators-1.json +${PYSITELIB}/botocore/data/datapipeline/2012-10-29/service-2.json +${PYSITELIB}/botocore/data/dax/2017-04-19/paginators-1.json +${PYSITELIB}/botocore/data/dax/2017-04-19/service-2.json +${PYSITELIB}/botocore/data/devicefarm/2015-06-23/examples-1.json +${PYSITELIB}/botocore/data/devicefarm/2015-06-23/paginators-1.json +${PYSITELIB}/botocore/data/devicefarm/2015-06-23/service-2.json +${PYSITELIB}/botocore/data/directconnect/2012-10-25/examples-1.json +${PYSITELIB}/botocore/data/directconnect/2012-10-25/paginators-1.json +${PYSITELIB}/botocore/data/directconnect/2012-10-25/service-2.json +${PYSITELIB}/botocore/data/discovery/2015-11-01/examples-1.json +${PYSITELIB}/botocore/data/discovery/2015-11-01/paginators-1.json +${PYSITELIB}/botocore/data/discovery/2015-11-01/service-2.json +${PYSITELIB}/botocore/data/dms/2016-01-01/examples-1.json +${PYSITELIB}/botocore/data/dms/2016-01-01/paginators-1.json +${PYSITELIB}/botocore/data/dms/2016-01-01/service-2.json +${PYSITELIB}/botocore/data/ds/2015-04-16/examples-1.json +${PYSITELIB}/botocore/data/ds/2015-04-16/service-2.json +${PYSITELIB}/botocore/data/dynamodb/2012-08-10/examples-1.json +${PYSITELIB}/botocore/data/dynamodb/2012-08-10/paginators-1.json +${PYSITELIB}/botocore/data/dynamodb/2012-08-10/service-2.json +${PYSITELIB}/botocore/data/dynamodb/2012-08-10/waiters-2.json +${PYSITELIB}/botocore/data/dynamodbstreams/2012-08-10/examples-1.json +${PYSITELIB}/botocore/data/dynamodbstreams/2012-08-10/paginators-1.json +${PYSITELIB}/botocore/data/dynamodbstreams/2012-08-10/service-2.json +${PYSITELIB}/botocore/data/ec2/2014-09-01/paginators-1.json +${PYSITELIB}/botocore/data/ec2/2014-09-01/service-2.json +${PYSITELIB}/botocore/data/ec2/2014-09-01/waiters-2.json +${PYSITELIB}/botocore/data/ec2/2014-10-01/paginators-1.json +${PYSITELIB}/botocore/data/ec2/2014-10-01/service-2.json +${PYSITELIB}/botocore/data/ec2/2014-10-01/waiters-2.json +${PYSITELIB}/botocore/data/ec2/2015-03-01/paginators-1.json +${PYSITELIB}/botocore/data/ec2/2015-03-01/service-2.json +${PYSITELIB}/botocore/data/ec2/2015-03-01/waiters-2.json +${PYSITELIB}/botocore/data/ec2/2015-04-15/paginators-1.json +${PYSITELIB}/botocore/data/ec2/2015-04-15/service-2.json +${PYSITELIB}/botocore/data/ec2/2015-04-15/waiters-2.json +${PYSITELIB}/botocore/data/ec2/2015-10-01/paginators-1.json +${PYSITELIB}/botocore/data/ec2/2015-10-01/service-2.json +${PYSITELIB}/botocore/data/ec2/2015-10-01/waiters-2.json +${PYSITELIB}/botocore/data/ec2/2016-04-01/paginators-1.json +${PYSITELIB}/botocore/data/ec2/2016-04-01/service-2.json +${PYSITELIB}/botocore/data/ec2/2016-04-01/waiters-2.json +${PYSITELIB}/botocore/data/ec2/2016-09-15/examples-1.json +${PYSITELIB}/botocore/data/ec2/2016-09-15/paginators-1.json +${PYSITELIB}/botocore/data/ec2/2016-09-15/service-2.json +${PYSITELIB}/botocore/data/ec2/2016-09-15/waiters-2.json +${PYSITELIB}/botocore/data/ec2/2016-11-15/examples-1.json +${PYSITELIB}/botocore/data/ec2/2016-11-15/paginators-1.json +${PYSITELIB}/botocore/data/ec2/2016-11-15/service-2.json +${PYSITELIB}/botocore/data/ec2/2016-11-15/waiters-2.json +${PYSITELIB}/botocore/data/ecr/2015-09-21/examples-1.json +${PYSITELIB}/botocore/data/ecr/2015-09-21/paginators-1.json +${PYSITELIB}/botocore/data/ecr/2015-09-21/service-2.json +${PYSITELIB}/botocore/data/ecs/2014-11-13/examples-1.json +${PYSITELIB}/botocore/data/ecs/2014-11-13/paginators-1.json +${PYSITELIB}/botocore/data/ecs/2014-11-13/service-2.json +${PYSITELIB}/botocore/data/ecs/2014-11-13/waiters-2.json +${PYSITELIB}/botocore/data/efs/2015-02-01/examples-1.json +${PYSITELIB}/botocore/data/efs/2015-02-01/paginators-1.json +${PYSITELIB}/botocore/data/efs/2015-02-01/service-2.json +${PYSITELIB}/botocore/data/elasticache/2014-09-30/paginators-1.json +${PYSITELIB}/botocore/data/elasticache/2014-09-30/service-2.json +${PYSITELIB}/botocore/data/elasticache/2014-09-30/waiters-2.json +${PYSITELIB}/botocore/data/elasticache/2015-02-02/paginators-1.json +${PYSITELIB}/botocore/data/elasticache/2015-02-02/service-2.json +${PYSITELIB}/botocore/data/elasticache/2015-02-02/waiters-2.json +${PYSITELIB}/botocore/data/elasticbeanstalk/2010-12-01/examples-1.json +${PYSITELIB}/botocore/data/elasticbeanstalk/2010-12-01/paginators-1.json +${PYSITELIB}/botocore/data/elasticbeanstalk/2010-12-01/service-2.json +${PYSITELIB}/botocore/data/elastictranscoder/2012-09-25/examples-1.json +${PYSITELIB}/botocore/data/elastictranscoder/2012-09-25/paginators-1.json +${PYSITELIB}/botocore/data/elastictranscoder/2012-09-25/service-2.json +${PYSITELIB}/botocore/data/elastictranscoder/2012-09-25/waiters-2.json +${PYSITELIB}/botocore/data/elb/2012-06-01/examples-1.json +${PYSITELIB}/botocore/data/elb/2012-06-01/paginators-1.json +${PYSITELIB}/botocore/data/elb/2012-06-01/service-2.json +${PYSITELIB}/botocore/data/elb/2012-06-01/waiters-2.json +${PYSITELIB}/botocore/data/elbv2/2015-12-01/examples-1.json +${PYSITELIB}/botocore/data/elbv2/2015-12-01/paginators-1.json +${PYSITELIB}/botocore/data/elbv2/2015-12-01/service-2.json +${PYSITELIB}/botocore/data/emr/2009-03-31/examples-1.json +${PYSITELIB}/botocore/data/emr/2009-03-31/paginators-1.json +${PYSITELIB}/botocore/data/emr/2009-03-31/service-2.json +${PYSITELIB}/botocore/data/emr/2009-03-31/waiters-2.json +${PYSITELIB}/botocore/data/endpoints.json +${PYSITELIB}/botocore/data/es/2015-01-01/paginators-1.json +${PYSITELIB}/botocore/data/es/2015-01-01/service-2.json +${PYSITELIB}/botocore/data/events/2014-02-03/service-2.json +${PYSITELIB}/botocore/data/events/2015-10-07/examples-1.json +${PYSITELIB}/botocore/data/events/2015-10-07/paginators-1.json +${PYSITELIB}/botocore/data/events/2015-10-07/service-2.json +${PYSITELIB}/botocore/data/firehose/2015-08-04/examples-1.json +${PYSITELIB}/botocore/data/firehose/2015-08-04/service-2.json +${PYSITELIB}/botocore/data/gamelift/2015-10-01/examples-1.json +${PYSITELIB}/botocore/data/gamelift/2015-10-01/paginators-1.json +${PYSITELIB}/botocore/data/gamelift/2015-10-01/service-2.json +${PYSITELIB}/botocore/data/glacier/2012-06-01/examples-1.json +${PYSITELIB}/botocore/data/glacier/2012-06-01/paginators-1.json +${PYSITELIB}/botocore/data/glacier/2012-06-01/service-2.json +${PYSITELIB}/botocore/data/glacier/2012-06-01/waiters-2.json +${PYSITELIB}/botocore/data/greengrass/2017-06-07/service-2.json +${PYSITELIB}/botocore/data/health/2016-08-04/examples-1.json +${PYSITELIB}/botocore/data/health/2016-08-04/paginators-1.json +${PYSITELIB}/botocore/data/health/2016-08-04/service-2.json +${PYSITELIB}/botocore/data/iam/2010-05-08/examples-1.json +${PYSITELIB}/botocore/data/iam/2010-05-08/paginators-1.json +${PYSITELIB}/botocore/data/iam/2010-05-08/service-2.json +${PYSITELIB}/botocore/data/iam/2010-05-08/waiters-2.json +${PYSITELIB}/botocore/data/importexport/2010-06-01/paginators-1.json +${PYSITELIB}/botocore/data/importexport/2010-06-01/service-2.json +${PYSITELIB}/botocore/data/inspector/2015-08-18/service-2.json +${PYSITELIB}/botocore/data/inspector/2016-02-16/examples-1.json +${PYSITELIB}/botocore/data/inspector/2016-02-16/paginators-1.json +${PYSITELIB}/botocore/data/inspector/2016-02-16/service-2.json +${PYSITELIB}/botocore/data/iot-data/2015-05-28/service-2.json +${PYSITELIB}/botocore/data/iot/2015-05-28/examples-1.json +${PYSITELIB}/botocore/data/iot/2015-05-28/paginators-1.json +${PYSITELIB}/botocore/data/iot/2015-05-28/service-2.json +${PYSITELIB}/botocore/data/kinesis/2013-12-02/examples-1.json +${PYSITELIB}/botocore/data/kinesis/2013-12-02/paginators-1.json +${PYSITELIB}/botocore/data/kinesis/2013-12-02/service-2.json +${PYSITELIB}/botocore/data/kinesis/2013-12-02/waiters-2.json +${PYSITELIB}/botocore/data/kinesisanalytics/2015-08-14/examples-1.json +${PYSITELIB}/botocore/data/kinesisanalytics/2015-08-14/paginators-1.json +${PYSITELIB}/botocore/data/kinesisanalytics/2015-08-14/service-2.json +${PYSITELIB}/botocore/data/kms/2014-11-01/examples-1.json +${PYSITELIB}/botocore/data/kms/2014-11-01/paginators-1.json +${PYSITELIB}/botocore/data/kms/2014-11-01/service-2.json +${PYSITELIB}/botocore/data/lambda/2014-11-11/service-2.json +${PYSITELIB}/botocore/data/lambda/2015-03-31/examples-1.json +${PYSITELIB}/botocore/data/lambda/2015-03-31/paginators-1.json +${PYSITELIB}/botocore/data/lambda/2015-03-31/service-2.json +${PYSITELIB}/botocore/data/lex-models/2017-04-19/paginators-1.json +${PYSITELIB}/botocore/data/lex-models/2017-04-19/service-2.json +${PYSITELIB}/botocore/data/lex-runtime/2016-11-28/paginators-1.json +${PYSITELIB}/botocore/data/lex-runtime/2016-11-28/service-2.json +${PYSITELIB}/botocore/data/lightsail/2016-11-28/examples-1.json +${PYSITELIB}/botocore/data/lightsail/2016-11-28/paginators-1.json +${PYSITELIB}/botocore/data/lightsail/2016-11-28/service-2.json +${PYSITELIB}/botocore/data/logs/2014-03-28/examples-1.json +${PYSITELIB}/botocore/data/logs/2014-03-28/paginators-1.json +${PYSITELIB}/botocore/data/logs/2014-03-28/service-2.json +${PYSITELIB}/botocore/data/machinelearning/2014-12-12/examples-1.json +${PYSITELIB}/botocore/data/machinelearning/2014-12-12/paginators-1.json +${PYSITELIB}/botocore/data/machinelearning/2014-12-12/service-2.json +${PYSITELIB}/botocore/data/machinelearning/2014-12-12/waiters-2.json +${PYSITELIB}/botocore/data/marketplace-entitlement/2017-01-11/paginators-1.json +${PYSITELIB}/botocore/data/marketplace-entitlement/2017-01-11/service-2.json +${PYSITELIB}/botocore/data/marketplacecommerceanalytics/2015-07-01/examples-1.json +${PYSITELIB}/botocore/data/marketplacecommerceanalytics/2015-07-01/paginators-1.json +${PYSITELIB}/botocore/data/marketplacecommerceanalytics/2015-07-01/service-2.json +${PYSITELIB}/botocore/data/meteringmarketplace/2016-01-14/examples-1.json +${PYSITELIB}/botocore/data/meteringmarketplace/2016-01-14/service-2.json +${PYSITELIB}/botocore/data/mturk/2017-01-17/paginators-1.json +${PYSITELIB}/botocore/data/mturk/2017-01-17/service-2.json +${PYSITELIB}/botocore/data/opsworks/2013-02-18/examples-1.json +${PYSITELIB}/botocore/data/opsworks/2013-02-18/paginators-1.json +${PYSITELIB}/botocore/data/opsworks/2013-02-18/service-2.json +${PYSITELIB}/botocore/data/opsworks/2013-02-18/waiters-2.json +${PYSITELIB}/botocore/data/opsworkscm/2016-11-01/examples-1.json +${PYSITELIB}/botocore/data/opsworkscm/2016-11-01/paginators-1.json +${PYSITELIB}/botocore/data/opsworkscm/2016-11-01/service-2.json +${PYSITELIB}/botocore/data/opsworkscm/2016-11-01/waiters-2.json +${PYSITELIB}/botocore/data/organizations/2016-11-28/paginators-1.json +${PYSITELIB}/botocore/data/organizations/2016-11-28/service-2.json +${PYSITELIB}/botocore/data/pinpoint/2016-12-01/examples-1.json +${PYSITELIB}/botocore/data/pinpoint/2016-12-01/service-2.json +${PYSITELIB}/botocore/data/polly/2016-06-10/examples-1.json +${PYSITELIB}/botocore/data/polly/2016-06-10/paginators-1.json +${PYSITELIB}/botocore/data/polly/2016-06-10/service-2.json +${PYSITELIB}/botocore/data/rds/2014-09-01/paginators-1.json +${PYSITELIB}/botocore/data/rds/2014-09-01/service-2.json +${PYSITELIB}/botocore/data/rds/2014-09-01/waiters-2.json +${PYSITELIB}/botocore/data/rds/2014-10-31/examples-1.json +${PYSITELIB}/botocore/data/rds/2014-10-31/paginators-1.json +${PYSITELIB}/botocore/data/rds/2014-10-31/service-2.json +${PYSITELIB}/botocore/data/rds/2014-10-31/service-2.sdk-extras.json +${PYSITELIB}/botocore/data/rds/2014-10-31/waiters-2.json +${PYSITELIB}/botocore/data/redshift/2012-12-01/examples-1.json +${PYSITELIB}/botocore/data/redshift/2012-12-01/paginators-1.json +${PYSITELIB}/botocore/data/redshift/2012-12-01/service-2.json +${PYSITELIB}/botocore/data/redshift/2012-12-01/waiters-2.json +${PYSITELIB}/botocore/data/rekognition/2016-06-27/examples-1.json +${PYSITELIB}/botocore/data/rekognition/2016-06-27/paginators-1.json +${PYSITELIB}/botocore/data/rekognition/2016-06-27/service-2.json +${PYSITELIB}/botocore/data/resourcegroupstaggingapi/2017-01-26/paginators-1.json +${PYSITELIB}/botocore/data/resourcegroupstaggingapi/2017-01-26/service-2.json +${PYSITELIB}/botocore/data/route53/2013-04-01/examples-1.json +${PYSITELIB}/botocore/data/route53/2013-04-01/paginators-1.json +${PYSITELIB}/botocore/data/route53/2013-04-01/service-2.json +${PYSITELIB}/botocore/data/route53/2013-04-01/waiters-2.json +${PYSITELIB}/botocore/data/route53domains/2014-05-15/paginators-1.json +${PYSITELIB}/botocore/data/route53domains/2014-05-15/service-2.json +${PYSITELIB}/botocore/data/s3/2006-03-01/examples-1.json +${PYSITELIB}/botocore/data/s3/2006-03-01/paginators-1.json +${PYSITELIB}/botocore/data/s3/2006-03-01/service-2.json +${PYSITELIB}/botocore/data/s3/2006-03-01/waiters-2.json +${PYSITELIB}/botocore/data/sdb/2009-04-15/paginators-1.json +${PYSITELIB}/botocore/data/sdb/2009-04-15/service-2.json +${PYSITELIB}/botocore/data/servicecatalog/2015-12-10/examples-1.json +${PYSITELIB}/botocore/data/servicecatalog/2015-12-10/paginators-1.json +${PYSITELIB}/botocore/data/servicecatalog/2015-12-10/service-2.json +${PYSITELIB}/botocore/data/ses/2010-12-01/examples-1.json +${PYSITELIB}/botocore/data/ses/2010-12-01/paginators-1.json +${PYSITELIB}/botocore/data/ses/2010-12-01/service-2.json +${PYSITELIB}/botocore/data/ses/2010-12-01/waiters-2.json +${PYSITELIB}/botocore/data/shield/2016-06-02/examples-1.json +${PYSITELIB}/botocore/data/shield/2016-06-02/service-2.json +${PYSITELIB}/botocore/data/sms/2016-10-24/examples-1.json +${PYSITELIB}/botocore/data/sms/2016-10-24/paginators-1.json +${PYSITELIB}/botocore/data/sms/2016-10-24/service-2.json +${PYSITELIB}/botocore/data/snowball/2016-06-30/examples-1.json +${PYSITELIB}/botocore/data/snowball/2016-06-30/paginators-1.json +${PYSITELIB}/botocore/data/snowball/2016-06-30/service-2.json +${PYSITELIB}/botocore/data/sns/2010-03-31/examples-1.json +${PYSITELIB}/botocore/data/sns/2010-03-31/paginators-1.json +${PYSITELIB}/botocore/data/sns/2010-03-31/service-2.json +${PYSITELIB}/botocore/data/sqs/2012-11-05/examples-1.json +${PYSITELIB}/botocore/data/sqs/2012-11-05/paginators-1.json +${PYSITELIB}/botocore/data/sqs/2012-11-05/service-2.json +${PYSITELIB}/botocore/data/ssm/2014-11-06/examples-1.json +${PYSITELIB}/botocore/data/ssm/2014-11-06/paginators-1.json +${PYSITELIB}/botocore/data/ssm/2014-11-06/service-2.json +${PYSITELIB}/botocore/data/stepfunctions/2016-11-23/examples-1.json +${PYSITELIB}/botocore/data/stepfunctions/2016-11-23/paginators-1.json +${PYSITELIB}/botocore/data/stepfunctions/2016-11-23/service-2.json +${PYSITELIB}/botocore/data/storagegateway/2013-06-30/examples-1.json +${PYSITELIB}/botocore/data/storagegateway/2013-06-30/paginators-1.json +${PYSITELIB}/botocore/data/storagegateway/2013-06-30/service-2.json +${PYSITELIB}/botocore/data/sts/2011-06-15/examples-1.json +${PYSITELIB}/botocore/data/sts/2011-06-15/paginators-1.json +${PYSITELIB}/botocore/data/sts/2011-06-15/service-2.json +${PYSITELIB}/botocore/data/support/2013-04-15/examples-1.json +${PYSITELIB}/botocore/data/support/2013-04-15/paginators-1.json +${PYSITELIB}/botocore/data/support/2013-04-15/service-2.json +${PYSITELIB}/botocore/data/swf/2012-01-25/paginators-1.json +${PYSITELIB}/botocore/data/swf/2012-01-25/service-2.json +${PYSITELIB}/botocore/data/waf-regional/2016-11-28/examples-1.json +${PYSITELIB}/botocore/data/waf-regional/2016-11-28/paginators-1.json +${PYSITELIB}/botocore/data/waf-regional/2016-11-28/service-2.json +${PYSITELIB}/botocore/data/waf/2015-08-24/examples-1.json +${PYSITELIB}/botocore/data/waf/2015-08-24/paginators-1.json +${PYSITELIB}/botocore/data/waf/2015-08-24/service-2.json +${PYSITELIB}/botocore/data/workdocs/2016-05-01/paginators-1.json +${PYSITELIB}/botocore/data/workdocs/2016-05-01/service-2.json +${PYSITELIB}/botocore/data/workspaces/2015-04-08/examples-1.json +${PYSITELIB}/botocore/data/workspaces/2015-04-08/paginators-1.json +${PYSITELIB}/botocore/data/workspaces/2015-04-08/service-2.json +${PYSITELIB}/botocore/data/xray/2016-04-12/examples-1.json +${PYSITELIB}/botocore/data/xray/2016-04-12/paginators-1.json +${PYSITELIB}/botocore/data/xray/2016-04-12/service-2.json +${PYSITELIB}/botocore/docs/__init__.py +${PYSITELIB}/botocore/docs/__init__.pyc +${PYSITELIB}/botocore/docs/__init__.pyo +${PYSITELIB}/botocore/docs/bcdoc/__init__.py +${PYSITELIB}/botocore/docs/bcdoc/__init__.pyc +${PYSITELIB}/botocore/docs/bcdoc/__init__.pyo +${PYSITELIB}/botocore/docs/bcdoc/docevents.py +${PYSITELIB}/botocore/docs/bcdoc/docevents.pyc +${PYSITELIB}/botocore/docs/bcdoc/docevents.pyo +${PYSITELIB}/botocore/docs/bcdoc/docstringparser.py +${PYSITELIB}/botocore/docs/bcdoc/docstringparser.pyc +${PYSITELIB}/botocore/docs/bcdoc/docstringparser.pyo +${PYSITELIB}/botocore/docs/bcdoc/restdoc.py +${PYSITELIB}/botocore/docs/bcdoc/restdoc.pyc +${PYSITELIB}/botocore/docs/bcdoc/restdoc.pyo +${PYSITELIB}/botocore/docs/bcdoc/style.py +${PYSITELIB}/botocore/docs/bcdoc/style.pyc +${PYSITELIB}/botocore/docs/bcdoc/style.pyo +${PYSITELIB}/botocore/docs/bcdoc/textwriter.py +${PYSITELIB}/botocore/docs/bcdoc/textwriter.pyc +${PYSITELIB}/botocore/docs/bcdoc/textwriter.pyo +${PYSITELIB}/botocore/docs/client.py +${PYSITELIB}/botocore/docs/client.pyc +${PYSITELIB}/botocore/docs/client.pyo +${PYSITELIB}/botocore/docs/docstring.py +${PYSITELIB}/botocore/docs/docstring.pyc +${PYSITELIB}/botocore/docs/docstring.pyo +${PYSITELIB}/botocore/docs/example.py +${PYSITELIB}/botocore/docs/example.pyc +${PYSITELIB}/botocore/docs/example.pyo +${PYSITELIB}/botocore/docs/method.py +${PYSITELIB}/botocore/docs/method.pyc +${PYSITELIB}/botocore/docs/method.pyo +${PYSITELIB}/botocore/docs/paginator.py +${PYSITELIB}/botocore/docs/paginator.pyc +${PYSITELIB}/botocore/docs/paginator.pyo +${PYSITELIB}/botocore/docs/params.py +${PYSITELIB}/botocore/docs/params.pyc +${PYSITELIB}/botocore/docs/params.pyo +${PYSITELIB}/botocore/docs/service.py +${PYSITELIB}/botocore/docs/service.pyc +${PYSITELIB}/botocore/docs/service.pyo +${PYSITELIB}/botocore/docs/shape.py +${PYSITELIB}/botocore/docs/shape.pyc +${PYSITELIB}/botocore/docs/shape.pyo +${PYSITELIB}/botocore/docs/sharedexample.py +${PYSITELIB}/botocore/docs/sharedexample.pyc +${PYSITELIB}/botocore/docs/sharedexample.pyo +${PYSITELIB}/botocore/docs/utils.py +${PYSITELIB}/botocore/docs/utils.pyc +${PYSITELIB}/botocore/docs/utils.pyo +${PYSITELIB}/botocore/docs/waiter.py +${PYSITELIB}/botocore/docs/waiter.pyc +${PYSITELIB}/botocore/docs/waiter.pyo +${PYSITELIB}/botocore/endpoint.py +${PYSITELIB}/botocore/endpoint.pyc +${PYSITELIB}/botocore/endpoint.pyo +${PYSITELIB}/botocore/errorfactory.py +${PYSITELIB}/botocore/errorfactory.pyc +${PYSITELIB}/botocore/errorfactory.pyo +${PYSITELIB}/botocore/exceptions.py +${PYSITELIB}/botocore/exceptions.pyc +${PYSITELIB}/botocore/exceptions.pyo +${PYSITELIB}/botocore/handlers.py +${PYSITELIB}/botocore/handlers.pyc +${PYSITELIB}/botocore/handlers.pyo +${PYSITELIB}/botocore/hooks.py +${PYSITELIB}/botocore/hooks.pyc +${PYSITELIB}/botocore/hooks.pyo +${PYSITELIB}/botocore/loaders.py +${PYSITELIB}/botocore/loaders.pyc +${PYSITELIB}/botocore/loaders.pyo +${PYSITELIB}/botocore/model.py +${PYSITELIB}/botocore/model.pyc +${PYSITELIB}/botocore/model.pyo +${PYSITELIB}/botocore/paginate.py +${PYSITELIB}/botocore/paginate.pyc +${PYSITELIB}/botocore/paginate.pyo +${PYSITELIB}/botocore/parsers.py +${PYSITELIB}/botocore/parsers.pyc +${PYSITELIB}/botocore/parsers.pyo +${PYSITELIB}/botocore/regions.py +${PYSITELIB}/botocore/regions.pyc +${PYSITELIB}/botocore/regions.pyo +${PYSITELIB}/botocore/response.py +${PYSITELIB}/botocore/response.pyc +${PYSITELIB}/botocore/response.pyo +${PYSITELIB}/botocore/retryhandler.py +${PYSITELIB}/botocore/retryhandler.pyc +${PYSITELIB}/botocore/retryhandler.pyo +${PYSITELIB}/botocore/serialize.py +${PYSITELIB}/botocore/serialize.pyc +${PYSITELIB}/botocore/serialize.pyo +${PYSITELIB}/botocore/session.py +${PYSITELIB}/botocore/session.pyc +${PYSITELIB}/botocore/session.pyo +${PYSITELIB}/botocore/signers.py +${PYSITELIB}/botocore/signers.pyc +${PYSITELIB}/botocore/signers.pyo +${PYSITELIB}/botocore/stub.py +${PYSITELIB}/botocore/stub.pyc +${PYSITELIB}/botocore/stub.pyo +${PYSITELIB}/botocore/translate.py +${PYSITELIB}/botocore/translate.pyc +${PYSITELIB}/botocore/translate.pyo +${PYSITELIB}/botocore/utils.py +${PYSITELIB}/botocore/utils.pyc +${PYSITELIB}/botocore/utils.pyo +${PYSITELIB}/botocore/validate.py +${PYSITELIB}/botocore/validate.pyc +${PYSITELIB}/botocore/validate.pyo +${PYSITELIB}/botocore/vendored/__init__.py +${PYSITELIB}/botocore/vendored/__init__.pyc +${PYSITELIB}/botocore/vendored/__init__.pyo +${PYSITELIB}/botocore/vendored/requests/__init__.py +${PYSITELIB}/botocore/vendored/requests/__init__.pyc +${PYSITELIB}/botocore/vendored/requests/__init__.pyo +${PYSITELIB}/botocore/vendored/requests/adapters.py +${PYSITELIB}/botocore/vendored/requests/adapters.pyc +${PYSITELIB}/botocore/vendored/requests/adapters.pyo +${PYSITELIB}/botocore/vendored/requests/api.py +${PYSITELIB}/botocore/vendored/requests/api.pyc +${PYSITELIB}/botocore/vendored/requests/api.pyo +${PYSITELIB}/botocore/vendored/requests/auth.py +${PYSITELIB}/botocore/vendored/requests/auth.pyc +${PYSITELIB}/botocore/vendored/requests/auth.pyo +${PYSITELIB}/botocore/vendored/requests/cacert.pem +${PYSITELIB}/botocore/vendored/requests/certs.py +${PYSITELIB}/botocore/vendored/requests/certs.pyc +${PYSITELIB}/botocore/vendored/requests/certs.pyo +${PYSITELIB}/botocore/vendored/requests/compat.py +${PYSITELIB}/botocore/vendored/requests/compat.pyc +${PYSITELIB}/botocore/vendored/requests/compat.pyo +${PYSITELIB}/botocore/vendored/requests/cookies.py +${PYSITELIB}/botocore/vendored/requests/cookies.pyc +${PYSITELIB}/botocore/vendored/requests/cookies.pyo +${PYSITELIB}/botocore/vendored/requests/exceptions.py +${PYSITELIB}/botocore/vendored/requests/exceptions.pyc +${PYSITELIB}/botocore/vendored/requests/exceptions.pyo +${PYSITELIB}/botocore/vendored/requests/hooks.py +${PYSITELIB}/botocore/vendored/requests/hooks.pyc +${PYSITELIB}/botocore/vendored/requests/hooks.pyo +${PYSITELIB}/botocore/vendored/requests/models.py +${PYSITELIB}/botocore/vendored/requests/models.pyc +${PYSITELIB}/botocore/vendored/requests/models.pyo +${PYSITELIB}/botocore/vendored/requests/packages/__init__.py +${PYSITELIB}/botocore/vendored/requests/packages/__init__.pyc +${PYSITELIB}/botocore/vendored/requests/packages/__init__.pyo +${PYSITELIB}/botocore/vendored/requests/packages/chardet/__init__.py +${PYSITELIB}/botocore/vendored/requests/packages/chardet/__init__.pyc +${PYSITELIB}/botocore/vendored/requests/packages/chardet/__init__.pyo +${PYSITELIB}/botocore/vendored/requests/packages/chardet/big5freq.py +${PYSITELIB}/botocore/vendored/requests/packages/chardet/big5freq.pyc +${PYSITELIB}/botocore/vendored/requests/packages/chardet/big5freq.pyo +${PYSITELIB}/botocore/vendored/requests/packages/chardet/big5prober.py +${PYSITELIB}/botocore/vendored/requests/packages/chardet/big5prober.pyc +${PYSITELIB}/botocore/vendored/requests/packages/chardet/big5prober.pyo +${PYSITELIB}/botocore/vendored/requests/packages/chardet/chardetect.py +${PYSITELIB}/botocore/vendored/requests/packages/chardet/chardetect.pyc +${PYSITELIB}/botocore/vendored/requests/packages/chardet/chardetect.pyo +${PYSITELIB}/botocore/vendored/requests/packages/chardet/chardistribution.py +${PYSITELIB}/botocore/vendored/requests/packages/chardet/chardistribution.pyc +${PYSITELIB}/botocore/vendored/requests/packages/chardet/chardistribution.pyo +${PYSITELIB}/botocore/vendored/requests/packages/chardet/charsetgroupprober.py +${PYSITELIB}/botocore/vendored/requests/packages/chardet/charsetgroupprober.pyc +${PYSITELIB}/botocore/vendored/requests/packages/chardet/charsetgroupprober.pyo +${PYSITELIB}/botocore/vendored/requests/packages/chardet/charsetprober.py +${PYSITELIB}/botocore/vendored/requests/packages/chardet/charsetprober.pyc +${PYSITELIB}/botocore/vendored/requests/packages/chardet/charsetprober.pyo +${PYSITELIB}/botocore/vendored/requests/packages/chardet/codingstatemachine.py +${PYSITELIB}/botocore/vendored/requests/packages/chardet/codingstatemachine.pyc +${PYSITELIB}/botocore/vendored/requests/packages/chardet/codingstatemachine.pyo +${PYSITELIB}/botocore/vendored/requests/packages/chardet/compat.py +${PYSITELIB}/botocore/vendored/requests/packages/chardet/compat.pyc +${PYSITELIB}/botocore/vendored/requests/packages/chardet/compat.pyo +${PYSITELIB}/botocore/vendored/requests/packages/chardet/constants.py +${PYSITELIB}/botocore/vendored/requests/packages/chardet/constants.pyc +${PYSITELIB}/botocore/vendored/requests/packages/chardet/constants.pyo +${PYSITELIB}/botocore/vendored/requests/packages/chardet/cp949prober.py +${PYSITELIB}/botocore/vendored/requests/packages/chardet/cp949prober.pyc +${PYSITELIB}/botocore/vendored/requests/packages/chardet/cp949prober.pyo +${PYSITELIB}/botocore/vendored/requests/packages/chardet/escprober.py +${PYSITELIB}/botocore/vendored/requests/packages/chardet/escprober.pyc +${PYSITELIB}/botocore/vendored/requests/packages/chardet/escprober.pyo +${PYSITELIB}/botocore/vendored/requests/packages/chardet/escsm.py +${PYSITELIB}/botocore/vendored/requests/packages/chardet/escsm.pyc +${PYSITELIB}/botocore/vendored/requests/packages/chardet/escsm.pyo +${PYSITELIB}/botocore/vendored/requests/packages/chardet/eucjpprober.py +${PYSITELIB}/botocore/vendored/requests/packages/chardet/eucjpprober.pyc +${PYSITELIB}/botocore/vendored/requests/packages/chardet/eucjpprober.pyo +${PYSITELIB}/botocore/vendored/requests/packages/chardet/euckrfreq.py +${PYSITELIB}/botocore/vendored/requests/packages/chardet/euckrfreq.pyc +${PYSITELIB}/botocore/vendored/requests/packages/chardet/euckrfreq.pyo +${PYSITELIB}/botocore/vendored/requests/packages/chardet/euckrprober.py +${PYSITELIB}/botocore/vendored/requests/packages/chardet/euckrprober.pyc +${PYSITELIB}/botocore/vendored/requests/packages/chardet/euckrprober.pyo +${PYSITELIB}/botocore/vendored/requests/packages/chardet/euctwfreq.py +${PYSITELIB}/botocore/vendored/requests/packages/chardet/euctwfreq.pyc +${PYSITELIB}/botocore/vendored/requests/packages/chardet/euctwfreq.pyo +${PYSITELIB}/botocore/vendored/requests/packages/chardet/euctwprober.py +${PYSITELIB}/botocore/vendored/requests/packages/chardet/euctwprober.pyc +${PYSITELIB}/botocore/vendored/requests/packages/chardet/euctwprober.pyo +${PYSITELIB}/botocore/vendored/requests/packages/chardet/gb2312freq.py +${PYSITELIB}/botocore/vendored/requests/packages/chardet/gb2312freq.pyc +${PYSITELIB}/botocore/vendored/requests/packages/chardet/gb2312freq.pyo +${PYSITELIB}/botocore/vendored/requests/packages/chardet/gb2312prober.py +${PYSITELIB}/botocore/vendored/requests/packages/chardet/gb2312prober.pyc +${PYSITELIB}/botocore/vendored/requests/packages/chardet/gb2312prober.pyo +${PYSITELIB}/botocore/vendored/requests/packages/chardet/hebrewprober.py +${PYSITELIB}/botocore/vendored/requests/packages/chardet/hebrewprober.pyc +${PYSITELIB}/botocore/vendored/requests/packages/chardet/hebrewprober.pyo +${PYSITELIB}/botocore/vendored/requests/packages/chardet/jisfreq.py +${PYSITELIB}/botocore/vendored/requests/packages/chardet/jisfreq.pyc +${PYSITELIB}/botocore/vendored/requests/packages/chardet/jisfreq.pyo +${PYSITELIB}/botocore/vendored/requests/packages/chardet/jpcntx.py +${PYSITELIB}/botocore/vendored/requests/packages/chardet/jpcntx.pyc +${PYSITELIB}/botocore/vendored/requests/packages/chardet/jpcntx.pyo +${PYSITELIB}/botocore/vendored/requests/packages/chardet/langbulgarianmodel.py +${PYSITELIB}/botocore/vendored/requests/packages/chardet/langbulgarianmodel.pyc +${PYSITELIB}/botocore/vendored/requests/packages/chardet/langbulgarianmodel.pyo +${PYSITELIB}/botocore/vendored/requests/packages/chardet/langcyrillicmodel.py +${PYSITELIB}/botocore/vendored/requests/packages/chardet/langcyrillicmodel.pyc +${PYSITELIB}/botocore/vendored/requests/packages/chardet/langcyrillicmodel.pyo +${PYSITELIB}/botocore/vendored/requests/packages/chardet/langgreekmodel.py +${PYSITELIB}/botocore/vendored/requests/packages/chardet/langgreekmodel.pyc +${PYSITELIB}/botocore/vendored/requests/packages/chardet/langgreekmodel.pyo +${PYSITELIB}/botocore/vendored/requests/packages/chardet/langhebrewmodel.py +${PYSITELIB}/botocore/vendored/requests/packages/chardet/langhebrewmodel.pyc +${PYSITELIB}/botocore/vendored/requests/packages/chardet/langhebrewmodel.pyo +${PYSITELIB}/botocore/vendored/requests/packages/chardet/langhungarianmodel.py +${PYSITELIB}/botocore/vendored/requests/packages/chardet/langhungarianmodel.pyc +${PYSITELIB}/botocore/vendored/requests/packages/chardet/langhungarianmodel.pyo +${PYSITELIB}/botocore/vendored/requests/packages/chardet/langthaimodel.py +${PYSITELIB}/botocore/vendored/requests/packages/chardet/langthaimodel.pyc +${PYSITELIB}/botocore/vendored/requests/packages/chardet/langthaimodel.pyo +${PYSITELIB}/botocore/vendored/requests/packages/chardet/latin1prober.py +${PYSITELIB}/botocore/vendored/requests/packages/chardet/latin1prober.pyc +${PYSITELIB}/botocore/vendored/requests/packages/chardet/latin1prober.pyo +${PYSITELIB}/botocore/vendored/requests/packages/chardet/mbcharsetprober.py +${PYSITELIB}/botocore/vendored/requests/packages/chardet/mbcharsetprober.pyc +${PYSITELIB}/botocore/vendored/requests/packages/chardet/mbcharsetprober.pyo +${PYSITELIB}/botocore/vendored/requests/packages/chardet/mbcsgroupprober.py +${PYSITELIB}/botocore/vendored/requests/packages/chardet/mbcsgroupprober.pyc +${PYSITELIB}/botocore/vendored/requests/packages/chardet/mbcsgroupprober.pyo +${PYSITELIB}/botocore/vendored/requests/packages/chardet/mbcssm.py +${PYSITELIB}/botocore/vendored/requests/packages/chardet/mbcssm.pyc +${PYSITELIB}/botocore/vendored/requests/packages/chardet/mbcssm.pyo +${PYSITELIB}/botocore/vendored/requests/packages/chardet/sbcharsetprober.py +${PYSITELIB}/botocore/vendored/requests/packages/chardet/sbcharsetprober.pyc +${PYSITELIB}/botocore/vendored/requests/packages/chardet/sbcharsetprober.pyo +${PYSITELIB}/botocore/vendored/requests/packages/chardet/sbcsgroupprober.py +${PYSITELIB}/botocore/vendored/requests/packages/chardet/sbcsgroupprober.pyc +${PYSITELIB}/botocore/vendored/requests/packages/chardet/sbcsgroupprober.pyo +${PYSITELIB}/botocore/vendored/requests/packages/chardet/sjisprober.py +${PYSITELIB}/botocore/vendored/requests/packages/chardet/sjisprober.pyc +${PYSITELIB}/botocore/vendored/requests/packages/chardet/sjisprober.pyo +${PYSITELIB}/botocore/vendored/requests/packages/chardet/universaldetector.py +${PYSITELIB}/botocore/vendored/requests/packages/chardet/universaldetector.pyc +${PYSITELIB}/botocore/vendored/requests/packages/chardet/universaldetector.pyo +${PYSITELIB}/botocore/vendored/requests/packages/chardet/utf8prober.py +${PYSITELIB}/botocore/vendored/requests/packages/chardet/utf8prober.pyc +${PYSITELIB}/botocore/vendored/requests/packages/chardet/utf8prober.pyo +${PYSITELIB}/botocore/vendored/requests/packages/urllib3/__init__.py +${PYSITELIB}/botocore/vendored/requests/packages/urllib3/__init__.pyc +${PYSITELIB}/botocore/vendored/requests/packages/urllib3/__init__.pyo +${PYSITELIB}/botocore/vendored/requests/packages/urllib3/_collections.py +${PYSITELIB}/botocore/vendored/requests/packages/urllib3/_collections.pyc +${PYSITELIB}/botocore/vendored/requests/packages/urllib3/_collections.pyo +${PYSITELIB}/botocore/vendored/requests/packages/urllib3/connection.py +${PYSITELIB}/botocore/vendored/requests/packages/urllib3/connection.pyc +${PYSITELIB}/botocore/vendored/requests/packages/urllib3/connection.pyo +${PYSITELIB}/botocore/vendored/requests/packages/urllib3/connectionpool.py +${PYSITELIB}/botocore/vendored/requests/packages/urllib3/connectionpool.pyc +${PYSITELIB}/botocore/vendored/requests/packages/urllib3/connectionpool.pyo +${PYSITELIB}/botocore/vendored/requests/packages/urllib3/contrib/__init__.py +${PYSITELIB}/botocore/vendored/requests/packages/urllib3/contrib/__init__.pyc +${PYSITELIB}/botocore/vendored/requests/packages/urllib3/contrib/__init__.pyo +${PYSITELIB}/botocore/vendored/requests/packages/urllib3/contrib/ntlmpool.py +${PYSITELIB}/botocore/vendored/requests/packages/urllib3/contrib/ntlmpool.pyc +${PYSITELIB}/botocore/vendored/requests/packages/urllib3/contrib/ntlmpool.pyo +${PYSITELIB}/botocore/vendored/requests/packages/urllib3/contrib/pyopenssl.py +${PYSITELIB}/botocore/vendored/requests/packages/urllib3/contrib/pyopenssl.pyc +${PYSITELIB}/botocore/vendored/requests/packages/urllib3/contrib/pyopenssl.pyo +${PYSITELIB}/botocore/vendored/requests/packages/urllib3/exceptions.py +${PYSITELIB}/botocore/vendored/requests/packages/urllib3/exceptions.pyc +${PYSITELIB}/botocore/vendored/requests/packages/urllib3/exceptions.pyo +${PYSITELIB}/botocore/vendored/requests/packages/urllib3/fields.py +${PYSITELIB}/botocore/vendored/requests/packages/urllib3/fields.pyc +${PYSITELIB}/botocore/vendored/requests/packages/urllib3/fields.pyo +${PYSITELIB}/botocore/vendored/requests/packages/urllib3/filepost.py +${PYSITELIB}/botocore/vendored/requests/packages/urllib3/filepost.pyc +${PYSITELIB}/botocore/vendored/requests/packages/urllib3/filepost.pyo +${PYSITELIB}/botocore/vendored/requests/packages/urllib3/packages/__init__.py +${PYSITELIB}/botocore/vendored/requests/packages/urllib3/packages/__init__.pyc +${PYSITELIB}/botocore/vendored/requests/packages/urllib3/packages/__init__.pyo +${PYSITELIB}/botocore/vendored/requests/packages/urllib3/packages/ordered_dict.py +${PYSITELIB}/botocore/vendored/requests/packages/urllib3/packages/ordered_dict.pyc +${PYSITELIB}/botocore/vendored/requests/packages/urllib3/packages/ordered_dict.pyo +${PYSITELIB}/botocore/vendored/requests/packages/urllib3/packages/six.py +${PYSITELIB}/botocore/vendored/requests/packages/urllib3/packages/six.pyc +${PYSITELIB}/botocore/vendored/requests/packages/urllib3/packages/six.pyo +${PYSITELIB}/botocore/vendored/requests/packages/urllib3/packages/ssl_match_hostname/__init__.py +${PYSITELIB}/botocore/vendored/requests/packages/urllib3/packages/ssl_match_hostname/__init__.pyc +${PYSITELIB}/botocore/vendored/requests/packages/urllib3/packages/ssl_match_hostname/__init__.pyo +${PYSITELIB}/botocore/vendored/requests/packages/urllib3/packages/ssl_match_hostname/_implementation.py +${PYSITELIB}/botocore/vendored/requests/packages/urllib3/packages/ssl_match_hostname/_implementation.pyc +${PYSITELIB}/botocore/vendored/requests/packages/urllib3/packages/ssl_match_hostname/_implementation.pyo +${PYSITELIB}/botocore/vendored/requests/packages/urllib3/poolmanager.py +${PYSITELIB}/botocore/vendored/requests/packages/urllib3/poolmanager.pyc +${PYSITELIB}/botocore/vendored/requests/packages/urllib3/poolmanager.pyo +${PYSITELIB}/botocore/vendored/requests/packages/urllib3/request.py +${PYSITELIB}/botocore/vendored/requests/packages/urllib3/request.pyc +${PYSITELIB}/botocore/vendored/requests/packages/urllib3/request.pyo +${PYSITELIB}/botocore/vendored/requests/packages/urllib3/response.py +${PYSITELIB}/botocore/vendored/requests/packages/urllib3/response.pyc +${PYSITELIB}/botocore/vendored/requests/packages/urllib3/response.pyo +${PYSITELIB}/botocore/vendored/requests/packages/urllib3/util/__init__.py +${PYSITELIB}/botocore/vendored/requests/packages/urllib3/util/__init__.pyc +${PYSITELIB}/botocore/vendored/requests/packages/urllib3/util/__init__.pyo +${PYSITELIB}/botocore/vendored/requests/packages/urllib3/util/connection.py +${PYSITELIB}/botocore/vendored/requests/packages/urllib3/util/connection.pyc +${PYSITELIB}/botocore/vendored/requests/packages/urllib3/util/connection.pyo +${PYSITELIB}/botocore/vendored/requests/packages/urllib3/util/request.py +${PYSITELIB}/botocore/vendored/requests/packages/urllib3/util/request.pyc +${PYSITELIB}/botocore/vendored/requests/packages/urllib3/util/request.pyo +${PYSITELIB}/botocore/vendored/requests/packages/urllib3/util/response.py +${PYSITELIB}/botocore/vendored/requests/packages/urllib3/util/response.pyc +${PYSITELIB}/botocore/vendored/requests/packages/urllib3/util/response.pyo +${PYSITELIB}/botocore/vendored/requests/packages/urllib3/util/retry.py +${PYSITELIB}/botocore/vendored/requests/packages/urllib3/util/retry.pyc +${PYSITELIB}/botocore/vendored/requests/packages/urllib3/util/retry.pyo +${PYSITELIB}/botocore/vendored/requests/packages/urllib3/util/ssl_.py +${PYSITELIB}/botocore/vendored/requests/packages/urllib3/util/ssl_.pyc +${PYSITELIB}/botocore/vendored/requests/packages/urllib3/util/ssl_.pyo +${PYSITELIB}/botocore/vendored/requests/packages/urllib3/util/timeout.py +${PYSITELIB}/botocore/vendored/requests/packages/urllib3/util/timeout.pyc +${PYSITELIB}/botocore/vendored/requests/packages/urllib3/util/timeout.pyo +${PYSITELIB}/botocore/vendored/requests/packages/urllib3/util/url.py +${PYSITELIB}/botocore/vendored/requests/packages/urllib3/util/url.pyc +${PYSITELIB}/botocore/vendored/requests/packages/urllib3/util/url.pyo +${PYSITELIB}/botocore/vendored/requests/sessions.py +${PYSITELIB}/botocore/vendored/requests/sessions.pyc +${PYSITELIB}/botocore/vendored/requests/sessions.pyo +${PYSITELIB}/botocore/vendored/requests/status_codes.py +${PYSITELIB}/botocore/vendored/requests/status_codes.pyc +${PYSITELIB}/botocore/vendored/requests/status_codes.pyo +${PYSITELIB}/botocore/vendored/requests/structures.py +${PYSITELIB}/botocore/vendored/requests/structures.pyc +${PYSITELIB}/botocore/vendored/requests/structures.pyo +${PYSITELIB}/botocore/vendored/requests/utils.py +${PYSITELIB}/botocore/vendored/requests/utils.pyc +${PYSITELIB}/botocore/vendored/requests/utils.pyo +${PYSITELIB}/botocore/vendored/six.py +${PYSITELIB}/botocore/vendored/six.pyc +${PYSITELIB}/botocore/vendored/six.pyo +${PYSITELIB}/botocore/waiter.py +${PYSITELIB}/botocore/waiter.pyc +${PYSITELIB}/botocore/waiter.pyo Index: pkgsrc/net/py-botocore/distinfo diff -u /dev/null pkgsrc/net/py-botocore/distinfo:1.1 --- /dev/null Mon Jul 3 21:09:44 2017 +++ pkgsrc/net/py-botocore/distinfo Mon Jul 3 21:09:44 2017 @@ -0,0 +1,6 @@ +$NetBSD: distinfo,v 1.1 2017/07/03 21:09:44 adam Exp $ + +SHA1 (botocore-1.5.78.tar.gz) = 2088b244c9f2383ecd152a6f0d90acfe0eb47d3c +RMD160 (botocore-1.5.78.tar.gz) = 304bf044d4722a4e5a3170b5ea1e7441655f010b +SHA512 (botocore-1.5.78.tar.gz) = fe160aafb7bd006ee07838f506e781fcb38a8aa1d2fbba38147c7e948bbdde0ceb9aac45aabb246fb246efd0019b0b4ee07c13d8a7b799050f9796ff846f4942 +Size (botocore-1.5.78.tar.gz) = 3674174 bytes --_----------=_149911618432140--