[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
274/361: gnu: python-cplot: Adjust inputs.
From: |
guix-commits |
Subject: |
274/361: gnu: python-cplot: Adjust inputs. |
Date: |
Fri, 22 Nov 2024 06:00:56 -0500 (EST) |
andreas pushed a commit to branch python-team
in repository guix.
commit cb968512228ba5f4ba6e748917d0febfdb80f692
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Thu Nov 7 20:44:25 2024 +0000
gnu: python-cplot: Adjust inputs.
* gnu/packages/python-xyz.scm (python-cplot) [native-inputs]: Add
python-setuptools and python-wheel.
Change-Id: Ie73c88278249a1efb8c710f1d9b5438a76b88df7
---
gnu/packages/python-xyz.scm | 14 +++++++++-----
1 file changed, 9 insertions(+), 5 deletions(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 8f7cfb11b3..1cc733d1ea 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -9897,11 +9897,15 @@ clean plots with a minimalistic style.")
(sha256
(base32 "0zk7hpq358sbympmkms7w2wjs7nw8mdfvkvdasblg2nhqayv42qz"))))
(build-system pyproject-build-system)
- (propagated-inputs (list python-matplotlib
- python-matplotx
- python-npx
- python-numpy))
- (native-inputs (list python-pytest))
+ (native-inputs
+ (list python-pytest
+ python-setuptools
+ python-wheel))
+ (propagated-inputs
+ (list python-matplotlib
+ python-matplotx
+ python-npx
+ python-numpy))
(home-page "https://github.com/nschloe/cplot")
(synopsis "Plot complex-valued functions")
(description "@code{cplot} is a Python library for plotting
- 176/361: gnu: abjad: Update to 3.19., (continued)
- 176/361: gnu: abjad: Update to 3.19., guix-commits, 2024/11/22
- 185/361: gnu: python-jaraco-functools: Move to pyproject-build-system., guix-commits, 2024/11/22
- 184/361: gnu: python-jaraco-context: Move to pyproject-build-system., guix-commits, 2024/11/22
- 182/361: gnu: python-docspec-python: Move to pyproject-build-system., guix-commits, 2024/11/22
- 195/361: gnu: python-orderedmultidict: Move to pyproject-build-system., guix-commits, 2024/11/22
- 201/361: gnu: python-uqbar: Improve package style., guix-commits, 2024/11/22
- 208/361: gnu: tuir: Move to pyproject-build-system., guix-commits, 2024/11/22
- 218/361: gnu: python-cssselect2: Move to pyproject-build-system., guix-commits, 2024/11/22
- 224/361: gnu: python-kiwisolver: Update to 1.4.6., guix-commits, 2024/11/22
- 229/361: gnu: Remove python-m2r., guix-commits, 2024/11/22
- 274/361: gnu: python-cplot: Adjust inputs.,
guix-commits <=
- 277/361: gnu: python-quadpy: Adjust inputs., guix-commits, 2024/11/22
- 285/361: gnu: Add python-sphinx-design., guix-commits, 2024/11/22
- 296/361: gnu: python-fast-histogram: Adjust inputs., guix-commits, 2024/11/22
- 339/361: gnu: Add python-ephemeral-port-reserve., guix-commits, 2024/11/22
- 345/361: gnu: python-pandas-2: Update to 2.2.3., guix-commits, 2024/11/22
- 47/361: gnu: python-vine: Add missing inputs., guix-commits, 2024/11/22
- 338/361: gnu: python-watchdog: Update to 6.0.0., guix-commits, 2024/11/22
- 52/361: gnu: python-pyproject-metadata: Disable two tests., guix-commits, 2024/11/22
- 49/361: gnu: python-box: Add missing input., guix-commits, 2024/11/22
- 48/361: gnu: python-joblib: Add missing inputs., guix-commits, 2024/11/22