mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-s3fs: Update to 2025.7.0.
* gnu/packages/python-web.scm (python-s3fs): Update to 2025.7.0. [native-inputs]: Remove python-flask, python-flask-cors, python-moto, python-pytest, python-pytest-asyncio, and python-wheel. Change-Id: I8c7c74a952fb71259e8b20b8ef4153d4a276214c
This commit is contained in:
parent
ffa791a395
commit
f9dd2ad039
1 changed files with 9 additions and 12 deletions
|
@ -6480,26 +6480,23 @@ Betamax that may possibly end up in the main package.")
|
||||||
(define-public python-s3fs
|
(define-public python-s3fs
|
||||||
(package
|
(package
|
||||||
(name "python-s3fs")
|
(name "python-s3fs")
|
||||||
(version "2024.12.0")
|
(version "2025.7.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "s3fs" version))
|
(uri (pypi-uri "s3fs" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0mpxk4xvg0gwzapdh9r3fvnjhi8ymf96f7c756xabk26b67kl3qv"))))
|
(base32 "0b82wqf70q1srsjb7xbbjhlzm08lbghzm1pbwdam2x6prb09wzsy"))))
|
||||||
(build-system pyproject-build-system)
|
(build-system pyproject-build-system)
|
||||||
;; Many tests fail with "No such file or directory" raised by the HTTP
|
;; TODO: Many tests fail with "No such file or directory" raised by the
|
||||||
;; client.
|
;; HTTP client.
|
||||||
(arguments (list #:tests? #false))
|
(arguments (list #:tests? #false))
|
||||||
(propagated-inputs (list python-aiobotocore python-aiohttp python-fsspec))
|
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list python-flask ;for moto
|
(list python-setuptools))
|
||||||
python-flask-cors
|
(propagated-inputs
|
||||||
python-moto
|
(list python-aiobotocore
|
||||||
python-pytest
|
python-aiohttp
|
||||||
python-pytest-asyncio
|
python-fsspec))
|
||||||
python-setuptools
|
|
||||||
python-wheel))
|
|
||||||
(home-page "https://github.com/fsspec/s3fs/")
|
(home-page "https://github.com/fsspec/s3fs/")
|
||||||
(synopsis "Convenient filesystem interface over S3")
|
(synopsis "Convenient filesystem interface over S3")
|
||||||
(description "This package provides a convenient filesystem interface over
|
(description "This package provides a convenient filesystem interface over
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue