GNU bug report logs -
#76480
[PATCH 00/51] Astro update 2025/02
Previous Next
Full log
Message #140 received at 76480 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/python-web.scm (python-s3path): New variable.
Change-Id: I04c3fe63b9bf4b37d76a78c1df35617495955414
---
gnu/packages/python-web.scm | 28 ++++++++++++++++++++++++++++
1 file changed, 28 insertions(+)
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index 3430997abcb..840855805ae 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -1805,6 +1805,34 @@ (define-public python-requests-cache
files.")
(license license:bsd-2)))
+(define-public python-s3path
+ (package
+ (name "python-s3path")
+ (version "0.6.0")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (pypi-uri "s3path" version))
+ (sha256
+ (base32 "0gbvyr60mkpm7jbjiya0pmx26q6cfp27p5czw08jwn3k5cp77krk"))))
+ (build-system pyproject-build-system)
+ (arguments
+ (list
+ ;; XXX: All tests fail with error: fixture 's3_mock' not found.
+ #:tests? #f))
+ (native-inputs
+ (list python-setuptools
+ python-wheel))
+ (propagated-inputs
+ (list python-boto3
+ python-smart-open))
+ (home-page "https://github.com/liormizr/s3path")
+ (synopsis "Pathlib extension for AWS S3 Service")
+ (description
+ "S3Path provide a Python convenient File-System/Path like interface for
+AWS S3 Service using boto3 S3 resource as a driver.")
+ (license license:asl2.0)))
+
(define-public python-sarif-om
(package
(name "python-sarif-om")
--
2.47.1
This bug report was last modified 83 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.