mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-29 04:01:28 -06:00
gnu: python-numpydoc: Update to 1.10.0.
* gnu/packages/python-xyz.scm (python-numpydoc): Update to 1.10.0. [propagated-inputs]: Remove python-jinja2, add python-tomli. [#:test-flags]: Skip new test. Change-Id: I7a1a009edcccd436bfdd52ced9b56ca94ab7208e Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
parent
ec8d38bc50
commit
eb2f922861
1 changed files with 12 additions and 7 deletions
|
|
@ -11829,21 +11829,26 @@ apply unified diffs. It has features such as:
|
|||
(define-public python-numpydoc
|
||||
(package
|
||||
(name "python-numpydoc")
|
||||
(version "1.5.0")
|
||||
(version "1.10.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "numpydoc" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0k2z3g4s3w39h1nd293542hl9qv55j29gcr3bkia0rr3ldsppnxh"))))
|
||||
"00gsbzpx7s3yq6g5c8k7rlq2hhx2pdraqcbb18k142g3xvv70y9z"))))
|
||||
(build-system pyproject-build-system)
|
||||
(arguments
|
||||
(list #:test-flags
|
||||
'(list "numpydoc/tests"
|
||||
;; TODO: unclear why these fail.
|
||||
"-k" "not test_MyClass and not test_my_function")))
|
||||
(propagated-inputs (list python-jinja2 python-sphinx))
|
||||
(list
|
||||
#:test-flags
|
||||
'(list "numpydoc/tests"
|
||||
"-k" (string-append
|
||||
;; TODO: unclear why these fail.
|
||||
"not test_MyClass and not test_my_function "
|
||||
;; This test compares installed vs source absolute file
|
||||
;; names.
|
||||
"and not test_source_file_name_with_properties"))))
|
||||
(propagated-inputs (list python-sphinx python-tomli))
|
||||
(native-inputs
|
||||
(list python-matplotlib
|
||||
python-pytest
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue