pkgsrc-Changes archive

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

CVS commit: pkgsrc/net



Module Name:    pkgsrc
Committed By:   bsiegert
Date:           Mon Jan  8 19:01:20 UTC 2018

Modified Files:
        pkgsrc/net: Makefile
Added Files:
        pkgsrc/net/py-gsutil: DESCR Makefile PLIST distinfo

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.1196 -r1.1197 pkgsrc/net/Makefile
cvs rdiff -u -r0 -r1.1 pkgsrc/net/py-gsutil/DESCR \
    pkgsrc/net/py-gsutil/Makefile pkgsrc/net/py-gsutil/PLIST \
    pkgsrc/net/py-gsutil/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/net/Makefile
diff -u pkgsrc/net/Makefile:1.1196 pkgsrc/net/Makefile:1.1197
--- pkgsrc/net/Makefile:1.1196  Sun Dec 31 15:23:24 2017
+++ pkgsrc/net/Makefile Mon Jan  8 19:01:20 2018
@@ -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-gevent
 SUBDIR+=       py-geventhttpclient
 SUBDIR+=       py-google
 SUBDIR+=       py-google-cloud-sdk
+SUBDIR+=       py-gsutil
 SUBDIR+=       py-hatop
 SUBDIR+=       py-hpack
 SUBDIR+=       py-ipaddress

Added files:

