1.16.25 api-change🛡️ Update shield client to latest version api-change:servicediscovery: Update servicediscovery client to latest version 1.16.24 api-change:cloudfront: Update cloudfront client to latest version api-change:pinpoint: Update pinpoint client to latest version api-change:personalize-runtime: Update personalize-runtime client to latest version api-change:sagemaker-runtime: Update sagemaker-runtime client to latest version api-change:elasticbeanstalk: Update elasticbeanstalk client to latest version api-change:servicecatalog: Update servicecatalog client to latest version api-change:apigateway: Update apigateway client to latest version api-change:personalize: Update personalize client to latest version 1.16.23 api-change:ssm: Update ssm client to latest version api-change:lightsail: Update lightsail client to latest version api-change:meteringmarketplace: Update meteringmarketplace client to latest version api-change:mediapackage-vod: Update mediapackage-vod client to latest version api-change:ec2: Update ec2 client to latest version 1.16.22 api-change:elasticache: Update elasticache client to latest version api-change:iam: Update iam client to latest version api-change:directconnect: Update directconnect client to latest version api-change🇪🇸 Update es client to latest version api-change:glue: Update glue client to latest version api-change:mediaconvert: Update mediaconvert client to latest version 1.16.21 api-change:guardduty: Update guardduty client to latest version 1.16.20 api-change:fsx: Update fsx client to latest version api-change:kms: Update kms client to latest version api-change:sagemaker: Update sagemaker client to latest version api-change:athena: Update athena client to latest version api-change:worklink: Update worklink client to latest version api-change:emr: Update emr client to latest version 1.16.19 api-change:marketplace-catalog: Update marketplace-catalog client to latest version api-change:kafka: Update kafka client to latest version api-change:qldb-session: Update qldb-session client to latest version api-change:workmail: Update workmail client to latest version 1.16.18 api-change:guardduty: Update guardduty client to latest version api-change:elbv2: Update elbv2 client to latest version
22 lines
791 B
Makefile
22 lines
791 B
Makefile
# $NetBSD: Makefile,v 1.38 2020/06/09 08:53:24 adam Exp $
|
|
|
|
DISTNAME= botocore-1.16.25
|
|
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}-cElementTree-[0-9]*:../../textproc/py-cElementTree
|
|
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
|
|
DEPENDS+= ${PYPKGPREFIX}-urllib3>=1.20:../../www/py-urllib3
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|