mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Update devel/awscli to 1.7.4 and devel/py-botocore to 0.86
PR: 197078 Submitted by: Bradley T. Hughes <bradleythughes@fastmail.fm> Approved by: bapt
This commit is contained in:
parent
109e4b1b21
commit
643d1beb17
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=378755
4 changed files with 9 additions and 11 deletions
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= awscli
|
||||
PORTVERSION= 1.6.5
|
||||
PORTVERSION= 1.7.5
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= CHEESESHOP
|
||||
MASTER_SITE_SUBDIR=source/a/awscli
|
||||
|
@ -13,11 +13,10 @@ COMMENT= Universal Command Line Interface for Amazon Web Services
|
|||
LICENSE= APACHE20
|
||||
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}bcdoc>=0.12.0:${PORTSDIR}/devel/py-bcdoc \
|
||||
${PYTHON_PKGNAMEPREFIX}botocore>=0.76.0:${PORTSDIR}/devel/py-botocore \
|
||||
${PYTHON_PKGNAMEPREFIX}botocore>=0.84.0:${PORTSDIR}/devel/py-botocore \
|
||||
${PYTHON_PKGNAMEPREFIX}colorama>=0.2.5:${PORTSDIR}/devel/py-colorama \
|
||||
${PYTHON_PKGNAMEPREFIX}docutils>=0.10:${PORTSDIR}/textproc/py-docutils \
|
||||
${PYTHON_PKGNAMEPREFIX}rsa>=3.1.2:${PORTSDIR}/security/py-rsa \
|
||||
${PYTHON_PKGNAMEPREFIX}six>=1.1.0:${PORTSDIR}/devel/py-six
|
||||
${PYTHON_PKGNAMEPREFIX}rsa>=3.1.2:${PORTSDIR}/security/py-rsa
|
||||
|
||||
USES= python
|
||||
USE_PYTHON= distutils autoplist
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (awscli-1.6.5.tar.gz) = d90c481dc586350bc30f300a0df613bf87eadadf23560ceee386db344c224771
|
||||
SIZE (awscli-1.6.5.tar.gz) = 274512
|
||||
SHA256 (awscli-1.7.5.tar.gz) = 5b7c789e7b9a586b3a756473dacc8fd31c8ed79bf18bf1da63e2cb570ed434c4
|
||||
SIZE (awscli-1.7.5.tar.gz) = 288553
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= botocore
|
||||
PORTVERSION= 0.76.0
|
||||
PORTVERSION= 0.86.0
|
||||
CATEGORIES= devel python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
@ -13,8 +13,7 @@ COMMENT= Low-level, core functionality of boto 3
|
|||
LICENSE= MIT
|
||||
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dateutil>=2.1:${PORTSDIR}/devel/py-dateutil \
|
||||
${PYTHON_PKGNAMEPREFIX}jmespath>=0.5.0:${PORTSDIR}/devel/py-jmespath \
|
||||
${PYTHON_PKGNAMEPREFIX}six>=1.8.0:${PORTSDIR}/devel/py-six
|
||||
${PYTHON_PKGNAMEPREFIX}jmespath>=0.5.0:${PORTSDIR}/devel/py-jmespath
|
||||
|
||||
USES= python
|
||||
USE_PYTHON= distutils autoplist
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (botocore-0.76.0.tar.gz) = 4aa20887674084a1266204cf6bd57994febfe065ee367e2a846559cd789144cc
|
||||
SIZE (botocore-0.76.0.tar.gz) = 1175249
|
||||
SHA256 (botocore-0.86.0.tar.gz) = a87aacef765dfd19d7346cf1420992ca656a9a2613a5bb84ea35c23e1566a810
|
||||
SIZE (botocore-0.86.0.tar.gz) = 1278024
|
||||
|
|
Loading…
Add table
Reference in a new issue