pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net Add a package for py-gsutil, version 4.28.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/cdaf10628213
branches:  trunk
changeset: 373706:cdaf10628213
user:      bsiegert <bsiegert%pkgsrc.org@localhost>
date:      Mon Jan 08 19:01:20 2018 +0000

description:
Add a package for py-gsutil, version 4.28.

gsutil is a Python application that lets you access Google Cloud Storage and
Amazon S3 from the command line. You can use gsutil to do a wide range of
bucket and object management tasks, including:

* Creating and deleting buckets
* Uploading, downloading, and deleting objects
* Listing buckets and objects
* Moving, copying, and renaming objects
* Editing object and bucket ACLs

diffstat:

 net/Makefile           |    3 +-
 net/py-gsutil/DESCR    |    9 +
 net/py-gsutil/Makefile |   18 +
 net/py-gsutil/PLIST    |  571 +++++++++++++++++++++++++++++++++++++++++++++++++
 net/py-gsutil/distinfo |    6 +
 5 files changed, 606 insertions(+), 1 deletions(-)

diffs (truncated from 637 to 300 lines):

diff -r 733436073b1e -r cdaf10628213 net/Makefile
--- a/net/Makefile      Mon Jan 08 18:37:49 2018 +0000
+++ b/net/Makefile      Mon Jan 08 19:01:20 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1196 2017/12/31 15:23:24 bsiegert Exp $
+# $NetBSD: Makefile,v 1.1197 2018/01/08 19:01:20 bsiegert Exp $
 #
 
 COMMENT=       Networking tools
@@ -648,6 +648,7 @@
 SUBDIR+=       py-geventhttpclient
 SUBDIR+=       py-google
 SUBDIR+=       py-google-cloud-sdk
+SUBDIR+=       py-gsutil
 SUBDIR+=       py-hatop
 SUBDIR+=       py-hpack
 SUBDIR+=       py-ipaddress
