3914f89537
1.6.22
api-change:cloudfront: [botocore] Update cloudfront client to latest version
api-change:apigateway: [botocore] Update apigateway client to latest version
api-change🇪🇸 [botocore] Update es client to latest version
1.6.21
api-change:connect: [botocore] Update connect client to latest version
api-change:acm: [botocore] Update acm client to latest version
1.6.20
api-change:greengrass: [botocore] Update greengrass client to latest version
api-change:cloudformation: [botocore] Update cloudformation client to latest version
api-change:ssm: [botocore] Update ssm client to latest version
api-change:alexaforbusiness: [botocore] Update alexaforbusiness client to latest version
1.6.19
api-change:mturk: [botocore] Update mturk client to latest version
api-change:sts: [botocore] Update sts client to latest version
api-change:iam: [botocore] Update iam client to latest version
1.6.18
api-change:acm: [botocore] Update acm client to latest version
23 lines
663 B
Makefile
23 lines
663 B
Makefile
# $NetBSD: Makefile,v 1.11 2018/04/03 18:38:11 adam Exp $
|
|
|
|
DISTNAME= boto3-1.6.22
|
|
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.9.3:../../net/py-botocore
|
|
DEPENDS+= ${PYPKGPREFIX}-jmespath>=0.7.1:../../textproc/py-jmespath
|
|
DEPENDS+= ${PYPKGPREFIX}-s3transfer>=0.1.10:../../net/py-s3transfer
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
post-extract:
|
|
${CHMOD} -R g-w,o-w ${WRKSRC}
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|