gnu: Add python-azure-storage-blob.
* gnu/packages/python-web.scm (python-azure-storage-blob): New variable.
This commit is contained in:
parent
c2bb0beef7
commit
da88e39ce0
1 changed files with 20 additions and 0 deletions
|
@ -6713,6 +6713,26 @@ Python.")
|
||||||
Python.")
|
Python.")
|
||||||
(license license:expat)))
|
(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
|
(define-public python-w3lib
|
||||||
(package
|
(package
|
||||||
(name "python-w3lib")
|
(name "python-w3lib")
|
||||||
|
|
Reference in a new issue