guix-commits
[Top][All Lists]
Advanced

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

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


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

rekado pushed a commit to branch master
in repository guix.

commit 1c3d7000a75014e80cd292a507035da860160005
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Wed Aug 4 17:11:45 2021 +0200

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

diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index b4798ca..3dcacef 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -6153,3 +6153,22 @@ your code non-blocking and speedy.")
      "Socks is a library providing core proxy (SOCKS4, SOCKS5, HTTP tunneling)
  functionality.")
     (license license:asl2.0)))
+
+(define-public python-azure-nspkg
+  (package
+    (name "python-azure-nspkg")
+    (version "3.0.2")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (pypi-uri "azure-nspkg" version ".zip"))
+       (sha256
+        (base32
+         "1l4xwdh0fcnvrv0mzig4g2kgqkfbsy64zjm1ggc6grk3mykcxlz7"))))
+    (build-system python-build-system)
+    (native-inputs `(("unzip" ,unzip)))
+    (home-page "https://github.com/Azure/azure-sdk-for-python";)
+    (synopsis "Azure namespace internals")
+    (description
+     "This package is an internal Azure namespace package.")
+    (license license:expat)))



reply via email to

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