[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
276/474: gnu: python-quadpy: Adjust inputs.
From: |
guix-commits |
Subject: |
276/474: gnu: python-quadpy: Adjust inputs. |
Date: |
Sat, 30 Nov 2024 18:20:36 -0500 (EST) |
sharlatan pushed a commit to branch python-team
in repository guix.
commit 0f5d2bf582c1eccfdf2f4f0af1e339e714e88d7b
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Thu Nov 7 21:03:29 2024 +0000
gnu: python-quadpy: Adjust inputs.
* gnu/packages/maths.scm (python-quadpy) [native-inputs]: Add
python-setuptools and python-wheel.
Change-Id: I2753caf2723e9735462c0a5c297cab3dcd4ffa7d
---
gnu/packages/maths.scm | 8 +++++++-
1 file changed, 7 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm
index aaaa245b9b..a5c2d160d9 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -4116,13 +4116,19 @@ bindings to almost all functions of PETSc.")
(base32
"1f989dipv7lqxvalfrvvlmhlxyl67a87lavyyqrr1mh88glhl592"))))
(build-system pyproject-build-system)
+ (native-inputs
+ (list python-accupy
+ python-pytest
+ python-setuptools
+ python-wheel
+ unzip
+ vtk))
(propagated-inputs
(list python-importlib-metadata
python-numpy
python-orthopy
python-scipy
python-sympy))
- (native-inputs (list python-accupy python-pytest unzip vtk))
(home-page "https://github.com/diego-hayashi/quadpy")
(synopsis "Numerical integration, quadrature for various domains")
(description
- 193/474: gnu: python-apprise: Improve package style., (continued)
- 193/474: gnu: python-apprise: Improve package style., guix-commits, 2024/11/30
- 198/474: gnu: python-rich: Update to 13.7.1., guix-commits, 2024/11/30
- 210/474: gnu: python-pyan3: Move to pyproject-build-system., guix-commits, 2024/11/30
- 238/474: gnu: python-parameterized-next: Adjust inputs., guix-commits, 2024/11/30
- 229/474: gnu: Remove python-m2r., guix-commits, 2024/11/30
- 232/474: gnu: python-django-4.2: Adjust inputs., guix-commits, 2024/11/30
- 245/474: gnu: nikola: Fix build., guix-commits, 2024/11/30
- 262/474: gnu: python-urwid: Update to 2.6.16., guix-commits, 2024/11/30
- 256/474: gnu: python-defusedxml: Update to 0.7.1., guix-commits, 2024/11/30
- 248/474: gnu: Add python-pytest-html., guix-commits, 2024/11/30
- 276/474: gnu: python-quadpy: Adjust inputs.,
guix-commits <=
- 288/474: gnu: Remove python-poetry-core-1.0., guix-commits, 2024/11/30
- 293/474: gnu: Remove python-pyproject-metadata-0.7., guix-commits, 2024/11/30
- 320/474: gnu: python-py: Improve package style., guix-commits, 2024/11/30
- 59/474: gnu: python-jinja2: Add setuptools and wheel., guix-commits, 2024/11/30
- 72/474: gnu: Add python-hatch-jupyter-builder., guix-commits, 2024/11/30
- 105/474: gnu: python-sparqlkernel: Patch install script., guix-commits, 2024/11/30
- 107/474: gnu: Add python-jsonschema-path., guix-commits, 2024/11/30
- 111/474: gnu: python-graphql-core: Enable tests., guix-commits, 2024/11/30
- 126/474: gnu: python-sphinx-4: Inherit from python-sphinx-5., guix-commits, 2024/11/30
- 158/474: gnu: python-scikit-rf: Fix tests., guix-commits, 2024/11/30