Update to 1.14.0
- Sort RUN_DEPENDS - Take maintainership Changes: https://github.com/googleapis/google-cloud-python/releases PR: 237241 Submitted by: sunpoet (myself) Approved by: wg (maintainer)
This commit is contained in:
parent
0bab71aac1
commit
4d3ed2bad7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=499058
2 changed files with 7 additions and 8 deletions
|
@ -1,20 +1,19 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= google-cloud-storage
|
||||
PORTVERSION= 1.10.0
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 1.14.0
|
||||
CATEGORIES= www python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
MAINTAINER= wg@FreeBSD.org
|
||||
MAINTAINER= sunpoet@FreeBSD.org
|
||||
COMMENT= Python Client for Google Cloud Storage
|
||||
|
||||
LICENSE= APACHE20
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}google-cloud-core>=0.28.0:www/py-google-cloud-core@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}google-api-core>=0.1.1:www/py-google-api-core@${PY_FLAVOR} \
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}google-api-core>=1.6.0:www/py-google-api-core@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}google-cloud-core>=0.29.0:www/py-google-cloud-core@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}google-resumable-media>=0.3.1:www/py-google-resumable-media@${PY_FLAVOR}
|
||||
|
||||
USES= python
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1535500633
|
||||
SHA256 (google-cloud-storage-1.10.0.tar.gz) = c1969558df8d7994cf4f89f60c01c619d77fc19facb38f66640d1f749a663e2e
|
||||
SIZE (google-cloud-storage-1.10.0.tar.gz) = 5361089
|
||||
TIMESTAMP = 1550367414
|
||||
SHA256 (google-cloud-storage-1.14.0.tar.gz) = aef243b533144c11c9ff750565c43dffe5445debb143697002edb6205f64a437
|
||||
SIZE (google-cloud-storage-1.14.0.tar.gz) = 5372122
|
||||
|
|
Loading…
Reference in a new issue