diff -r 733436073b1e -r cdaf10628213 net/py-gsutil/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/py-gsutil/DESCR       Mon Jan 08 19:01:20 2018 +0000
@@ -0,0 +1,9 @@
+gsutil is a Python application that lets you access Google Cloud Storage and
+Amazon S3 from the command line. You can use gsutil to do a wide range of
+bucket and object management tasks, including:
+
+* Creating and deleting buckets
+* Uploading, downloading, and deleting objects
+* Listing buckets and objects
+* Moving, copying, and renaming objects
+* Editing object and bucket ACLs
diff -r 733436073b1e -r cdaf10628213 net/py-gsutil/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/py-gsutil/Makefile    Mon Jan 08 19:01:20 2018 +0000
@@ -0,0 +1,18 @@
+# $NetBSD: Makefile,v 1.1 2018/01/08 19:01:20 bsiegert Exp $
+
+DISTNAME=      gsutil-4.28
+PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=    net
+MASTER_SITES=  ${MASTER_SITE_PYPI:=g/gsutil/}
+
+MAINTAINER=    bsiegert%NetBSD.org@localhost
+HOMEPAGE=      https://cloud.google.com/storage/docs/gsutil
+COMMENT=       Command line tool for interacting with cloud storage services
+LICENSE=       apache-2.0
+
+PYTHON_VERSIONS_ACCEPTED=      27
+REPLACE_PYTHON=                        test/gsutil_measure_imports
+
+.include "../../lang/python/application.mk"
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 733436073b1e -r cdaf10628213 net/py-gsutil/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/py-gsutil/PLIST       Mon Jan 08 19:01:20 2018 +0000
@@ -0,0 +1,571 @@
+@comment $NetBSD: PLIST,v 1.1 2018/01/08 19:01:20 bsiegert Exp $
+bin/gsutil
+${PYSITELIB}/gslib/CHECKSUM
+${PYSITELIB}/gslib/README
+${PYSITELIB}/gslib/VERSION
+${PYSITELIB}/gslib/__init__.py
+${PYSITELIB}/gslib/__init__.pyc
+${PYSITELIB}/gslib/__init__.pyo
+${PYSITELIB}/gslib/__main__.py
+${PYSITELIB}/gslib/__main__.pyc
+${PYSITELIB}/gslib/__main__.pyo
+${PYSITELIB}/gslib/aclhelpers.py
+${PYSITELIB}/gslib/aclhelpers.pyc
+${PYSITELIB}/gslib/aclhelpers.pyo
+${PYSITELIB}/gslib/addlhelp/__init__.py
+${PYSITELIB}/gslib/addlhelp/__init__.pyc
+${PYSITELIB}/gslib/addlhelp/__init__.pyo
+${PYSITELIB}/gslib/addlhelp/acls.py
+${PYSITELIB}/gslib/addlhelp/acls.pyc
+${PYSITELIB}/gslib/addlhelp/acls.pyo
+${PYSITELIB}/gslib/addlhelp/anon.py
+${PYSITELIB}/gslib/addlhelp/anon.pyc
+${PYSITELIB}/gslib/addlhelp/anon.pyo
+${PYSITELIB}/gslib/addlhelp/apis.py
+${PYSITELIB}/gslib/addlhelp/apis.pyc
+${PYSITELIB}/gslib/addlhelp/apis.pyo
+${PYSITELIB}/gslib/addlhelp/command_opts.py
+${PYSITELIB}/gslib/addlhelp/command_opts.pyc
+${PYSITELIB}/gslib/addlhelp/command_opts.pyo
+${PYSITELIB}/gslib/addlhelp/crc32c.py
+${PYSITELIB}/gslib/addlhelp/crc32c.pyc
+${PYSITELIB}/gslib/addlhelp/crc32c.pyo
+${PYSITELIB}/gslib/addlhelp/creds.py
+${PYSITELIB}/gslib/addlhelp/creds.pyc
+${PYSITELIB}/gslib/addlhelp/creds.pyo
+${PYSITELIB}/gslib/addlhelp/csek.py
+${PYSITELIB}/gslib/addlhelp/csek.pyc
+${PYSITELIB}/gslib/addlhelp/csek.pyo
+${PYSITELIB}/gslib/addlhelp/dev.py
+${PYSITELIB}/gslib/addlhelp/dev.pyc
+${PYSITELIB}/gslib/addlhelp/dev.pyo
+${PYSITELIB}/gslib/addlhelp/encoding.py
+${PYSITELIB}/gslib/addlhelp/encoding.pyc
+${PYSITELIB}/gslib/addlhelp/encoding.pyo
+${PYSITELIB}/gslib/addlhelp/metadata.py
+${PYSITELIB}/gslib/addlhelp/metadata.pyc
+${PYSITELIB}/gslib/addlhelp/metadata.pyo
+${PYSITELIB}/gslib/addlhelp/naming.py
+${PYSITELIB}/gslib/addlhelp/naming.pyc
+${PYSITELIB}/gslib/addlhelp/naming.pyo
+${PYSITELIB}/gslib/addlhelp/prod.py
+${PYSITELIB}/gslib/addlhelp/prod.pyc
+${PYSITELIB}/gslib/addlhelp/prod.pyo
+${PYSITELIB}/gslib/addlhelp/projects.py
+${PYSITELIB}/gslib/addlhelp/projects.pyc
+${PYSITELIB}/gslib/addlhelp/projects.pyo
+${PYSITELIB}/gslib/addlhelp/retries.py
+${PYSITELIB}/gslib/addlhelp/retries.pyc
+${PYSITELIB}/gslib/addlhelp/retries.pyo
+${PYSITELIB}/gslib/addlhelp/security.py
+${PYSITELIB}/gslib/addlhelp/security.pyc
+${PYSITELIB}/gslib/addlhelp/security.pyo
+${PYSITELIB}/gslib/addlhelp/subdirs.py
+${PYSITELIB}/gslib/addlhelp/subdirs.pyc
+${PYSITELIB}/gslib/addlhelp/subdirs.pyo
+${PYSITELIB}/gslib/addlhelp/support.py
+${PYSITELIB}/gslib/addlhelp/support.pyc
+${PYSITELIB}/gslib/addlhelp/support.pyo
+${PYSITELIB}/gslib/addlhelp/throttling.py
+${PYSITELIB}/gslib/addlhelp/throttling.pyc
+${PYSITELIB}/gslib/addlhelp/throttling.pyo
+${PYSITELIB}/gslib/addlhelp/versions.py
+${PYSITELIB}/gslib/addlhelp/versions.pyc
+${PYSITELIB}/gslib/addlhelp/versions.pyo
+${PYSITELIB}/gslib/addlhelp/wildcards.py
+${PYSITELIB}/gslib/addlhelp/wildcards.pyc
+${PYSITELIB}/gslib/addlhelp/wildcards.pyo
+${PYSITELIB}/gslib/boto_resumable_upload.py
+${PYSITELIB}/gslib/boto_resumable_upload.pyc
+${PYSITELIB}/gslib/boto_resumable_upload.pyo
+${PYSITELIB}/gslib/boto_translation.py
+${PYSITELIB}/gslib/boto_translation.pyc
+${PYSITELIB}/gslib/boto_translation.pyo
+${PYSITELIB}/gslib/bucket_listing_ref.py
+${PYSITELIB}/gslib/bucket_listing_ref.pyc
+${PYSITELIB}/gslib/bucket_listing_ref.pyo
+${PYSITELIB}/gslib/cat_helper.py
+${PYSITELIB}/gslib/cat_helper.pyc
+${PYSITELIB}/gslib/cat_helper.pyo
+${PYSITELIB}/gslib/cloud_api.py
+${PYSITELIB}/gslib/cloud_api.pyc
+${PYSITELIB}/gslib/cloud_api.pyo
+${PYSITELIB}/gslib/cloud_api_delegator.py
+${PYSITELIB}/gslib/cloud_api_delegator.pyc
+${PYSITELIB}/gslib/cloud_api_delegator.pyo
+${PYSITELIB}/gslib/cloud_api_helper.py
+${PYSITELIB}/gslib/cloud_api_helper.pyc
+${PYSITELIB}/gslib/cloud_api_helper.pyo
+${PYSITELIB}/gslib/command.py
+${PYSITELIB}/gslib/command.pyc
+${PYSITELIB}/gslib/command.pyo
+${PYSITELIB}/gslib/command_argument.py
+${PYSITELIB}/gslib/command_argument.pyc
+${PYSITELIB}/gslib/command_argument.pyo
+${PYSITELIB}/gslib/command_runner.py
+${PYSITELIB}/gslib/command_runner.pyc
+${PYSITELIB}/gslib/command_runner.pyo
+${PYSITELIB}/gslib/commands/__init__.py
+${PYSITELIB}/gslib/commands/__init__.pyc
+${PYSITELIB}/gslib/commands/__init__.pyo
+${PYSITELIB}/gslib/commands/acl.py
+${PYSITELIB}/gslib/commands/acl.pyc
+${PYSITELIB}/gslib/commands/acl.pyo
+${PYSITELIB}/gslib/commands/cat.py
+${PYSITELIB}/gslib/commands/cat.pyc
+${PYSITELIB}/gslib/commands/cat.pyo
+${PYSITELIB}/gslib/commands/compose.py
+${PYSITELIB}/gslib/commands/compose.pyc
+${PYSITELIB}/gslib/commands/compose.pyo
+${PYSITELIB}/gslib/commands/config.py
+${PYSITELIB}/gslib/commands/config.pyc
+${PYSITELIB}/gslib/commands/config.pyo
+${PYSITELIB}/gslib/commands/cors.py
+${PYSITELIB}/gslib/commands/cors.pyc
+${PYSITELIB}/gslib/commands/cors.pyo
+${PYSITELIB}/gslib/commands/cp.py
+${PYSITELIB}/gslib/commands/cp.pyc
+${PYSITELIB}/gslib/commands/cp.pyo
+${PYSITELIB}/gslib/commands/defacl.py
+${PYSITELIB}/gslib/commands/defacl.pyc
+${PYSITELIB}/gslib/commands/defacl.pyo
+${PYSITELIB}/gslib/commands/defstorageclass.py
+${PYSITELIB}/gslib/commands/defstorageclass.pyc
+${PYSITELIB}/gslib/commands/defstorageclass.pyo
+${PYSITELIB}/gslib/commands/du.py
+${PYSITELIB}/gslib/commands/du.pyc
+${PYSITELIB}/gslib/commands/du.pyo
+${PYSITELIB}/gslib/commands/hash.py
+${PYSITELIB}/gslib/commands/hash.pyc
+${PYSITELIB}/gslib/commands/hash.pyo
+${PYSITELIB}/gslib/commands/help.py
+${PYSITELIB}/gslib/commands/help.pyc
+${PYSITELIB}/gslib/commands/help.pyo
+${PYSITELIB}/gslib/commands/iam.py
+${PYSITELIB}/gslib/commands/iam.pyc
+${PYSITELIB}/gslib/commands/iam.pyo
+${PYSITELIB}/gslib/commands/label.py
+${PYSITELIB}/gslib/commands/label.pyc
+${PYSITELIB}/gslib/commands/label.pyo
+${PYSITELIB}/gslib/commands/lifecycle.py
+${PYSITELIB}/gslib/commands/lifecycle.pyc
+${PYSITELIB}/gslib/commands/lifecycle.pyo
+${PYSITELIB}/gslib/commands/logging.py
+${PYSITELIB}/gslib/commands/logging.pyc
+${PYSITELIB}/gslib/commands/logging.pyo
+${PYSITELIB}/gslib/commands/ls.py
+${PYSITELIB}/gslib/commands/ls.pyc
+${PYSITELIB}/gslib/commands/ls.pyo
+${PYSITELIB}/gslib/commands/mb.py
+${PYSITELIB}/gslib/commands/mb.pyc
+${PYSITELIB}/gslib/commands/mb.pyo
+${PYSITELIB}/gslib/commands/mv.py
+${PYSITELIB}/gslib/commands/mv.pyc
+${PYSITELIB}/gslib/commands/mv.pyo
+${PYSITELIB}/gslib/commands/notification.py
+${PYSITELIB}/gslib/commands/notification.pyc
+${PYSITELIB}/gslib/commands/notification.pyo
+${PYSITELIB}/gslib/commands/perfdiag.py
+${PYSITELIB}/gslib/commands/perfdiag.pyc
+${PYSITELIB}/gslib/commands/perfdiag.pyo
+${PYSITELIB}/gslib/commands/rb.py
+${PYSITELIB}/gslib/commands/rb.pyc
+${PYSITELIB}/gslib/commands/rb.pyo
+${PYSITELIB}/gslib/commands/requesterpays.py
+${PYSITELIB}/gslib/commands/requesterpays.pyc
+${PYSITELIB}/gslib/commands/requesterpays.pyo
+${PYSITELIB}/gslib/commands/rewrite.py
+${PYSITELIB}/gslib/commands/rewrite.pyc
+${PYSITELIB}/gslib/commands/rewrite.pyo
+${PYSITELIB}/gslib/commands/rm.py
+${PYSITELIB}/gslib/commands/rm.pyc
+${PYSITELIB}/gslib/commands/rm.pyo
+${PYSITELIB}/gslib/commands/rsync.py
+${PYSITELIB}/gslib/commands/rsync.pyc
+${PYSITELIB}/gslib/commands/rsync.pyo
+${PYSITELIB}/gslib/commands/setmeta.py
+${PYSITELIB}/gslib/commands/setmeta.pyc
+${PYSITELIB}/gslib/commands/setmeta.pyo
+${PYSITELIB}/gslib/commands/signurl.py
+${PYSITELIB}/gslib/commands/signurl.pyc
+${PYSITELIB}/gslib/commands/signurl.pyo
+${PYSITELIB}/gslib/commands/stat.py
+${PYSITELIB}/gslib/commands/stat.pyc
+${PYSITELIB}/gslib/commands/stat.pyo
+${PYSITELIB}/gslib/commands/test.py
+${PYSITELIB}/gslib/commands/test.pyc
+${PYSITELIB}/gslib/commands/test.pyo
+${PYSITELIB}/gslib/commands/version.py
+${PYSITELIB}/gslib/commands/version.pyc
+${PYSITELIB}/gslib/commands/version.pyo
+${PYSITELIB}/gslib/commands/versioning.py
+${PYSITELIB}/gslib/commands/versioning.pyc
+${PYSITELIB}/gslib/commands/versioning.pyo
+${PYSITELIB}/gslib/commands/web.py
+${PYSITELIB}/gslib/commands/web.pyc
+${PYSITELIB}/gslib/commands/web.pyo
+${PYSITELIB}/gslib/copy_helper.py
+${PYSITELIB}/gslib/copy_helper.pyc
+${PYSITELIB}/gslib/copy_helper.pyo
+${PYSITELIB}/gslib/cred_types.py
+${PYSITELIB}/gslib/cred_types.pyc
+${PYSITELIB}/gslib/cred_types.pyo
+${PYSITELIB}/gslib/cs_api_map.py
+${PYSITELIB}/gslib/cs_api_map.pyc
+${PYSITELIB}/gslib/cs_api_map.pyo
+${PYSITELIB}/gslib/daisy_chain_wrapper.py
+${PYSITELIB}/gslib/daisy_chain_wrapper.pyc
+${PYSITELIB}/gslib/daisy_chain_wrapper.pyo
+${PYSITELIB}/gslib/data/cacerts.txt
+${PYSITELIB}/gslib/devshell_auth_plugin.py
+${PYSITELIB}/gslib/devshell_auth_plugin.pyc
+${PYSITELIB}/gslib/devshell_auth_plugin.pyo
+${PYSITELIB}/gslib/encryption_helper.py
+${PYSITELIB}/gslib/encryption_helper.pyc
+${PYSITELIB}/gslib/encryption_helper.pyo
+${PYSITELIB}/gslib/exception.py
+${PYSITELIB}/gslib/exception.pyc
+${PYSITELIB}/gslib/exception.pyo
+${PYSITELIB}/gslib/file_part.py
+${PYSITELIB}/gslib/file_part.pyc
+${PYSITELIB}/gslib/file_part.pyo
+${PYSITELIB}/gslib/gcs_json_api.py
+${PYSITELIB}/gslib/gcs_json_api.pyc
+${PYSITELIB}/gslib/gcs_json_api.pyo
+${PYSITELIB}/gslib/gcs_json_credentials.py
+${PYSITELIB}/gslib/gcs_json_credentials.pyc
+${PYSITELIB}/gslib/gcs_json_credentials.pyo
+${PYSITELIB}/gslib/gcs_json_media.py
+${PYSITELIB}/gslib/gcs_json_media.pyc
+${PYSITELIB}/gslib/gcs_json_media.pyo
+${PYSITELIB}/gslib/hashing_helper.py
+${PYSITELIB}/gslib/hashing_helper.pyc
+${PYSITELIB}/gslib/hashing_helper.pyo
+${PYSITELIB}/gslib/help_provider.py



Home | Main Index | Thread Index | Old Index