mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
- Update to 1.11.3
- Remove always - false python 2.6 condition PR: 213421 Submitted by: bradleythughes@fastmail.fm Approved by: alexey@renatasystems.org (maintainer)
This commit is contained in:
parent
39d12e80e2
commit
c7fe971ab1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=424272
2 changed files with 7 additions and 13 deletions
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= awscli
|
||||
PORTVERSION= 1.11.0
|
||||
PORTVERSION= 1.11.3
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= CHEESESHOP
|
||||
|
||||
|
@ -11,9 +11,9 @@ COMMENT= Universal Command Line Interface for Amazon Web Services
|
|||
|
||||
LICENSE= APACHE20
|
||||
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}botocore>=1.4.58:devel/py-botocore \
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}botocore>=1.4.61:devel/py-botocore \
|
||||
${PYTHON_PKGNAMEPREFIX}colorama>=0.2.5:devel/py-colorama \
|
||||
${PYTHON_PKGNAMEPREFIX}s3transfer>=0.1.0:net/py-s3transfer \
|
||||
${PYTHON_PKGNAMEPREFIX}s3transfer>=0.1.5:net/py-s3transfer \
|
||||
${PYTHON_PKGNAMEPREFIX}docutils>=0.10:textproc/py-docutils \
|
||||
${PYTHON_PKGNAMEPREFIX}rsa>=3.1.2:security/py-rsa
|
||||
|
||||
|
@ -21,10 +21,4 @@ USES= python:2
|
|||
USE_PYTHON= autoplist distutils
|
||||
NO_ARCH= yes
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${PYTHON_REL} < 2700
|
||||
RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}argparse>0:devel/py-argparse
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1475481441
|
||||
SHA256 (awscli-1.11.0.tar.gz) = 48f26765be66689ef073e086873b016885f443471e542156d46376b527aa2d63
|
||||
SIZE (awscli-1.11.0.tar.gz) = 497631
|
||||
TIMESTAMP = 1476358807
|
||||
SHA256 (awscli-1.11.3.tar.gz) = 88b90da5a7898a08cfa7d5a1fe5acc85df3330aeebfbce5a63401f57aba3bad5
|
||||
SIZE (awscli-1.11.3.tar.gz) = 497241
|
||||
|
|
Loading…
Add table
Reference in a new issue