Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 1 Sep 2018 00:24:47 +0000 (UTC)
From:      "Danilo G. Baio" <dbaio@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r478644 - head/www/py-google-cloud-storage
Message-ID:  <201809010024.w810Ol5w044315@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: dbaio
Date: Sat Sep  1 00:24:46 2018
New Revision: 478644
URL: https://svnweb.freebsd.org/changeset/ports/478644

Log:
  www/py-google-cloud-storage: Update 1.10.0
  
  - Add LICENSE_FILE
  - Set architecture neutral (qa warning)
  
  Approved by:	wg (maintainer)
  Differential Revision:	https://reviews.freebsd.org/D16964

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	Sat Sep  1 00:23:47 2018	(r478643)
+++ head/www/py-google-cloud-storage/Makefile	Sat Sep  1 00:24:46 2018	(r478644)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	google-cloud-storage
-PORTVERSION=	1.4.0
+PORTVERSION=	1.10.0
 CATEGORIES=	www python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -10,13 +10,15 @@ MAINTAINER=	wg@FreeBSD.org
 COMMENT=	Python Client for Google Cloud Storage
 
 LICENSE=	APACHE20
+LICENSE_FILE=	${WRKSRC}/LICENSE
 
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}google-cloud-core>0:www/py-google-cloud-core@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}google-auth>0:security/py-google-auth@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}google-resumable-media>0:www/py-google-resumable-media@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}requests>0:www/py-requests@${PY_FLAVOR}
+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} \
+		${PYTHON_PKGNAMEPREFIX}google-resumable-media>=0.3.1:www/py-google-resumable-media@${PY_FLAVOR}
 
 USES=		python
 USE_PYTHON=	distutils concurrent autoplist
+
+NO_ARCH=	yes
 
 .include <bsd.port.mk>

Modified: head/www/py-google-cloud-storage/distinfo
==============================================================================
--- head/www/py-google-cloud-storage/distinfo	Sat Sep  1 00:23:47 2018	(r478643)
+++ head/www/py-google-cloud-storage/distinfo	Sat Sep  1 00:24:46 2018	(r478644)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1506508932
-SHA256 (google-cloud-storage-1.4.0.tar.gz) = c108a0690db4abe748d6fc5dce9f1261f99ba119301734901985d7d70ebb2858
-SIZE (google-cloud-storage-1.4.0.tar.gz) = 5344989
+TIMESTAMP = 1535500633
+SHA256 (google-cloud-storage-1.10.0.tar.gz) = c1969558df8d7994cf4f89f60c01c619d77fc19facb38f66640d1f749a663e2e
+SIZE (google-cloud-storage-1.10.0.tar.gz) = 5361089



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201809010024.w810Ol5w044315>