gnu: Add python-azure-storage-blob.

* gnu/packages/python-web.scm (python-azure-storage-blob): New variable.
This commit is contained in:
Ricardo Wurmus 2022-05-20 11:44:52 +02:00
parent c2bb0beef7
commit da88e39ce0
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -6713,6 +6713,26 @@ (define-public python-azure-core
Python.")
(license license:expat)))
(define-public python-azure-storage-blob
(package
(name "python-azure-storage-blob")
(version "12.12.0")
(source
(origin
(method url-fetch)
(uri (pypi-uri "azure-storage-blob" version ".zip"))
(sha256
(base32 "1xv23ph822qywjxs81say9xi5dzmvxcii6sww6d1hvd83iyz1npn"))))
(build-system python-build-system)
(propagated-inputs
(list python-azure-core python-cryptography python-msrest))
(native-inputs (list unzip))
(home-page "https://github.com/Azure/azure-sdk-for-python/")
(synopsis "Microsoft Azure Blob Storage client library for Python")
(description "This package provides the Microsoft Azure Blob Storage
Client Library for Python.")
(license license:expat)))
(define-public python-w3lib
(package
(name "python-w3lib")