1.18.2 api-change:autoscaling: Update autoscaling command to latest version api-change:chime: Update chime command to latest version api-change:rds: Update rds command to latest version 1.18.1 api-change:ec2: Update ec2 command to latest version api-change:rekognition: Update rekognition command to latest version api-change:cloud9: Update cloud9 command to latest version api-change:dynamodb: Update dynamodb command to latest version 1.18.0 api-change:mediatailor: Update mediatailor command to latest version api-change:ec2: Update ec2 command to latest version api-change🛡️ Update shield command to latest version api-change:securityhub: Update securityhub command to latest version feature:retries: Add support for retry modes including standard and adaptive 1.17.17 api-change:mediapackage-vod: Update mediapackage-vod command to latest version 1.17.16 api-change🇪🇸 Update es command to latest version api-change:chime: Update chime command to latest version api-change:ds: Update ds command to latest version api-change:ec2: Update ec2 command to latest version api-change:glue: Update glue command to latest version api-change:workmail: Update workmail command to latest version api-change:neptune: Update neptune command to latest version 1.17.15 api-change:cloudformation: Update cloudformation command to latest version api-change:cognito-idp: Update cognito-idp command to latest version api-change:ec2: Update ec2 command to latest version 1.17.14 api-change:docdb: Update docdb command to latest version api-change:kms: Update kms command to latest version 1.17.13 api-change:rds: Update rds command to latest version api-change:robomaker: Update robomaker command to latest version api-change:imagebuilder: Update imagebuilder command to latest version 1.17.12 api-change:codebuild: Update codebuild command to latest version api-change:ec2: Update ec2 command to latest version api-change:ebs: Update ebs command to latest version api-change:lex-models: Update lex-models command to latest version api-change:appsync: Update appsync command to latest version api-change:ecr: Update ecr command to latest version 1.17.11 api-change:ec2: Update ec2 command to latest version api-change:dlm: Update dlm command to latest version api-change:securityhub: Update securityhub command to latest version api-change:mediaconvert: Update mediaconvert command to latest version api-change:groundstation: Update groundstation command to latest version api-change:resourcegroupstaggingapi: Update resourcegroupstaggingapi command to latest version bugfix:ec2: Fixed a paramter validation bug for the ec2 bundle-instance parameter --storage. api-change:forecastquery: Update forecastquery command to latest version 1.17.10 api-change:workmail: Update workmail command to latest version api-change:ssm: Update ssm command to latest version api-change:kafka: Update kafka command to latest version api-change:ec2: Update ec2 command to latest version api-change:storagegateway: Update storagegateway command to latest version api-change:cloudfront: Update cloudfront command to latest version api-change:iot: Update iot command to latest version 1.17.9 api-change:eks: Update eks command to latest version api-change:opsworkscm: Update opsworkscm command to latest version api-change:workspaces: Update workspaces command to latest version api-change:datasync: Update datasync command to latest version api-change:ecs: Update ecs command to latest version 1.17.8 api-change:rds: Update rds command to latest version api-change:iam: Update iam command to latest version 1.17.7 api-change:discovery: Update discovery command to latest version api-change:iotevents: Update iotevents command to latest version api-change:marketplacecommerceanalytics: Update marketplacecommerceanalytics command to latest version api-change:codepipeline: Update codepipeline command to latest version api-change:ec2: Update ec2 command to latest version 1.17.6 api-change:ec2: Update ec2 command to latest version api-change:lambda: Update lambda command to latest version api-change:kms: Update kms command to latest version api-change:application-insights: Update application-insights command to latest version api-change:alexaforbusiness: Update alexaforbusiness command to latest version api-change:cloudwatch: Update cloudwatch command to latest version 1.17.5 api-change:batch: Update batch command to latest version api-change:cloudhsmv2: Update cloudhsmv2 command to latest version api-change:mediaconvert: Update mediaconvert command to latest version api-change:neptune: Update neptune command to latest version api-change:redshift: Update redshift command to latest version api-change:ecs: Update ecs command to latest version 1.17.4 api-change:ec2: Update ec2 command to latest version api-change:sagemaker: Update sagemaker command to latest version api-change:ds: Update ds command to latest version 1.17.3 api-change:ec2: Update ec2 command to latest version api-change:organizations: Update organizations command to latest version api-change:securityhub: Update securityhub command to latest version api-change:ssm: Update ssm command to latest version 1.17.2 api-change:ec2: Update ec2 command to latest version 1.17.1 api-change:ec2: Update ec2 command to latest version api-change:backup: Update backup command to latest version api-change:efs: Update efs command to latest version 1.17.0 api-change:sagemaker: Update sagemaker command to latest version feature:Python: Dropped support for Python 2.6 and 3.3. api-change:transfer: Update transfer command to latest version api-change:workspaces: Update workspaces command to latest version api-change:rds: Update rds command to latest version api-change:chime: Update chime command to latest version api-change:ec2: Update ec2 command to latest version
25 lines
850 B
Makefile
25 lines
850 B
Makefile
# $NetBSD: Makefile,v 1.32 2020/02/19 09:34:56 adam Exp $
|
|
|
|
DISTNAME= awscli-1.18.2
|
|
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.15.2:../../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.3.0:../../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"
|