pkgsrc/net/py-awscli/Makefile
adam e326071926 py-awscli: updated to 1.14.30
1.14.30
api-change:budgets: Update budgets command to latest version

1.14.29
api-change:glue: Update glue command to latest version
api-change:transcribe: Update transcribe command to latest version

1.14.28
api-change:sagemaker: Update sagemaker command to latest version

1.14.27
api-change:ec2: Update ec2 command to latest version
api-change:autoscaling-plans: Update autoscaling-plans command to latest version

1.14.26
api-change:application-autoscaling: Update application-autoscaling command to latest version
api-change:rds: Update rds command to latest version
api-change:autoscaling-plans: Update autoscaling-plans command to latest version

1.14.25
api-change:lambda: Update lambda command to latest version

1.14.24
api-change:glue: Update glue command to latest version

1.14.23
api-change:elb: Update elb command to latest version
api-change:elbv2: Update elbv2 command to latest version
api-change:ssm: Update ssm command to latest version
api-change:rds: Update rds command to latest version

1.14.22
api-change:kms: Update kms command to latest version

1.14.21
api-change:ds: Update ds command to latest version

1.14.20
api-change:discovery: Update discovery command to latest version
api-change:codedeploy: Update codedeploy command to latest version
api-change:route53: Update route53 command to latest version

1.14.19
api-change:snowball: Update snowball command to latest version
api-change:ssm: Update ssm command to latest version
api-change:inspector: Update inspector command to latest version

1.14.18
api-change:rds: Update rds command to latest version

1.14.17
api-change:workspaces: Update workspaces command to latest version

1.14.16
api-change:ecs: Update ecs command to latest version
api-change:ec2: Update ec2 command to latest version
api-change:sagemaker: Update sagemaker command to latest version
api-change:inspector: Update inspector command to latest version

1.14.15
api-change:ec2: Update ec2 command to latest version
api-change:kinesisanalytics: Update kinesisanalytics command to latest version
api-change:codebuild: Update codebuild command to latest version

1.14.14
api-change:config: Update config command to latest version
api-change:iot: Update iot command to latest version
2018-01-23 10:25:47 +00:00

25 lines
850 B
Makefile

# $NetBSD: Makefile,v 1.18 2018/01/23 10:25:47 adam Exp $
DISTNAME= awscli-1.14.30
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= net python
MASTER_SITES= ${MASTER_SITE_PYPI:=a/awscli/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://github.com/aws/aws-cli
COMMENT= Universal Command Line Interface for Amazon Web Services
LICENSE= apache-2.0
DEPENDS+= ${PYPKGPREFIX}-botocore>=1.6.1:../../net/py-botocore
DEPENDS+= ${PYPKGPREFIX}-colorama>=0.3.2:../../comms/py-colorama
DEPENDS+= ${PYPKGPREFIX}-docutils>=0.10:../../textproc/py-docutils
DEPENDS+= ${PYPKGPREFIX}-rsa>=3.4.1:../../security/py-rsa
DEPENDS+= ${PYPKGPREFIX}-s3transfer>=0.1.9:../../net/py-s3transfer
DEPENDS+= ${PYPKGPREFIX}-yaml>=3.10:../../textproc/py-yaml
USE_LANGUAGES= # none
PYTHON_SELF_CONFLICT= yes
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"