Date: Mon, 15 Apr 2019 21:16:09 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r499058 - head/www/py-google-cloud-storage Message-ID: <201904152116.x3FLG9xu094762@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Mon Apr 15 21:16:09 2019 New Revision: 499058 URL: https://svnweb.freebsd.org/changeset/ports/499058 Log: 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) Modified: head/www/py-google-cloud-storage/Makefile head/www/py-google-cloud-storage/distinfo Modified: head/www/py-google-cloud-storage/Makefile ============================================================================== --- head/www/py-google-cloud-storage/Makefile Mon Apr 15 21:16:04 2019 (r499057) +++ head/www/py-google-cloud-storage/Makefile Mon Apr 15 21:16:09 2019 (r499058) @@ -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 Modified: head/www/py-google-cloud-storage/distinfo ============================================================================== --- head/www/py-google-cloud-storage/distinfo Mon Apr 15 21:16:04 2019 (r499057) +++ head/www/py-google-cloud-storage/distinfo Mon Apr 15 21:16:09 2019 (r499058) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201904152116.x3FLG9xu094762>