pkgsrc-WIP-changes archive

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

Import wip/py-azure-storage-blob to wip



Module Name:	pkgsrc-wip
Committed By:	K.I.A Derouiche <kamel.derouiche%gmail.com@localhost>
Pushed By:	jihbed
Date:		Fri Mar 12 13:19:27 2021 +0100
Changeset:	b0c4477c9fcedd6dd23af79020a44833e15ce016

Added Files:
	py-azure-storage-blob/DESCR
	py-azure-storage-blob/Makefile
	py-azure-storage-blob/PLIST
	py-azure-storage-blob/distinfo

Log Message:
Import wip/py-azure-storage-blob to wip

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=b0c4477c9fcedd6dd23af79020a44833e15ce016

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

diffstat:
 py-azure-storage-blob/DESCR    |  23 +++++
 py-azure-storage-blob/Makefile |  20 ++++
 py-azure-storage-blob/PLIST    | 217 +++++++++++++++++++++++++++++++++++++++++
 py-azure-storage-blob/distinfo |   6 ++
 4 files changed, 266 insertions(+)

diffs:
diff --git a/py-azure-storage-blob/DESCR b/py-azure-storage-blob/DESCR
new file mode 100644
index 0000000000..92a18cd1c7
--- /dev/null
+++ b/py-azure-storage-blob/DESCR
@@ -0,0 +1,23 @@
+TODO: Adjust the following lines from README.md
+
+# Azure Storage Blobs client library for Python
+Azure Blob storage is Microsoft's object storage solution for the cloud. Blob storage is optimized for storing massive amounts of unstructured data, such as text or binary data.
+
+Blob storage is ideal for:
+
+* Serving images or documents directly to a browser
+* Storing files for distributed access
+* Streaming video and audio
+* Storing data for backup and restore, disaster recovery, and archiving
+* Storing data for analysis by an on-premises or Azure-hosted service
+
+[Source code](https://github.com/Azure/azure-sdk-for-python/tree/master/sdk/storage/azure-storage-blob/azure/storage/blob) | [Package (PyPI)](https://pypi.org/project/azure-storage-blob/) | [API reference documentation](https://aka.ms/azsdk-python-storage-blob-ref) | [Product documentation](https://docs.microsoft.com/azure/storage/) | [Samples](https://github.com/Azure/azure-sdk-for-python/tree/master/sdk/storage/azure-storage-blob/samples)
+
+
+## Getting started
+
+### Prerequisites
+* Python 2.7, or 3.5 or later is required to use this package.
+* You must have an [Azure subscription](https://azure.microsoft.com/free/) and an
+[Azure storage account](https://docs.microsoft.com/azure/storage/common/storage-account-overview) to use this package.
+...
diff --git a/py-azure-storage-blob/Makefile b/py-azure-storage-blob/Makefile
new file mode 100644
index 0000000000..71c27fc83c
--- /dev/null
+++ b/py-azure-storage-blob/Makefile
@@ -0,0 +1,20 @@
+# $NetBSD$
+
+DISTNAME=	azure-storage-blob-12.7.1
+PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=	net python
+MASTER_SITES=	${MASTER_SITE_PYPI:=a/azure-storage-blob/}
+EXTRACT_SUFX=	.zip
+
+MAINTAINER=	kamelderouiche%yahoo.com@localhost
+HOMEPAGE=	https://github.com/Azure/azure-sdk-for-python/tree/master/sdk/storage/azure-storage-blob
+COMMENT=	Microsoft Azure Blob Storage Client Library for Python
+LICENSE=	mit
+
+DEPENDS+=	${PYPKGPREFIX}-cryptography>=2.1.4:../../security/py-cryptography
+DEPENDS+=	${PYPKGPREFIX}-azure-core>=1.10.0:../../wip/py-azure-core
+DEPENDS+=	${PYPKGPREFIX}-msrest>=0.6.18:../../wip/py-msrest
+
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/py-azure-storage-blob/PLIST b/py-azure-storage-blob/PLIST
new file mode 100644
index 0000000000..2ac365c2a8
--- /dev/null
+++ b/py-azure-storage-blob/PLIST
@@ -0,0 +1,217 @@
+@comment $NetBSD$
+${PYSITELIB}/azure/storage/blob/__init__.py
+${PYSITELIB}/azure/storage/blob/__init__.pyc
+${PYSITELIB}/azure/storage/blob/__init__.pyo
+${PYSITELIB}/azure/storage/blob/_blob_client.py
+${PYSITELIB}/azure/storage/blob/_blob_client.pyc
+${PYSITELIB}/azure/storage/blob/_blob_client.pyo
+${PYSITELIB}/azure/storage/blob/_blob_service_client.py
+${PYSITELIB}/azure/storage/blob/_blob_service_client.pyc
+${PYSITELIB}/azure/storage/blob/_blob_service_client.pyo
+${PYSITELIB}/azure/storage/blob/_container_client.py
+${PYSITELIB}/azure/storage/blob/_container_client.pyc
+${PYSITELIB}/azure/storage/blob/_container_client.pyo
+${PYSITELIB}/azure/storage/blob/_deserialize.py
+${PYSITELIB}/azure/storage/blob/_deserialize.pyc
+${PYSITELIB}/azure/storage/blob/_deserialize.pyo
+${PYSITELIB}/azure/storage/blob/_download.py
+${PYSITELIB}/azure/storage/blob/_download.pyc
+${PYSITELIB}/azure/storage/blob/_download.pyo
+${PYSITELIB}/azure/storage/blob/_generated/__init__.py
+${PYSITELIB}/azure/storage/blob/_generated/__init__.pyc
+${PYSITELIB}/azure/storage/blob/_generated/__init__.pyo
+${PYSITELIB}/azure/storage/blob/_generated/_azure_blob_storage.py
+${PYSITELIB}/azure/storage/blob/_generated/_azure_blob_storage.pyc
+${PYSITELIB}/azure/storage/blob/_generated/_azure_blob_storage.pyo
+${PYSITELIB}/azure/storage/blob/_generated/_configuration.py
+${PYSITELIB}/azure/storage/blob/_generated/_configuration.pyc
+${PYSITELIB}/azure/storage/blob/_generated/_configuration.pyo
+${PYSITELIB}/azure/storage/blob/_generated/aio/__init__.py
+${PYSITELIB}/azure/storage/blob/_generated/aio/__init__.pyc
+${PYSITELIB}/azure/storage/blob/_generated/aio/__init__.pyo
+${PYSITELIB}/azure/storage/blob/_generated/aio/_azure_blob_storage.py
+${PYSITELIB}/azure/storage/blob/_generated/aio/_azure_blob_storage.pyc
+${PYSITELIB}/azure/storage/blob/_generated/aio/_azure_blob_storage.pyo
+${PYSITELIB}/azure/storage/blob/_generated/aio/_configuration.py
+${PYSITELIB}/azure/storage/blob/_generated/aio/_configuration.pyc
+${PYSITELIB}/azure/storage/blob/_generated/aio/_configuration.pyo
+${PYSITELIB}/azure/storage/blob/_generated/aio/operations/__init__.py
+${PYSITELIB}/azure/storage/blob/_generated/aio/operations/__init__.pyc
+${PYSITELIB}/azure/storage/blob/_generated/aio/operations/__init__.pyo
+${PYSITELIB}/azure/storage/blob/_generated/aio/operations/_append_blob_operations.py
+${PYSITELIB}/azure/storage/blob/_generated/aio/operations/_append_blob_operations.pyc
+${PYSITELIB}/azure/storage/blob/_generated/aio/operations/_append_blob_operations.pyo
+${PYSITELIB}/azure/storage/blob/_generated/aio/operations/_blob_operations.py
+${PYSITELIB}/azure/storage/blob/_generated/aio/operations/_blob_operations.pyc
+${PYSITELIB}/azure/storage/blob/_generated/aio/operations/_blob_operations.pyo
+${PYSITELIB}/azure/storage/blob/_generated/aio/operations/_block_blob_operations.py
+${PYSITELIB}/azure/storage/blob/_generated/aio/operations/_block_blob_operations.pyc
+${PYSITELIB}/azure/storage/blob/_generated/aio/operations/_block_blob_operations.pyo
+${PYSITELIB}/azure/storage/blob/_generated/aio/operations/_container_operations.py
+${PYSITELIB}/azure/storage/blob/_generated/aio/operations/_container_operations.pyc
+${PYSITELIB}/azure/storage/blob/_generated/aio/operations/_container_operations.pyo
+${PYSITELIB}/azure/storage/blob/_generated/aio/operations/_directory_operations.py
+${PYSITELIB}/azure/storage/blob/_generated/aio/operations/_directory_operations.pyc
+${PYSITELIB}/azure/storage/blob/_generated/aio/operations/_directory_operations.pyo
+${PYSITELIB}/azure/storage/blob/_generated/aio/operations/_page_blob_operations.py
+${PYSITELIB}/azure/storage/blob/_generated/aio/operations/_page_blob_operations.pyc
+${PYSITELIB}/azure/storage/blob/_generated/aio/operations/_page_blob_operations.pyo
+${PYSITELIB}/azure/storage/blob/_generated/aio/operations/_service_operations.py
+${PYSITELIB}/azure/storage/blob/_generated/aio/operations/_service_operations.pyc
+${PYSITELIB}/azure/storage/blob/_generated/aio/operations/_service_operations.pyo
+${PYSITELIB}/azure/storage/blob/_generated/models/__init__.py
+${PYSITELIB}/azure/storage/blob/_generated/models/__init__.pyc
+${PYSITELIB}/azure/storage/blob/_generated/models/__init__.pyo
+${PYSITELIB}/azure/storage/blob/_generated/models/_azure_blob_storage_enums.py
+${PYSITELIB}/azure/storage/blob/_generated/models/_azure_blob_storage_enums.pyc
+${PYSITELIB}/azure/storage/blob/_generated/models/_azure_blob_storage_enums.pyo
+${PYSITELIB}/azure/storage/blob/_generated/models/_models.py
+${PYSITELIB}/azure/storage/blob/_generated/models/_models.pyc
+${PYSITELIB}/azure/storage/blob/_generated/models/_models.pyo
+${PYSITELIB}/azure/storage/blob/_generated/models/_models_py3.py
+${PYSITELIB}/azure/storage/blob/_generated/models/_models_py3.pyc
+${PYSITELIB}/azure/storage/blob/_generated/models/_models_py3.pyo
+${PYSITELIB}/azure/storage/blob/_generated/operations/__init__.py
+${PYSITELIB}/azure/storage/blob/_generated/operations/__init__.pyc
+${PYSITELIB}/azure/storage/blob/_generated/operations/__init__.pyo
+${PYSITELIB}/azure/storage/blob/_generated/operations/_append_blob_operations.py
+${PYSITELIB}/azure/storage/blob/_generated/operations/_append_blob_operations.pyc
+${PYSITELIB}/azure/storage/blob/_generated/operations/_append_blob_operations.pyo
+${PYSITELIB}/azure/storage/blob/_generated/operations/_blob_operations.py
+${PYSITELIB}/azure/storage/blob/_generated/operations/_blob_operations.pyc
+${PYSITELIB}/azure/storage/blob/_generated/operations/_blob_operations.pyo
+${PYSITELIB}/azure/storage/blob/_generated/operations/_block_blob_operations.py
+${PYSITELIB}/azure/storage/blob/_generated/operations/_block_blob_operations.pyc
+${PYSITELIB}/azure/storage/blob/_generated/operations/_block_blob_operations.pyo
+${PYSITELIB}/azure/storage/blob/_generated/operations/_container_operations.py
+${PYSITELIB}/azure/storage/blob/_generated/operations/_container_operations.pyc
+${PYSITELIB}/azure/storage/blob/_generated/operations/_container_operations.pyo
+${PYSITELIB}/azure/storage/blob/_generated/operations/_directory_operations.py
+${PYSITELIB}/azure/storage/blob/_generated/operations/_directory_operations.pyc
+${PYSITELIB}/azure/storage/blob/_generated/operations/_directory_operations.pyo
+${PYSITELIB}/azure/storage/blob/_generated/operations/_page_blob_operations.py
+${PYSITELIB}/azure/storage/blob/_generated/operations/_page_blob_operations.pyc
+${PYSITELIB}/azure/storage/blob/_generated/operations/_page_blob_operations.pyo
+${PYSITELIB}/azure/storage/blob/_generated/operations/_service_operations.py
+${PYSITELIB}/azure/storage/blob/_generated/operations/_service_operations.pyc
+${PYSITELIB}/azure/storage/blob/_generated/operations/_service_operations.pyo
+${PYSITELIB}/azure/storage/blob/_lease.py
+${PYSITELIB}/azure/storage/blob/_lease.pyc
+${PYSITELIB}/azure/storage/blob/_lease.pyo
+${PYSITELIB}/azure/storage/blob/_list_blobs_helper.py
+${PYSITELIB}/azure/storage/blob/_list_blobs_helper.pyc
+${PYSITELIB}/azure/storage/blob/_list_blobs_helper.pyo
+${PYSITELIB}/azure/storage/blob/_models.py
+${PYSITELIB}/azure/storage/blob/_models.pyc
+${PYSITELIB}/azure/storage/blob/_models.pyo
+${PYSITELIB}/azure/storage/blob/_quick_query_helper.py
+${PYSITELIB}/azure/storage/blob/_quick_query_helper.pyc
+${PYSITELIB}/azure/storage/blob/_quick_query_helper.pyo
+${PYSITELIB}/azure/storage/blob/_serialize.py
+${PYSITELIB}/azure/storage/blob/_serialize.pyc
+${PYSITELIB}/azure/storage/blob/_serialize.pyo
+${PYSITELIB}/azure/storage/blob/_shared/__init__.py
+${PYSITELIB}/azure/storage/blob/_shared/__init__.pyc
+${PYSITELIB}/azure/storage/blob/_shared/__init__.pyo
+${PYSITELIB}/azure/storage/blob/_shared/authentication.py
+${PYSITELIB}/azure/storage/blob/_shared/authentication.pyc
+${PYSITELIB}/azure/storage/blob/_shared/authentication.pyo
+${PYSITELIB}/azure/storage/blob/_shared/avro/__init__.py
+${PYSITELIB}/azure/storage/blob/_shared/avro/__init__.pyc
+${PYSITELIB}/azure/storage/blob/_shared/avro/__init__.pyo
+${PYSITELIB}/azure/storage/blob/_shared/avro/avro_io.py
+${PYSITELIB}/azure/storage/blob/_shared/avro/avro_io.pyc
+${PYSITELIB}/azure/storage/blob/_shared/avro/avro_io.pyo
+${PYSITELIB}/azure/storage/blob/_shared/avro/avro_io_async.py
+${PYSITELIB}/azure/storage/blob/_shared/avro/avro_io_async.pyc
+${PYSITELIB}/azure/storage/blob/_shared/avro/avro_io_async.pyo
+${PYSITELIB}/azure/storage/blob/_shared/avro/datafile.py
+${PYSITELIB}/azure/storage/blob/_shared/avro/datafile.pyc
+${PYSITELIB}/azure/storage/blob/_shared/avro/datafile.pyo
+${PYSITELIB}/azure/storage/blob/_shared/avro/datafile_async.py
+${PYSITELIB}/azure/storage/blob/_shared/avro/datafile_async.pyc
+${PYSITELIB}/azure/storage/blob/_shared/avro/datafile_async.pyo
+${PYSITELIB}/azure/storage/blob/_shared/avro/schema.py
+${PYSITELIB}/azure/storage/blob/_shared/avro/schema.pyc
+${PYSITELIB}/azure/storage/blob/_shared/avro/schema.pyo
+${PYSITELIB}/azure/storage/blob/_shared/base_client.py
+${PYSITELIB}/azure/storage/blob/_shared/base_client.pyc
+${PYSITELIB}/azure/storage/blob/_shared/base_client.pyo
+${PYSITELIB}/azure/storage/blob/_shared/base_client_async.py
+${PYSITELIB}/azure/storage/blob/_shared/base_client_async.pyc
+${PYSITELIB}/azure/storage/blob/_shared/base_client_async.pyo
+${PYSITELIB}/azure/storage/blob/_shared/constants.py
+${PYSITELIB}/azure/storage/blob/_shared/constants.pyc
+${PYSITELIB}/azure/storage/blob/_shared/constants.pyo
+${PYSITELIB}/azure/storage/blob/_shared/encryption.py
+${PYSITELIB}/azure/storage/blob/_shared/encryption.pyc
+${PYSITELIB}/azure/storage/blob/_shared/encryption.pyo
+${PYSITELIB}/azure/storage/blob/_shared/models.py
+${PYSITELIB}/azure/storage/blob/_shared/models.pyc
+${PYSITELIB}/azure/storage/blob/_shared/models.pyo
+${PYSITELIB}/azure/storage/blob/_shared/parser.py
+${PYSITELIB}/azure/storage/blob/_shared/parser.pyc
+${PYSITELIB}/azure/storage/blob/_shared/parser.pyo
+${PYSITELIB}/azure/storage/blob/_shared/policies.py
+${PYSITELIB}/azure/storage/blob/_shared/policies.pyc
+${PYSITELIB}/azure/storage/blob/_shared/policies.pyo
+${PYSITELIB}/azure/storage/blob/_shared/policies_async.py
+${PYSITELIB}/azure/storage/blob/_shared/policies_async.pyc
+${PYSITELIB}/azure/storage/blob/_shared/policies_async.pyo
+${PYSITELIB}/azure/storage/blob/_shared/request_handlers.py
+${PYSITELIB}/azure/storage/blob/_shared/request_handlers.pyc
+${PYSITELIB}/azure/storage/blob/_shared/request_handlers.pyo
+${PYSITELIB}/azure/storage/blob/_shared/response_handlers.py
+${PYSITELIB}/azure/storage/blob/_shared/response_handlers.pyc
+${PYSITELIB}/azure/storage/blob/_shared/response_handlers.pyo
+${PYSITELIB}/azure/storage/blob/_shared/shared_access_signature.py
+${PYSITELIB}/azure/storage/blob/_shared/shared_access_signature.pyc
+${PYSITELIB}/azure/storage/blob/_shared/shared_access_signature.pyo
+${PYSITELIB}/azure/storage/blob/_shared/uploads.py
+${PYSITELIB}/azure/storage/blob/_shared/uploads.pyc
+${PYSITELIB}/azure/storage/blob/_shared/uploads.pyo
+${PYSITELIB}/azure/storage/blob/_shared/uploads_async.py
+${PYSITELIB}/azure/storage/blob/_shared/uploads_async.pyc
+${PYSITELIB}/azure/storage/blob/_shared/uploads_async.pyo
+${PYSITELIB}/azure/storage/blob/_shared_access_signature.py
+${PYSITELIB}/azure/storage/blob/_shared_access_signature.pyc
+${PYSITELIB}/azure/storage/blob/_shared_access_signature.pyo
+${PYSITELIB}/azure/storage/blob/_upload_helpers.py
+${PYSITELIB}/azure/storage/blob/_upload_helpers.pyc
+${PYSITELIB}/azure/storage/blob/_upload_helpers.pyo
+${PYSITELIB}/azure/storage/blob/_version.py
+${PYSITELIB}/azure/storage/blob/_version.pyc
+${PYSITELIB}/azure/storage/blob/_version.pyo
+${PYSITELIB}/azure/storage/blob/aio/__init__.py
+${PYSITELIB}/azure/storage/blob/aio/__init__.pyc
+${PYSITELIB}/azure/storage/blob/aio/__init__.pyo
+${PYSITELIB}/azure/storage/blob/aio/_blob_client_async.py
+${PYSITELIB}/azure/storage/blob/aio/_blob_client_async.pyc
+${PYSITELIB}/azure/storage/blob/aio/_blob_client_async.pyo
+${PYSITELIB}/azure/storage/blob/aio/_blob_service_client_async.py
+${PYSITELIB}/azure/storage/blob/aio/_blob_service_client_async.pyc
+${PYSITELIB}/azure/storage/blob/aio/_blob_service_client_async.pyo
+${PYSITELIB}/azure/storage/blob/aio/_container_client_async.py
+${PYSITELIB}/azure/storage/blob/aio/_container_client_async.pyc
+${PYSITELIB}/azure/storage/blob/aio/_container_client_async.pyo
+${PYSITELIB}/azure/storage/blob/aio/_download_async.py
+${PYSITELIB}/azure/storage/blob/aio/_download_async.pyc
+${PYSITELIB}/azure/storage/blob/aio/_download_async.pyo
+${PYSITELIB}/azure/storage/blob/aio/_lease_async.py
+${PYSITELIB}/azure/storage/blob/aio/_lease_async.pyc
+${PYSITELIB}/azure/storage/blob/aio/_lease_async.pyo
+${PYSITELIB}/azure/storage/blob/aio/_list_blobs_helper.py
+${PYSITELIB}/azure/storage/blob/aio/_list_blobs_helper.pyc
+${PYSITELIB}/azure/storage/blob/aio/_list_blobs_helper.pyo
+${PYSITELIB}/azure/storage/blob/aio/_models.py
+${PYSITELIB}/azure/storage/blob/aio/_models.pyc
+${PYSITELIB}/azure/storage/blob/aio/_models.pyo
+${PYSITELIB}/azure/storage/blob/aio/_upload_helpers.py
+${PYSITELIB}/azure/storage/blob/aio/_upload_helpers.pyc
+${PYSITELIB}/azure/storage/blob/aio/_upload_helpers.pyo
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/not-zip-safe
+${PYSITELIB}/${EGG_INFODIR}/requires.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
diff --git a/py-azure-storage-blob/distinfo b/py-azure-storage-blob/distinfo
new file mode 100644
index 0000000000..502036fc9f
--- /dev/null
+++ b/py-azure-storage-blob/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (azure-storage-blob-12.7.1.zip) = 4f760990db8acb81aeff0dbe1c712cd7dc9eaf5b
+RMD160 (azure-storage-blob-12.7.1.zip) = 8c27d77fe75e29db5c3d8f2adda25cf2388913f2
+SHA512 (azure-storage-blob-12.7.1.zip) = 741e1cd0eee4066803f0f67467a80de5b63c5456a1b83ab034be31a583ac7b3d2ec4b5a88dc4971c2c21584c69e95b5cb788a05db86ae6d8ba1671a378d907f1
+Size (azure-storage-blob-12.7.1.zip) = 607272 bytes


Home | Main Index | Thread Index | Old Index