[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
45/57: gnu: python-contourpy: Update to 1.1.1.
From: |
guix-commits |
Subject: |
45/57: gnu: python-contourpy: Update to 1.1.1. |
Date: |
Mon, 22 Apr 2024 05:36:33 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit 925e6d4072fa29b43d0869eae016d19a7833e182
Author: Nicolas Graves <ngraves@ngraves.fr>
AuthorDate: Wed Dec 13 22:56:29 2023 +0100
gnu: python-contourpy: Update to 1.1.1.
* gnu/packages/python-xyz.scm (python-contourpy): Update to 1.1.1.
Change-Id: I31ac27bb7f41f04c82baba2650012d4730a4b684
---
gnu/packages/python-xyz.scm | 37 +++++++++++++++----------------------
1 file changed, 15 insertions(+), 22 deletions(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index a1f5e6fb0a..c0eebde7ae 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -1126,35 +1126,28 @@ into dataclasses.")
(define-public python-contourpy
(package
(name "python-contourpy")
- (version "1.1.0")
+ (version "1.1.1")
(source
(origin
(method url-fetch)
(uri (pypi-uri "contourpy" version))
(sha256
- (base32 "088bhyh6m6q0h637wiq2paqhwn76hqvvbhqwacfx4a1qhv1lcc75"))))
+ (base32 "1az80zv067rcybm5x93j7rfiakbwiv1h8l58gnki4wjbwb13gfln"))))
(build-system pyproject-build-system)
(arguments
- (list
- #:test-flags
- ;; All these tests require matplotlib, but matplotlib requires contourpy
- ;; now.
- '(list "-k" "not test_mypy"
- "--ignore=tests/test_config.py"
- "--ignore=tests/test_filled.py"
- "--ignore=tests/test_lines.py"
- "--ignore=tests/test_renderer.py")))
- (propagated-inputs (list python-mypy
- python-numpy
- python-pillow
- python-pytest
- python-pytest-cov
- python-pytest-xdist
- python-selenium
- python-sphinx
- python-sphinx-copybutton
- python-wurlitzer))
- (native-inputs (list meson-python pybind11-2.10 pkg-config))
+ ;; Image tests require matplotlib and create a circular dependency.
+ (list #:test-flags
+ #~(list "-m" "not image")))
+ (propagated-inputs
+ (list python-numpy))
+ (native-inputs
+ (list cmake
+ meson-python/newer
+ pkg-config
+ pybind11
+ python-pytest
+ python-pytest-cov
+ python-wurlitzer))
(home-page "https://contourpy.readthedocs.io/")
(synopsis
"Python library for calculating contours of 2D quadrilateral grids")
- 16/57: gnu: r-butcher: Update to 0.3.4., (continued)
- 16/57: gnu: r-butcher: Update to 0.3.4., guix-commits, 2024/04/22
- 50/57: gnu: python-xarray-dataclasses: Add missing test input., guix-commits, 2024/04/22
- 28/57: gnu: r-alevinqc: Update to 1.18.1., guix-commits, 2024/04/22
- 46/57: gnu: Add python-pytest-next., guix-commits, 2024/04/22
- 20/57: gnu: r-tensorflow: Update to 2.16.0., guix-commits, 2024/04/22
- 15/57: gnu: r-dunn-test: Update to 1.3.6., guix-commits, 2024/04/22
- 30/57: gnu: r-bayseq: Update to 2.36.2., guix-commits, 2024/04/22
- 29/57: gnu: r-gsva: Update to 1.50.5., guix-commits, 2024/04/22
- 08/57: gnu: r-argparse: Update to 2.2.3., guix-commits, 2024/04/22
- 53/57: gnu: python-pydantic-2: Ignore sensitive tests., guix-commits, 2024/04/22
- 45/57: gnu: python-contourpy: Update to 1.1.1.,
guix-commits <=
- 51/57: gnu: python-zarr: Update to 2.17.2., guix-commits, 2024/04/22
- 44/57: gnu: python-openpyxl: Update to 3.0.10., guix-commits, 2024/04/22
- 48/57: gnu: python-pandas-2: Skip expensive tests., guix-commits, 2024/04/22
- 22/57: gnu: r-crul: Update to 1.4.2., guix-commits, 2024/04/22
- 43/57: gnu: python-pytest-xdist: Use pyproject-build-system., guix-commits, 2024/04/22
- 09/57: gnu: r-ggeffects: Update to 1.5.2., guix-commits, 2024/04/22
- 31/57: gnu: Add python-cyvcf2., guix-commits, 2024/04/22
- 11/57: gnu: r-optparse: Update to 1.7.5., guix-commits, 2024/04/22
- 38/57: gnu: Add python-pims., guix-commits, 2024/04/22
- 07/57: gnu: r-reticulate: Update to 1.36.0., guix-commits, 2024/04/22