guix_mirror_bot pushed a commit to branch python-team
in repository guix.
commit 6a39ac60090fea0025dbc8c8afebc029dbad8dd1
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Sun Jan 25 23:48:10 2026 +0000
gnu: python-scikit-misc: Adjust inputs.
* gnu/packages/python-science.scm (python-scikit-misc):
[propagated-inputs]: Remove meson-python and python-spin.
[native-inputs]: Remove pkg-config, python-cython, python-numpy,
python-numpydoc, and python-wheel; add python-spin.
Change-Id: If2a9f9f3a003d2edc960ca5382d66fba604defef
---
gnu/packages/python-science.scm | 20 ++++++++------------
1 file changed, 8 insertions(+), 12 deletions(-)
diff --git a/gnu/packages/python-science.scm b/gnu/packages/python-science.scm
index e77769e3f9..ae8046c361 100644
--- a/gnu/packages/python-science.scm
+++ b/gnu/packages/python-science.scm
@@ -3011,18 +3011,14 @@ logic, also known as grey logic.")
(substitute* "pyproject.toml"
(("dynamic = \\['version'\\]")
(string-append "version = \"" #$version "\""))))))))
- (propagated-inputs (list meson-python
- python-numpy
- python-spin))
- (native-inputs (list gfortran
- pkg-config
- python-cython
- python-meson-python
- python-numpy
- python-numpydoc
- python-pytest
- python-setuptools
- python-wheel))
+ (native-inputs
+ (list gfortran
+ python-meson-python
+ python-spin
+ python-pytest
+ python-setuptools))
+ (propagated-inputs
+ (list python-numpy))
(home-page "https://has2k1.github.io/scikit-misc/stable")
(synopsis "Miscellaneous tools for scientific computing.")
(description "This package provides miscellaneous tools for data analysis