guix-commits
[Top][All Lists]
Advanced

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

03/14: gnu: Add python-azure-storage-blob.


From: guix-commits
Subject: 03/14: gnu: Add python-azure-storage-blob.
Date: Fri, 20 May 2022 08:45:01 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit da88e39ce0d9a7aaae36a7a5fe8706ab15cde18e
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Fri May 20 11:44:52 2022 +0200

    gnu: Add python-azure-storage-blob.
    
    * gnu/packages/python-web.scm (python-azure-storage-blob): New variable.
---
 gnu/packages/python-web.scm | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)

diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index eb94cb3de6..689a99b518 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -6713,6 +6713,26 @@ Python.")
 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")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]