[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
17/21: gnu: python-orthopy: Adjust inputs.
From: |
guix-commits |
Subject: |
17/21: gnu: python-orthopy: Adjust inputs. |
Date: |
Thu, 7 Nov 2024 17:09:02 -0500 (EST) |
sharlatan pushed a commit to branch python-team
in repository guix.
commit 774b0e6149375ffa62bb22876c33f0cf9097e071
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Thu Nov 7 20:50:18 2024 +0000
gnu: python-orthopy: Adjust inputs.
* gnu/packages/maths.scm (python-orthopy) [native-inputs]: Add
python-setuptools and python-wheel.
Change-Id: I6218321a1b9a4133051c9dad8b9ef0d66612dfad
---
gnu/packages/maths.scm | 24 +++++++++++++-----------
1 file changed, 13 insertions(+), 11 deletions(-)
diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm
index d35bce8006..21d2ce5821 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -3988,17 +3988,6 @@ recurrence relations.")
(sha256
(base32 "00s2rwjdlq38zkf7wl1gvm2aw057r30266lkzfxkrfzr4i705xnq"))))
(build-system pyproject-build-system)
- (propagated-inputs
- (list python-importlib-metadata
- python-ndim
- python-numpy
- python-sympy))
- (native-inputs (list ;python-cplot ;only used in deselected tests
- python-matplotx
- python-meshio
- python-meshzoo
- python-pytest
- python-scipy))
(arguments
(list
#:test-flags
@@ -4006,6 +3995,19 @@ recurrence relations.")
;; in calls to cplot.
#~(list "--deselect" "tests/test_u3.py::test_write_single"
"--deselect" "tests/test_u3.py::test_write_tree")))
+ (native-inputs
+ (list python-matplotx
+ python-meshio
+ python-meshzoo
+ python-pytest
+ python-scipy
+ python-setuptools
+ python-wheel))
+ (propagated-inputs
+ (list python-importlib-metadata
+ python-ndim
+ python-numpy
+ python-sympy))
(home-page "https://github.com/diego-hayashi/orthopy")
(synopsis "Tools for orthogonal polynomials, Gaussian quadrature")
(description "@code{orthopy} provides various orthogonal polynomial
- branch python-team updated (15691c5f98 -> f0c0daeb51), guix-commits, 2024/11/07
- 04/21: gnu: python-nose-exclude: Adjust iputs., guix-commits, 2024/11/07
- 01/21: gnu: python-ewah-bool-utils: Update to 1.2.2., guix-commits, 2024/11/07
- 06/21: gnu: python-yt: Adjust inputs., guix-commits, 2024/11/07
- 09/21: gnu: python-pytest-shutil: Update to 1.8.0., guix-commits, 2024/11/07
- 03/21: gnu: python-pyerfa: Adjust inputs., guix-commits, 2024/11/07
- 05/21: gnu: python-unyt: Adjust inputs., guix-commits, 2024/11/07
- 02/21: gnu: python-cmyt: Adjust inputs., guix-commits, 2024/11/07
- 15/21: gnu: python-scikit-fem: Update to 10.0.2., guix-commits, 2024/11/07
- 17/21: gnu: python-orthopy: Adjust inputs.,
guix-commits <=
- 07/21: gnu: python-yt-astro-analysis: Adjust inputs., guix-commits, 2024/11/07
- 08/21: gnu: python-pytest-openfiles: Adjust inputs., guix-commits, 2024/11/07
- 10/21: gnu: python-pytest-virtualenv: Update to 1.8.0., guix-commits, 2024/11/07
- 13/21: gnu: python-soxs: Adjust inputs., guix-commits, 2024/11/07
- 14/21: gnu: python-robotframework-datadriver: Update to 1.11.2., guix-commits, 2024/11/07
- 11/21: gnu: python-sgp4: Adjust inputs., guix-commits, 2024/11/07
- 12/21: gnu: python-skyfield: Adjust inputs., guix-commits, 2024/11/07
- 16/21: gnu: python-cplot: Adjust inputs., guix-commits, 2024/11/07
- 18/21: gnu: python-accupy: Adjust inputs., guix-commits, 2024/11/07
- 19/21: gnu: python-quadpy: Adjust inputs., guix-commits, 2024/11/07