mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
* devel/awscli - update to 1.3.2
* devel/py-botocore - update to 0.36.0 * devel/py-jmespath - update to 0.3.1 Approved by: wg (mentor)
This commit is contained in:
parent
a1bcf95cef
commit
84a5b341fa
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=349245
6 changed files with 11 additions and 11 deletions
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= awscli
|
||||
PORTVERSION= 1.2.8
|
||||
PORTVERSION= 1.3.2
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= CHEESESHOP
|
||||
MASTER_SITE_SUBDIR=source/a/awscli
|
||||
|
@ -13,7 +13,7 @@ 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.28:${PORTSDIR}/devel/py-botocore \
|
||||
${PYTHON_PKGNAMEPREFIX}botocore>=0.36:${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 \
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (awscli-1.2.8.tar.gz) = 01c5e2ba9a941a2d38cf141bde6f599f06f45132ee21acc1deb34a2cf1b00bed
|
||||
SIZE (awscli-1.2.8.tar.gz) = 144192
|
||||
SHA256 (awscli-1.3.2.tar.gz) = 680a26818eed44b32b8bf464b439a7dbd9d0dd86b3455979a249ca930349848f
|
||||
SIZE (awscli-1.3.2.tar.gz) = 170349
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= botocore
|
||||
PORTVERSION= 0.28.0
|
||||
PORTVERSION= 0.36.0
|
||||
CATEGORIES= devel python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
@ -13,7 +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.2.0:${PORTSDIR}/devel/py-jmespath \
|
||||
${PYTHON_PKGNAMEPREFIX}jmespath>=0.3.1:${PORTSDIR}/devel/py-jmespath \
|
||||
${PYTHON_PKGNAMEPREFIX}six>=1.1.0:${PORTSDIR}/devel/py-six
|
||||
|
||||
USE_PYTHON= yes
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (botocore-0.28.0.tar.gz) = 5a1af796667791ff5b1aa50f53c9685e99ecdba711b352e0de3fa1b5bbd99743
|
||||
SIZE (botocore-0.28.0.tar.gz) = 1395138
|
||||
SHA256 (botocore-0.36.0.tar.gz) = b45ab1e27a111283c07a3c4e825abb634cebd2f51b94aae129188f546b66872d
|
||||
SIZE (botocore-0.36.0.tar.gz) = 2086557
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= jmespath
|
||||
PORTVERSION= 0.2.0
|
||||
PORTVERSION= 0.3.1
|
||||
CATEGORIES= devel python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (jmespath-0.2.0.tar.gz) = f2a2d56241ce57b447510b2a637838c4c80248275a5021c1e3eecb2138ed6c57
|
||||
SIZE (jmespath-0.2.0.tar.gz) = 12251
|
||||
SHA256 (jmespath-0.3.1.tar.gz) = 92f8a5b50c80c7f9eb174aea8949cfe544e6901f6ba45ea636433bd979592074
|
||||
SIZE (jmespath-0.3.1.tar.gz) = 21482
|
||||
|
|
Loading…
Add table
Reference in a new issue