mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-partd: Update to 1.4.2.
* gnu/packages/python-xyz.scm (python-partd): Update to 1.4.2. [propagated-inputs]: Add python-blosc. [native-inputs]: Remove python-wheel; add python-pytest and python-versioneer. Change-Id: I4a175b4e45f57bd63add17490ce4f66b314a80d6
This commit is contained in:
parent
30255fc74f
commit
f94d1f7a11
1 changed files with 16 additions and 7 deletions
|
@ -30616,22 +30616,31 @@ they use the same path.")
|
||||||
(define-public python-partd
|
(define-public python-partd
|
||||||
(package
|
(package
|
||||||
(name "python-partd")
|
(name "python-partd")
|
||||||
(version "1.4.1")
|
(version "1.4.2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "partd" version))
|
(uri (pypi-uri "partd" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32 "0b7h42dfvbrwpg75wzszv1rq3237h1g026v24v10b16wzcxc68nh"))))
|
||||||
"0rvz2si6lbyhk7hj804gilq2y2bfdi33q81iwwkmgskgkva5vhjn"))))
|
|
||||||
(build-system pyproject-build-system)
|
(build-system pyproject-build-system)
|
||||||
|
(native-inputs
|
||||||
|
(list python-pytest
|
||||||
|
python-setuptools
|
||||||
|
python-versioneer))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list python-locket python-numpy python-pandas python-pyzmq python-toolz))
|
(list python-locket
|
||||||
(native-inputs (list python-setuptools python-wheel))
|
python-toolz
|
||||||
|
;; [complete]
|
||||||
|
python-blosc
|
||||||
|
python-numpy
|
||||||
|
python-pandas
|
||||||
|
python-pyzmq))
|
||||||
(home-page "https://github.com/dask/partd/")
|
(home-page "https://github.com/dask/partd/")
|
||||||
(synopsis "Appendable key-value storage")
|
(synopsis "Appendable key-value storage")
|
||||||
(description "Partd stores key-value pairs. Values are raw bytes. We
|
(description
|
||||||
append on old values. Partd excels at shuffling operations.")
|
"Partd stores key-value pairs. Values are raw bytes. We append on old
|
||||||
|
values. Partd excels at shuffling operations.")
|
||||||
(license license:bsd-3)))
|
(license license:bsd-3)))
|
||||||
|
|
||||||
(define-public python-fsspec
|
(define-public python-fsspec
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue