summaryrefslogtreecommitdiff
path: root/gnu/packages/python-web.scm
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2025-10-28 17:35:04 +0000
committerSharlatan Hellseher <sharlatanus@gmail.com>2025-10-28 17:46:26 +0000
commitae1b9536ea4d78b5ec0c83a9267116fa73a08a63 (patch)
treecf0775a7c9d39755a6f4e82fcf22081687e67754 /gnu/packages/python-web.scm
parente115320ab5bcf7ac793f7e3bf69eaad3026ddb8e (diff)
gnu: Add python-azure-storage-file-datalake.
* gnu/packages/python-web.scm (python-azure-storage-file-datalake): New variable. Change-Id: Ic16f38e0d63a786e5cc8222e8066a360ef77ce01
Diffstat (limited to 'gnu/packages/python-web.scm')
-rw-r--r--gnu/packages/python-web.scm32
1 files changed, 32 insertions, 0 deletions
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index fea849f10df..92b3493e222 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -11149,6 +11149,38 @@ Python.")
Client Library for Python.")
(license license:expat)))
+(define-public python-azure-storage-file-datalake
+ (package
+ (name "python-azure-storage-file-datalake")
+ (version "12.22.0")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (pypi-uri "azure_storage_file_datalake" version))
+ (sha256
+ (base32 "0xxg94684b630p8jrz38sg7mdcwp1wa0p5di27mswyrjycshvvcs"))))
+ (build-system pyproject-build-system)
+ (arguments
+ ;; XXX: devtools_testutils is not provided as a proper package on PyPI,
+ ;; Git does not contains setup.py, setup.cfg or pyproject.toml which makes
+ ;; it hard to package in Guix.
+ ;; <https://raw.githubusercontent.com/Azure/azure-sdk-for-python/refs/
+ ;; heads/main/tools/azure-sdk-tools/devtools_testutils/README.md>.
+ (list #:tests? #f))
+ (native-inputs
+ (list python-setuptools))
+ (propagated-inputs
+ (list python-azure-core
+ python-azure-storage-blob
+ python-isodate
+ python-typing-extensions))
+ (home-page "https://github.com/Azure/azure-sdk-for-python")
+ (synopsis "Microsoft Azure File DataLake Storage Client Library for Python")
+ (description
+ "This package provides the Microsoft Azure File @code{DataLake} Storage
+Client Library for Python.")
+ (license license:expat)))
+
(define-public python-google-auth
(package
(name "python-google-auth")