mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: Add python-azure-common.
* gnu/packages/python-web.scm (python-azure-common): New variable.
This commit is contained in:
parent
04ea577b75
commit
78280e2e4a
1 changed files with 19 additions and 0 deletions
|
@ -6627,6 +6627,25 @@ (define-public python-azure-storage-nspkg
|
|||
communicate with Microsoft Azure Storage services.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public python-azure-common
|
||||
(package
|
||||
(name "python-azure-common")
|
||||
(version "1.1.28")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "azure-common" version ".zip"))
|
||||
(sha256
|
||||
(base32 "18q4cy1xl2zly3rk7a1sc14w932x59r8c9j4d8dnlsz32hrcvh2a"))))
|
||||
(build-system python-build-system)
|
||||
(propagated-inputs (list python-azure-nspkg))
|
||||
(native-inputs (list unzip))
|
||||
(home-page "https://github.com/Azure/azure-sdk-for-python")
|
||||
(synopsis "Microsoft Azure Client library for Python")
|
||||
(description "This package provides the Microsoft Azure Client library for
|
||||
Python.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public python-w3lib
|
||||
(package
|
||||
(name "python-w3lib")
|
||||
|
|
Loading…
Reference in a new issue