diff options
author | wg <wg@FreeBSD.org> | 2017-09-28 03:53:20 +0800 |
---|---|---|
committer | wg <wg@FreeBSD.org> | 2017-09-28 03:53:20 +0800 |
commit | 37353b8f0271853f0fd722b45cda58e8d3d5f660 (patch) | |
tree | 51ba702b52ad8b981bf4280514450419ecdc7366 /www | |
parent | ed185f117702f9b204fbfc57a82e94c25b7faa74 (diff) | |
download | freebsd-ports-gnome-37353b8f0271853f0fd722b45cda58e8d3d5f660.tar.gz freebsd-ports-gnome-37353b8f0271853f0fd722b45cda58e8d3d5f660.tar.zst freebsd-ports-gnome-37353b8f0271853f0fd722b45cda58e8d3d5f660.zip |
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
Diffstat (limited to 'www')
-rw-r--r-- | www/Makefile | 1 | ||||
-rw-r--r-- | www/py-google-cloud-storage/Makefile | 22 | ||||
-rw-r--r-- | www/py-google-cloud-storage/distinfo | 3 | ||||
-rw-r--r-- | www/py-google-cloud-storage/pkg-descr | 5 |
4 files changed, 31 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index 76e1457e7ccc..0d722eee10ec 100644 --- a/www/Makefile +++ b/www/Makefile @@ -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 diff --git a/www/py-google-cloud-storage/Makefile b/www/py-google-cloud-storage/Makefile new file mode 100644 index 000000000000..8ff4d115dd1b --- /dev/null +++ b/www/py-google-cloud-storage/Makefile @@ -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 <bsd.port.mk> diff --git a/www/py-google-cloud-storage/distinfo b/www/py-google-cloud-storage/distinfo new file mode 100644 index 000000000000..eda753f478dc --- /dev/null +++ b/www/py-google-cloud-storage/distinfo @@ -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 diff --git a/www/py-google-cloud-storage/pkg-descr b/www/py-google-cloud-storage/pkg-descr new file mode 100644 index 000000000000..2b54b8daeb4b --- /dev/null +++ b/www/py-google-cloud-storage/pkg-descr @@ -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 |