mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-05 06:27:37 +00:00
www/py-boto3: Update to 1.9.156
Changelog: https://github.com/boto/boto3/blob/1.9.156/CHANGELOG.rst
This commit is contained in:
parent
6d22b3735c
commit
f9028fc808
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=502924
@ -2,9 +2,8 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= boto3
|
||||
PORTVERSION= 1.9.142
|
||||
PORTVERSION= 1.9.156
|
||||
CATEGORIES= www python devel
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
MAINTAINER= koobs@FreeBSD.org
|
||||
@ -13,17 +12,20 @@ COMMENT= AWS SDK for Python
|
||||
LICENSE= APACHE20
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}botocore>=1.12.142:devel/py-botocore@${PY_FLAVOR} # <1.13.0
|
||||
RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}jmespath>=0.7.1:devel/py-jmespath@${PY_FLAVOR} # <1.0.0
|
||||
RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}s3transfer>=0.2.0:net/py-s3transfer@${PY_FLAVOR} # <0.3.0
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}botocore>=1.12.156,<1.13.0:devel/py-botocore@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}jmespath>=0.7.1,<1.0.0:devel/py-jmespath@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}s3transfer>=0.2.0,<0.3.0:net/py-s3transfer@${PY_FLAVOR}
|
||||
|
||||
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}nose>0:devel/py-nose@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}mock>0:devel/py-mock@${PY_FLAVOR}
|
||||
|
||||
# Actually 2.6-2.7,3.3-3.7
|
||||
USES= python
|
||||
USE_GITHUB= yes # tests missing from PyPI sdist
|
||||
USE_PYTHON= autoplist distutils
|
||||
|
||||
GH_ACCOUNT= boto
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
# setup.py test runs integration tests which fail
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1557032309
|
||||
SHA256 (boto3-1.9.142.tar.gz) = b2327f4dc2ca0e45da59b2f4a0085a3c356a0423ba0fa4f3fad4f7919c6be2f7
|
||||
SIZE (boto3-1.9.142.tar.gz) = 94922
|
||||
TIMESTAMP = 1559103450
|
||||
SHA256 (boto-boto3-1.9.156_GH0.tar.gz) = da97c803177f26bd08922f5e98d4532f304d0f644adb1515510facd3d41ce0e9
|
||||
SIZE (boto-boto3-1.9.156_GH0.tar.gz) = 262851
|
||||
|
Loading…
Reference in New Issue
Block a user