gnu: python-contourpy: Update to 1.1.1.
* gnu/packages/python-xyz.scm (python-contourpy): Update to 1.1.1. Change-Id: I31ac27bb7f41f04c82baba2650012d4730a4b684
This commit is contained in:
parent
43965c93ae
commit
925e6d4072
1 changed files with 15 additions and 22 deletions
|
@ -1126,35 +1126,28 @@ into dataclasses.")
|
||||||
(define-public python-contourpy
|
(define-public python-contourpy
|
||||||
(package
|
(package
|
||||||
(name "python-contourpy")
|
(name "python-contourpy")
|
||||||
(version "1.1.0")
|
(version "1.1.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "contourpy" version))
|
(uri (pypi-uri "contourpy" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "088bhyh6m6q0h637wiq2paqhwn76hqvvbhqwacfx4a1qhv1lcc75"))))
|
(base32 "1az80zv067rcybm5x93j7rfiakbwiv1h8l58gnki4wjbwb13gfln"))))
|
||||||
(build-system pyproject-build-system)
|
(build-system pyproject-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
;; Image tests require matplotlib and create a circular dependency.
|
||||||
#:test-flags
|
(list #:test-flags
|
||||||
;; All these tests require matplotlib, but matplotlib requires contourpy
|
#~(list "-m" "not image")))
|
||||||
;; now.
|
(propagated-inputs
|
||||||
'(list "-k" "not test_mypy"
|
(list python-numpy))
|
||||||
"--ignore=tests/test_config.py"
|
(native-inputs
|
||||||
"--ignore=tests/test_filled.py"
|
(list cmake
|
||||||
"--ignore=tests/test_lines.py"
|
meson-python/newer
|
||||||
"--ignore=tests/test_renderer.py")))
|
pkg-config
|
||||||
(propagated-inputs (list python-mypy
|
pybind11
|
||||||
python-numpy
|
|
||||||
python-pillow
|
|
||||||
python-pytest
|
python-pytest
|
||||||
python-pytest-cov
|
python-pytest-cov
|
||||||
python-pytest-xdist
|
|
||||||
python-selenium
|
|
||||||
python-sphinx
|
|
||||||
python-sphinx-copybutton
|
|
||||||
python-wurlitzer))
|
python-wurlitzer))
|
||||||
(native-inputs (list meson-python pybind11-2.10 pkg-config))
|
|
||||||
(home-page "https://contourpy.readthedocs.io/")
|
(home-page "https://contourpy.readthedocs.io/")
|
||||||
(synopsis
|
(synopsis
|
||||||
"Python library for calculating contours of 2D quadrilateral grids")
|
"Python library for calculating contours of 2D quadrilateral grids")
|
||||||
|
|
Reference in a new issue