89e8dc43a2
1.18.75 api-change:servicediscovery: Update servicediscovery command to latest version api-change🛡️ Update shield command to latest version 1.18.74 api-change:apigateway: Update apigateway command to latest version api-change:elasticbeanstalk: Update elasticbeanstalk command to latest version api-change:cloudfront: Update cloudfront command to latest version api-change:servicecatalog: Update servicecatalog command to latest version api-change:personalize-runtime: Update personalize-runtime command to latest version api-change:sagemaker-runtime: Update sagemaker-runtime command to latest version api-change:personalize: Update personalize command to latest version api-change:pinpoint: Update pinpoint command to latest version 1.18.73 api-change:mediapackage-vod: Update mediapackage-vod command to latest version api-change:meteringmarketplace: Update meteringmarketplace command to latest version api-change:lightsail: Update lightsail command to latest version api-change:ssm: Update ssm command to latest version api-change:ec2: Update ec2 command to latest version 1.18.72 api-change:mediaconvert: Update mediaconvert command to latest version api-change:iam: Update iam command to latest version api-change:directconnect: Update directconnect command to latest version api-change:glue: Update glue command to latest version api-change🇪🇸 Update es command to latest version api-change:elasticache: Update elasticache command to latest version 1.18.71 api-change:guardduty: Update guardduty command to latest version 1.18.70 api-change:sagemaker: Update sagemaker command to latest version api-change:emr: Update emr command to latest version api-change:fsx: Update fsx command to latest version api-change:worklink: Update worklink command to latest version api-change:kms: Update kms command to latest version api-change:athena: Update athena command to latest version 1.18.69 api-change:workmail: Update workmail command to latest version api-change:kafka: Update kafka command to latest version api-change:marketplace-catalog: Update marketplace-catalog command to latest version api-change:qldb-session: Update qldb-session command to latest version 1.18.68 api-change:guardduty: Update guardduty command to latest version api-change:elbv2: Update elbv2 command to latest version
25 lines
852 B
Makefile
25 lines
852 B
Makefile
# $NetBSD: Makefile,v 1.36 2020/06/09 08:57:55 adam Exp $
|
|
|
|
DISTNAME= awscli-1.18.75
|
|
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.16.20:../../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"
|