guix-commits
[Top][All Lists]
Advanced

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

03/03: gnu: Add python-azure-storage-nspkg.


From: guix-commits
Subject: 03/03: gnu: Add python-azure-storage-nspkg.
Date: Wed, 4 Aug 2021 11:13:16 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 48542e03cfa6eb41de22f723f73bbfbde8329978
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Wed Aug 4 17:11:52 2021 +0200

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

diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index 3dcacef..5df134d 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -6172,3 +6172,24 @@ your code non-blocking and speedy.")
     (description
      "This package is an internal Azure namespace package.")
     (license license:expat)))
+
+(define-public python-azure-storage-nspkg
+  (package
+    (name "python-azure-storage-nspkg")
+    (version "3.1.0")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (pypi-uri "azure-storage-nspkg" version))
+       (sha256
+        (base32
+         "049qcmgshz7dj9yaqma0fwcgbxwddgwyfcw4gmv45xfmaa3bwfvg"))))
+    (build-system python-build-system)
+    (propagated-inputs
+     `(("python-azure-nspkg" ,python-azure-nspkg)))
+    (home-page "https://github.com/Azure/azure-storage-python";)
+    (synopsis "Microsoft Azure Storage Namespace package")
+    (description
+     "This project provides a client library in Python that makes it easy to
+communicate with Microsoft Azure Storage services.")
+    (license license:expat)))



reply via email to

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