GNU bug report logs - #67813
[PATCH 00/12] Update python-pandas to version 2.1.1.

Previous Next

Package: guix-patches;

Reported by: Nicolas Graves <ngraves <at> ngraves.fr>

Date: Wed, 13 Dec 2023 14:41:01 UTC

Severity: normal

Tags: patch

Done: Nicolas Graves <ngraves <at> ngraves.fr>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Nicolas Graves <ngraves <at> ngraves.fr>
To: 67813 <at> debbugs.gnu.org
Cc: ngraves <at> ngraves.fr
Subject: [bug#67813] [PATCH 09/12] gnu: Add python-contourpy.
Date: Wed, 13 Dec 2023 22:56:29 +0100
* gnu/packages/python-xyz.scm (python-contourpy): New variable.
---
 gnu/packages/python-xyz.scm | 33 +++++++++++++++++++++++++++++++++
 1 file changed, 33 insertions(+)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 2cc687547a..fd9e404f0b 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -16296,6 +16296,39 @@ (define-public python-texttable
 tables.")
     (license license:expat)))
 
+(define-public python-contourpy
+  (package
+    (name "python-contourpy")
+    (version "1.1.1")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (pypi-uri "contourpy" version))
+       (sha256
+        (base32 "1az80zv067rcybm5x93j7rfiakbwiv1h8l58gnki4wjbwb13gfln"))))
+    (build-system pyproject-build-system)
+    (arguments
+     ;; 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
+           pkg-config
+           pybind11
+           python-pytest
+           python-pytest-cov
+           python-wurlitzer))
+    (home-page "https://github.com/contourpy/contourpy")
+    (synopsis
+     "Python library for calculating contours of 2D quadrilateral grids")
+    (description
+     "This package provide a python library for calculating contours of 2D
+quadrilateral grids.")
+    (license license:bsd-3)))
+
 (define-public python-atomicwrites
   (package
     (name "python-atomicwrites")
-- 
2.41.0





This bug report was last modified 1 year and 70 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.