1.7.24 api-change:redshift: Update redshift client to latest version 1.7.23 api-change:route53domains: Update route53domains client to latest version api-change:kinesisanalytics: Update kinesisanalytics client to latest version 1.7.22 api-change:ssm: Update ssm client to latest version api-change:ec2: Update ec2 client to latest version 1.7.21 api-change:cloudhsm: Update cloudhsm client to latest version 1.7.20 api-change:organizations: Update organizations client to latest version api-change:route53: Update route53 client to latest version api-change:codebuild: Update codebuild client to latest version api-change:mturk: Update mturk client to latest version api-change:appstream: Update appstream client to latest version
20 lines
655 B
Makefile
20 lines
655 B
Makefile
# $NetBSD: Makefile,v 1.13 2017/10/06 08:17:28 adam Exp $
|
|
|
|
DISTNAME= botocore-1.7.24
|
|
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"
|