diff options
author | adam <adam@pkgsrc.org> | 2017-07-03 21:15:50 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2017-07-03 21:15:50 +0000 |
commit | 96d53f2fbbc2cce3575645d05cb697dfab5a58ec (patch) | |
tree | 9c67142841da583ec30a683697c303f523b9e891 /net/py-boto3/Makefile | |
parent | a6f246b78acc4de7900c8941ac606bb975596e58 (diff) | |
download | pkgsrc-96d53f2fbbc2cce3575645d05cb697dfab5a58ec.tar.gz |
Boto3 is the Amazon Web Services (AWS) Software Development Kit (SDK) for
Python, which allows Python developers to write software that makes use of
services like Amazon S3 and Amazon EC2. You can find the latest, most up to
date, documentation at Read the Docs, including a list of services that are
supported. To see only those features which have been released, check out
the stable docs.
Diffstat (limited to 'net/py-boto3/Makefile')
-rw-r--r-- | net/py-boto3/Makefile | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/net/py-boto3/Makefile b/net/py-boto3/Makefile new file mode 100644 index 00000000000..1ec1cdad847 --- /dev/null +++ b/net/py-boto3/Makefile @@ -0,0 +1,18 @@ +# $NetBSD: Makefile,v 1.1 2017/07/03 21:15:50 adam Exp $ + +DISTNAME= boto3-1.4.4 +PKGNAME= ${PYPKGPREFIX}-${DISTNAME} +CATEGORIES= net python +MASTER_SITES= ${MASTER_SITE_PYPI:=b/boto3/} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= https://github.com/boto/boto3/ +COMMENT= Amazon Web Services SDK for Python +LICENSE= apache-2.0 + +DEPENDS+= ${PYPKGPREFIX}-botocore>=1.5.0:../../net/py-botocore +DEPENDS+= ${PYPKGPREFIX}-jmespath>=0.7.1:../../textproc/py-jmespath +DEPENDS+= ${PYPKGPREFIX}-s3transfer>=0.1.10:../../net/py-s3transfer + +.include "../../lang/python/egg.mk" +.include "../../mk/bsd.pkg.mk" |