mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-05-09 02:35:54 +02:00
gnu: python-fast-histogram: Update to 0.14-0.92ed204.
* gnu/packages/python-science.scm (python-fast-histogram): Update to 0.14-0.92ed204. [source]: Switch to git-fetch. [arguments]: Ignore failing test. Change-Id: I78510869691e0b198a65b62f9bcad614198a20e2 Signed-off-by: Andreas Enge <andreas@enge.fr>
This commit is contained in:
committed by
Andreas Enge
parent
1c3f020a60
commit
5ee0ece891
@@ -1171,16 +1171,26 @@ which uncovers hidden structures in categorical data")
|
||||
(define-public python-fast-histogram
|
||||
(package
|
||||
(name "python-fast-histogram")
|
||||
(version "0.14")
|
||||
(properties '((commit . "92ed2049a2e24b15993bb770e96a5d21f4736be3")
|
||||
(revision . "0")))
|
||||
(version (git-version "0.14"
|
||||
(assoc-ref properties 'revision)
|
||||
(assoc-ref properties 'commit)))
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "fast_histogram" version))
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/astrofrog/fast-histogram")
|
||||
(commit (assoc-ref properties 'commit))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "1sk9xa85cgm4sylzblwv3qr2dmm0ic06zkwxqa2xlazjiawp629r"))))
|
||||
(base32 "0iqgrnzs2w0v36iyp9782lxc8nji2v7fvs1k90pnrrf6r3w98p0v"))))
|
||||
(build-system pyproject-build-system)
|
||||
(arguments
|
||||
(list
|
||||
#:test-flags
|
||||
;; XXX: Too many bins for data range.
|
||||
#~(list "-k" "not test_1d_compare_with_numpy")
|
||||
#:phases
|
||||
#~(modify-phases %standard-phases
|
||||
(add-before 'check 'build-extensions
|
||||
|
||||
Reference in New Issue
Block a user