Index: pkgsrc/net/py-gsutil/DESCR
diff -u /dev/null pkgsrc/net/py-gsutil/DESCR:1.1
--- /dev/null   Mon Jan  8 19:01:20 2018
+++ pkgsrc/net/py-gsutil/DESCR  Mon Jan  8 19:01:20 2018
@@ -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
Index: pkgsrc/net/py-gsutil/Makefile
diff -u /dev/null pkgsrc/net/py-gsutil/Makefile:1.1
--- /dev/null   Mon Jan  8 19:01:20 2018
+++ pkgsrc/net/py-gsutil/Makefile       Mon Jan  8 19:01:20 2018
@@ -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"
Index: pkgsrc/net/py-gsutil/PLIST
diff -u /dev/null pkgsrc/net/py-gsutil/PLIST:1.1
--- /dev/null   Mon Jan  8 19:01:20 2018
+++ pkgsrc/net/py-gsutil/PLIST  Mon Jan  8 19:01:20 2018
@@ -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
+${PYSITELIB}/gslib/help_provider.pyc
+${PYSITELIB}/gslib/help_provider.pyo
+${PYSITELIB}/gslib/iamhelpers.py
+${PYSITELIB}/gslib/iamhelpers.pyc
+${PYSITELIB}/gslib/iamhelpers.pyo
+${PYSITELIB}/gslib/ls_helper.py
+${PYSITELIB}/gslib/ls_helper.pyc
+${PYSITELIB}/gslib/ls_helper.pyo
+${PYSITELIB}/gslib/metrics.py
+${PYSITELIB}/gslib/metrics.pyc
+${PYSITELIB}/gslib/metrics.pyo
+${PYSITELIB}/gslib/metrics_reporter.py
+${PYSITELIB}/gslib/metrics_reporter.pyc
+${PYSITELIB}/gslib/metrics_reporter.pyo
+${PYSITELIB}/gslib/metrics_tuple.py
+${PYSITELIB}/gslib/metrics_tuple.pyc
+${PYSITELIB}/gslib/metrics_tuple.pyo
+${PYSITELIB}/gslib/name_expansion.py
+${PYSITELIB}/gslib/name_expansion.pyc
+${PYSITELIB}/gslib/name_expansion.pyo
+${PYSITELIB}/gslib/no_op_auth_plugin.py
+${PYSITELIB}/gslib/no_op_auth_plugin.pyc
+${PYSITELIB}/gslib/no_op_auth_plugin.pyo
+${PYSITELIB}/gslib/no_op_credentials.py
+${PYSITELIB}/gslib/no_op_credentials.pyc
+${PYSITELIB}/gslib/no_op_credentials.pyo
+${PYSITELIB}/gslib/parallel_tracker_file.py
+${PYSITELIB}/gslib/parallel_tracker_file.pyc
+${PYSITELIB}/gslib/parallel_tracker_file.pyo
+${PYSITELIB}/gslib/parallelism_framework_util.py
+${PYSITELIB}/gslib/parallelism_framework_util.pyc
+${PYSITELIB}/gslib/parallelism_framework_util.pyo
+${PYSITELIB}/gslib/plurality_checkable_iterator.py
+${PYSITELIB}/gslib/plurality_checkable_iterator.pyc
+${PYSITELIB}/gslib/plurality_checkable_iterator.pyo
+${PYSITELIB}/gslib/posix_util.py
+${PYSITELIB}/gslib/posix_util.pyc
+${PYSITELIB}/gslib/posix_util.pyo
+${PYSITELIB}/gslib/progress_callback.py
+${PYSITELIB}/gslib/progress_callback.pyc
+${PYSITELIB}/gslib/progress_callback.pyo
+${PYSITELIB}/gslib/project_id.py
+${PYSITELIB}/gslib/project_id.pyc
+${PYSITELIB}/gslib/project_id.pyo
+${PYSITELIB}/gslib/pubsub_api.py
+${PYSITELIB}/gslib/pubsub_api.pyc
+${PYSITELIB}/gslib/pubsub_api.pyo
+${PYSITELIB}/gslib/resumable_streaming_upload.py
+${PYSITELIB}/gslib/resumable_streaming_upload.pyc
+${PYSITELIB}/gslib/resumable_streaming_upload.pyo
+${PYSITELIB}/gslib/seek_ahead_thread.py
+${PYSITELIB}/gslib/seek_ahead_thread.pyc
+${PYSITELIB}/gslib/seek_ahead_thread.pyo
+${PYSITELIB}/gslib/sig_handling.py
+${PYSITELIB}/gslib/sig_handling.pyc
+${PYSITELIB}/gslib/sig_handling.pyo
+${PYSITELIB}/gslib/storage_uri_builder.py
+${PYSITELIB}/gslib/storage_uri_builder.pyc
+${PYSITELIB}/gslib/storage_uri_builder.pyo
+${PYSITELIB}/gslib/storage_url.py
+${PYSITELIB}/gslib/storage_url.pyc
+${PYSITELIB}/gslib/storage_url.pyo
+${PYSITELIB}/gslib/tab_complete.py
+${PYSITELIB}/gslib/tab_complete.pyc
+${PYSITELIB}/gslib/tab_complete.pyo
+${PYSITELIB}/gslib/tests/__init__.py
+${PYSITELIB}/gslib/tests/__init__.pyc
+${PYSITELIB}/gslib/tests/__init__.pyo
+${PYSITELIB}/gslib/tests/mock_cloud_api.py
+${PYSITELIB}/gslib/tests/mock_cloud_api.pyc
+${PYSITELIB}/gslib/tests/mock_cloud_api.pyo
+${PYSITELIB}/gslib/tests/mock_logging_handler.py
+${PYSITELIB}/gslib/tests/mock_logging_handler.pyc
+${PYSITELIB}/gslib/tests/mock_logging_handler.pyo
+${PYSITELIB}/gslib/tests/mock_storage_service.py
+${PYSITELIB}/gslib/tests/mock_storage_service.pyc
+${PYSITELIB}/gslib/tests/mock_storage_service.pyo
+${PYSITELIB}/gslib/tests/rewrite_helper.py
+${PYSITELIB}/gslib/tests/rewrite_helper.pyc
+${PYSITELIB}/gslib/tests/rewrite_helper.pyo
+${PYSITELIB}/gslib/tests/test_Doption.py
+${PYSITELIB}/gslib/tests/test_Doption.pyc
+${PYSITELIB}/gslib/tests/test_Doption.pyo
+${PYSITELIB}/gslib/tests/test_acl.py
+${PYSITELIB}/gslib/tests/test_acl.pyc
+${PYSITELIB}/gslib/tests/test_acl.pyo
+${PYSITELIB}/gslib/tests/test_bucketconfig.py
+${PYSITELIB}/gslib/tests/test_bucketconfig.pyc
+${PYSITELIB}/gslib/tests/test_bucketconfig.pyo
+${PYSITELIB}/gslib/tests/test_cat.py
+${PYSITELIB}/gslib/tests/test_cat.pyc
+${PYSITELIB}/gslib/tests/test_cat.pyo
+${PYSITELIB}/gslib/tests/test_command_runner.py
+${PYSITELIB}/gslib/tests/test_command_runner.pyc
+${PYSITELIB}/gslib/tests/test_command_runner.pyo
+${PYSITELIB}/gslib/tests/test_compose.py
+${PYSITELIB}/gslib/tests/test_compose.pyc
+${PYSITELIB}/gslib/tests/test_compose.pyo
+${PYSITELIB}/gslib/tests/test_copy_helper_funcs.py
+${PYSITELIB}/gslib/tests/test_copy_helper_funcs.pyc
+${PYSITELIB}/gslib/tests/test_copy_helper_funcs.pyo
+${PYSITELIB}/gslib/tests/test_copy_objects_iterator.py
+${PYSITELIB}/gslib/tests/test_copy_objects_iterator.pyc
+${PYSITELIB}/gslib/tests/test_copy_objects_iterator.pyo
+${PYSITELIB}/gslib/tests/test_cors.py
+${PYSITELIB}/gslib/tests/test_cors.pyc
+${PYSITELIB}/gslib/tests/test_cors.pyo
+${PYSITELIB}/gslib/tests/test_cp.py
+${PYSITELIB}/gslib/tests/test_cp.pyc
+${PYSITELIB}/gslib/tests/test_cp.pyo
+${PYSITELIB}/gslib/tests/test_creds_config.py
+${PYSITELIB}/gslib/tests/test_creds_config.pyc
+${PYSITELIB}/gslib/tests/test_creds_config.pyo
+${PYSITELIB}/gslib/tests/test_daisy_chain_wrapper.py
+${PYSITELIB}/gslib/tests/test_daisy_chain_wrapper.pyc
+${PYSITELIB}/gslib/tests/test_daisy_chain_wrapper.pyo
+${PYSITELIB}/gslib/tests/test_data/test.gif
+${PYSITELIB}/gslib/tests/test_data/test.json
+${PYSITELIB}/gslib/tests/test_data/test.mp3
+${PYSITELIB}/gslib/tests/test_data/test.p12
+${PYSITELIB}/gslib/tests/test_data/test.txt
+${PYSITELIB}/gslib/tests/test_defacl.py
+${PYSITELIB}/gslib/tests/test_defacl.pyc
+${PYSITELIB}/gslib/tests/test_defacl.pyo
+${PYSITELIB}/gslib/tests/test_defstorageclass.py
+${PYSITELIB}/gslib/tests/test_defstorageclass.pyc
+${PYSITELIB}/gslib/tests/test_defstorageclass.pyo
+${PYSITELIB}/gslib/tests/test_du.py
+${PYSITELIB}/gslib/tests/test_du.pyc
+${PYSITELIB}/gslib/tests/test_du.pyo
+${PYSITELIB}/gslib/tests/test_encryption_helper.py
+${PYSITELIB}/gslib/tests/test_encryption_helper.pyc
+${PYSITELIB}/gslib/tests/test_encryption_helper.pyo
+${PYSITELIB}/gslib/tests/test_file_part.py
+${PYSITELIB}/gslib/tests/test_file_part.pyc
+${PYSITELIB}/gslib/tests/test_file_part.pyo
+${PYSITELIB}/gslib/tests/test_gsutil.py
+${PYSITELIB}/gslib/tests/test_gsutil.pyc
+${PYSITELIB}/gslib/tests/test_gsutil.pyo
+${PYSITELIB}/gslib/tests/test_hash.py
+${PYSITELIB}/gslib/tests/test_hash.pyc
+${PYSITELIB}/gslib/tests/test_hash.pyo
+${PYSITELIB}/gslib/tests/test_hashing_helper.py
+${PYSITELIB}/gslib/tests/test_hashing_helper.pyc
+${PYSITELIB}/gslib/tests/test_hashing_helper.pyo
+${PYSITELIB}/gslib/tests/test_help.py
+${PYSITELIB}/gslib/tests/test_help.pyc
+${PYSITELIB}/gslib/tests/test_help.pyo
+${PYSITELIB}/gslib/tests/test_iam.py
+${PYSITELIB}/gslib/tests/test_iam.pyc
+${PYSITELIB}/gslib/tests/test_iam.pyo
+${PYSITELIB}/gslib/tests/test_label.py
+${PYSITELIB}/gslib/tests/test_label.pyc
+${PYSITELIB}/gslib/tests/test_label.pyo
+${PYSITELIB}/gslib/tests/test_lifecycle.py
+${PYSITELIB}/gslib/tests/test_lifecycle.pyc
+${PYSITELIB}/gslib/tests/test_lifecycle.pyo
+${PYSITELIB}/gslib/tests/test_logging.py
+${PYSITELIB}/gslib/tests/test_logging.pyc
+${PYSITELIB}/gslib/tests/test_logging.pyo
+${PYSITELIB}/gslib/tests/test_ls.py
+${PYSITELIB}/gslib/tests/test_ls.pyc
+${PYSITELIB}/gslib/tests/test_ls.pyo
+${PYSITELIB}/gslib/tests/test_mb.py
+${PYSITELIB}/gslib/tests/test_mb.pyc
+${PYSITELIB}/gslib/tests/test_mb.pyo
+${PYSITELIB}/gslib/tests/test_metrics.py
+${PYSITELIB}/gslib/tests/test_metrics.pyc
+${PYSITELIB}/gslib/tests/test_metrics.pyo
+${PYSITELIB}/gslib/tests/test_mv.py
+${PYSITELIB}/gslib/tests/test_mv.pyc
+${PYSITELIB}/gslib/tests/test_mv.pyo
+${PYSITELIB}/gslib/tests/test_naming.py
+${PYSITELIB}/gslib/tests/test_naming.pyc
+${PYSITELIB}/gslib/tests/test_naming.pyo
+${PYSITELIB}/gslib/tests/test_notification.py
+${PYSITELIB}/gslib/tests/test_notification.pyc
+${PYSITELIB}/gslib/tests/test_notification.pyo
+${PYSITELIB}/gslib/tests/test_notification_pubsub.py
+${PYSITELIB}/gslib/tests/test_notification_pubsub.pyc
+${PYSITELIB}/gslib/tests/test_notification_pubsub.pyo
+${PYSITELIB}/gslib/tests/test_parallel_cp.py
+${PYSITELIB}/gslib/tests/test_parallel_cp.pyc
+${PYSITELIB}/gslib/tests/test_parallel_cp.pyo
+${PYSITELIB}/gslib/tests/test_parallelism_framework.py
+${PYSITELIB}/gslib/tests/test_parallelism_framework.pyc
+${PYSITELIB}/gslib/tests/test_parallelism_framework.pyo
+${PYSITELIB}/gslib/tests/test_perfdiag.py
+${PYSITELIB}/gslib/tests/test_perfdiag.pyc
+${PYSITELIB}/gslib/tests/test_perfdiag.pyo
+${PYSITELIB}/gslib/tests/test_plurality_checkable_iterator.py
+${PYSITELIB}/gslib/tests/test_plurality_checkable_iterator.pyc
+${PYSITELIB}/gslib/tests/test_plurality_checkable_iterator.pyo
+${PYSITELIB}/gslib/tests/test_rb.py
+${PYSITELIB}/gslib/tests/test_rb.pyc
+${PYSITELIB}/gslib/tests/test_rb.pyo
+${PYSITELIB}/gslib/tests/test_requester_pays.py
+${PYSITELIB}/gslib/tests/test_requester_pays.pyc
+${PYSITELIB}/gslib/tests/test_requester_pays.pyo
+${PYSITELIB}/gslib/tests/test_resumable_streaming.py
+${PYSITELIB}/gslib/tests/test_resumable_streaming.pyc
+${PYSITELIB}/gslib/tests/test_resumable_streaming.pyo
+${PYSITELIB}/gslib/tests/test_rewrite.py
+${PYSITELIB}/gslib/tests/test_rewrite.pyc
+${PYSITELIB}/gslib/tests/test_rewrite.pyo
+${PYSITELIB}/gslib/tests/test_rm.py
+${PYSITELIB}/gslib/tests/test_rm.pyc
+${PYSITELIB}/gslib/tests/test_rm.pyo
+${PYSITELIB}/gslib/tests/test_rsync.py
+${PYSITELIB}/gslib/tests/test_rsync.pyc
+${PYSITELIB}/gslib/tests/test_rsync.pyo
+${PYSITELIB}/gslib/tests/test_rsync_funcs.py
+${PYSITELIB}/gslib/tests/test_rsync_funcs.pyc
+${PYSITELIB}/gslib/tests/test_rsync_funcs.pyo
+${PYSITELIB}/gslib/tests/test_seek_ahead_thread.py
+${PYSITELIB}/gslib/tests/test_seek_ahead_thread.pyc
+${PYSITELIB}/gslib/tests/test_seek_ahead_thread.pyo
+${PYSITELIB}/gslib/tests/test_setmeta.py
+${PYSITELIB}/gslib/tests/test_setmeta.pyc
+${PYSITELIB}/gslib/tests/test_setmeta.pyo
+${PYSITELIB}/gslib/tests/test_signurl.py
+${PYSITELIB}/gslib/tests/test_signurl.pyc
+${PYSITELIB}/gslib/tests/test_signurl.pyo
+${PYSITELIB}/gslib/tests/test_stat.py
+${PYSITELIB}/gslib/tests/test_stat.pyc
+${PYSITELIB}/gslib/tests/test_stat.pyo
+${PYSITELIB}/gslib/tests/test_storage_url.py
+${PYSITELIB}/gslib/tests/test_storage_url.pyc
+${PYSITELIB}/gslib/tests/test_storage_url.pyo
+${PYSITELIB}/gslib/tests/test_tabcomplete.py
+${PYSITELIB}/gslib/tests/test_tabcomplete.pyc
+${PYSITELIB}/gslib/tests/test_tabcomplete.pyo
+${PYSITELIB}/gslib/tests/test_trace.py
+${PYSITELIB}/gslib/tests/test_trace.pyc
+${PYSITELIB}/gslib/tests/test_trace.pyo
+${PYSITELIB}/gslib/tests/test_tracker_file.py
+${PYSITELIB}/gslib/tests/test_tracker_file.pyc
+${PYSITELIB}/gslib/tests/test_tracker_file.pyo
+${PYSITELIB}/gslib/tests/test_ui.py
+${PYSITELIB}/gslib/tests/test_ui.pyc
+${PYSITELIB}/gslib/tests/test_ui.pyo
+${PYSITELIB}/gslib/tests/test_update.py
+${PYSITELIB}/gslib/tests/test_update.pyc
+${PYSITELIB}/gslib/tests/test_update.pyo
+${PYSITELIB}/gslib/tests/test_util.py
+${PYSITELIB}/gslib/tests/test_util.pyc
+${PYSITELIB}/gslib/tests/test_util.pyo
+${PYSITELIB}/gslib/tests/test_versioning.py
+${PYSITELIB}/gslib/tests/test_versioning.pyc
+${PYSITELIB}/gslib/tests/test_versioning.pyo
+${PYSITELIB}/gslib/tests/test_web.py
+${PYSITELIB}/gslib/tests/test_web.pyc
+${PYSITELIB}/gslib/tests/test_web.pyo
+${PYSITELIB}/gslib/tests/test_wildcard_iterator.py
+${PYSITELIB}/gslib/tests/test_wildcard_iterator.pyc
+${PYSITELIB}/gslib/tests/test_wildcard_iterator.pyo
+${PYSITELIB}/gslib/tests/testcase/__init__.py
+${PYSITELIB}/gslib/tests/testcase/__init__.pyc
+${PYSITELIB}/gslib/tests/testcase/__init__.pyo
+${PYSITELIB}/gslib/tests/testcase/base.py
+${PYSITELIB}/gslib/tests/testcase/base.pyc
+${PYSITELIB}/gslib/tests/testcase/base.pyo
+${PYSITELIB}/gslib/tests/testcase/integration_testcase.py
+${PYSITELIB}/gslib/tests/testcase/integration_testcase.pyc
+${PYSITELIB}/gslib/tests/testcase/integration_testcase.pyo
+${PYSITELIB}/gslib/tests/testcase/unit_testcase.py
+${PYSITELIB}/gslib/tests/testcase/unit_testcase.pyc
+${PYSITELIB}/gslib/tests/testcase/unit_testcase.pyo
+${PYSITELIB}/gslib/tests/util.py
+${PYSITELIB}/gslib/tests/util.pyc
+${PYSITELIB}/gslib/tests/util.pyo
+${PYSITELIB}/gslib/third_party/__init__.py
+${PYSITELIB}/gslib/third_party/__init__.pyc
+${PYSITELIB}/gslib/third_party/__init__.pyo
+${PYSITELIB}/gslib/third_party/pubsub_apitools/__init__.py
+${PYSITELIB}/gslib/third_party/pubsub_apitools/__init__.pyc
+${PYSITELIB}/gslib/third_party/pubsub_apitools/__init__.pyo
+${PYSITELIB}/gslib/third_party/pubsub_apitools/pubsub_v1_client.py
+${PYSITELIB}/gslib/third_party/pubsub_apitools/pubsub_v1_client.pyc
+${PYSITELIB}/gslib/third_party/pubsub_apitools/pubsub_v1_client.pyo
+${PYSITELIB}/gslib/third_party/pubsub_apitools/pubsub_v1_messages.py
+${PYSITELIB}/gslib/third_party/pubsub_apitools/pubsub_v1_messages.pyc
+${PYSITELIB}/gslib/third_party/pubsub_apitools/pubsub_v1_messages.pyo
+${PYSITELIB}/gslib/third_party/storage_apitools/__init__.py
+${PYSITELIB}/gslib/third_party/storage_apitools/__init__.pyc
+${PYSITELIB}/gslib/third_party/storage_apitools/__init__.pyo
+${PYSITELIB}/gslib/third_party/storage_apitools/credentials_lib.py
+${PYSITELIB}/gslib/third_party/storage_apitools/credentials_lib.pyc
+${PYSITELIB}/gslib/third_party/storage_apitools/credentials_lib.pyo
+${PYSITELIB}/gslib/third_party/storage_apitools/storage_v1_client.py
+${PYSITELIB}/gslib/third_party/storage_apitools/storage_v1_client.pyc
+${PYSITELIB}/gslib/third_party/storage_apitools/storage_v1_client.pyo
+${PYSITELIB}/gslib/third_party/storage_apitools/storage_v1_messages.py
+${PYSITELIB}/gslib/third_party/storage_apitools/storage_v1_messages.pyc
+${PYSITELIB}/gslib/third_party/storage_apitools/storage_v1_messages.pyo
+${PYSITELIB}/gslib/thread_message.py
+${PYSITELIB}/gslib/thread_message.pyc
+${PYSITELIB}/gslib/thread_message.pyo
+${PYSITELIB}/gslib/tracker_file.py
+${PYSITELIB}/gslib/tracker_file.pyc
+${PYSITELIB}/gslib/tracker_file.pyo
+${PYSITELIB}/gslib/translation_helper.py
+${PYSITELIB}/gslib/translation_helper.pyc
+${PYSITELIB}/gslib/translation_helper.pyo
+${PYSITELIB}/gslib/ui_controller.py
+${PYSITELIB}/gslib/ui_controller.pyc
+${PYSITELIB}/gslib/ui_controller.pyo
+${PYSITELIB}/gslib/util.py
+${PYSITELIB}/gslib/util.pyc
+${PYSITELIB}/gslib/util.pyo
+${PYSITELIB}/gslib/wildcard_iterator.py
+${PYSITELIB}/gslib/wildcard_iterator.pyc
+${PYSITELIB}/gslib/wildcard_iterator.pyo
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/entry_points.txt
+${PYSITELIB}/${EGG_INFODIR}/requires.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/${EGG_INFODIR}/zip-safe
+${PYSITELIB}/test/__init__.py
+${PYSITELIB}/test/__init__.pyc
+${PYSITELIB}/test/__init__.pyo
+${PYSITELIB}/test/gsutil_measure_imports
+${PYSITELIB}/test/gsutil_measure_imports.py
+${PYSITELIB}/test/gsutil_measure_imports.pyc
+${PYSITELIB}/test/gsutil_measure_imports.pyo
Index: pkgsrc/net/py-gsutil/distinfo
diff -u /dev/null pkgsrc/net/py-gsutil/distinfo:1.1
--- /dev/null   Mon Jan  8 19:01:20 2018
+++ pkgsrc/net/py-gsutil/distinfo       Mon Jan  8 19:01:20 2018
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2018/01/08 19:01:20 bsiegert Exp $
+
+SHA1 (gsutil-4.28.tar.gz) = 365c951a04f28f9a48ab1f3a9079d2bdb9cedff9
+RMD160 (gsutil-4.28.tar.gz) = 5c4f5339866d69e563994b78f732471670b75118
+SHA512 (gsutil-4.28.tar.gz) = afd36e6100b96681fcedaf321a2775c1a6f4dde5b6d28122fb997e27ee3bc5de9235b4115f82014bfb1e371868a88b87803c8b3623040868d48b85e5664ad7fa
+Size (gsutil-4.28.tar.gz) = 791081 bytes



Home | Main Index | Thread Index | Old Index