From owner-svn-ports-head@freebsd.org Wed Sep 27 19:53:22 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 49BF8E0DF28; Wed, 27 Sep 2017 19:53:22 +0000 (UTC) (envelope-from wg@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 23D4184ADD; Wed, 27 Sep 2017 19:53:22 +0000 (UTC) (envelope-from wg@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v8RJrLmm026251; Wed, 27 Sep 2017 19:53:21 GMT (envelope-from wg@FreeBSD.org) Received: (from wg@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8RJrKYg026247; Wed, 27 Sep 2017 19:53:20 GMT (envelope-from wg@FreeBSD.org) Message-Id: <201709271953.v8RJrKYg026247@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wg set sender to wg@FreeBSD.org using -f From: William Grzybowski Date: Wed, 27 Sep 2017 19:53:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450785 - in head/www: . py-google-cloud-storage X-SVN-Group: ports-head X-SVN-Commit-Author: wg X-SVN-Commit-Paths: in head/www: . py-google-cloud-storage X-SVN-Commit-Revision: 450785 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Sep 2017 19:53:22 -0000 Author: wg Date: Wed Sep 27 19:53:20 2017 New Revision: 450785 URL: https://svnweb.freebsd.org/changeset/ports/450785 Log: www/py-google-cloud-storage: Python Client for Google Cloud Storage Google Cloud Storage allows you to store data on Google infrastructure with very high reliability, performance and availability, and can be used to distribute large data objects to users via direct download. WWW: https://pypi.python.org/pypi/google-cloud-storage Added: head/www/py-google-cloud-storage/ head/www/py-google-cloud-storage/Makefile (contents, props changed) head/www/py-google-cloud-storage/distinfo (contents, props changed) head/www/py-google-cloud-storage/pkg-descr (contents, props changed) Modified: head/www/Makefile Modified: head/www/Makefile ============================================================================== --- head/www/Makefile Wed Sep 27 19:48:32 2017 (r450784) +++ head/www/Makefile Wed Sep 27 19:53:20 2017 (r450785) @@ -1669,6 +1669,7 @@ SUBDIR += py-google SUBDIR += py-google-api-python-client SUBDIR += py-google-cloud-core + SUBDIR += py-google-cloud-storage SUBDIR += py-google-resumable-media SUBDIR += py-graphite-api SUBDIR += py-graphite-web Added: head/www/py-google-cloud-storage/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/py-google-cloud-storage/Makefile Wed Sep 27 19:53:20 2017 (r450785) @@ -0,0 +1,22 @@ +# $FreeBSD$ + +PORTNAME= google-cloud-storage +PORTVERSION= 1.4.0 +CATEGORIES= www python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= wg@FreeBSD.org +COMMENT= Python Client for Google Cloud Storage + +LICENSE= APACHE20 + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}google-cloud-core>0:www/py-google-cloud-core \ + ${PYTHON_PKGNAMEPREFIX}google-auth>0:security/py-google-auth \ + ${PYTHON_PKGNAMEPREFIX}google-resumable-media>0:www/py-google-resumable-media \ + ${PYTHON_PKGNAMEPREFIX}requests>0:www/py-requests + +USES= python +USE_PYTHON= distutils concurrent autoplist + +.include Added: head/www/py-google-cloud-storage/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/py-google-cloud-storage/distinfo Wed Sep 27 19:53:20 2017 (r450785) @@ -0,0 +1,3 @@ +TIMESTAMP = 1506508932 +SHA256 (google-cloud-storage-1.4.0.tar.gz) = c108a0690db4abe748d6fc5dce9f1261f99ba119301734901985d7d70ebb2858 +SIZE (google-cloud-storage-1.4.0.tar.gz) = 5344989 Added: head/www/py-google-cloud-storage/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/py-google-cloud-storage/pkg-descr Wed Sep 27 19:53:20 2017 (r450785) @@ -0,0 +1,5 @@ +Google Cloud Storage allows you to store data on Google infrastructure with +very high reliability, performance and availability, and can be used to +distribute large data objects to users via direct download. + +WWW: https://pypi.python.org/pypi/google-cloud-storage