diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-01-25 23:48:10 +0000 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2026-02-07 12:28:43 +0100 |
| commit | 28a0b3221c151dee4a79b8497df8e8077d581f0d (patch) | |
| tree | df79dc2df497a008c8b56ef03f15106b2c3df0c9 /gnu/packages/python-science.scm | |
| parent | bbfea24b4146eede3a7c89c78829be2bc8d5f847 (diff) | |
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
Diffstat (limited to 'gnu/packages/python-science.scm')
| -rw-r--r-- | gnu/packages/python-science.scm | 20 |
1 files changed, 8 insertions, 12 deletions
diff --git a/gnu/packages/python-science.scm b/gnu/packages/python-science.scm index a13cdb0ea58..21168b47a97 100644 --- a/gnu/packages/python-science.scm +++ b/gnu/packages/python-science.scm | |||
| @@ -3046,18 +3046,14 @@ logic, also known as grey logic.") | |||
| 3046 | (substitute* "pyproject.toml" | 3046 | (substitute* "pyproject.toml" |
| 3047 | (("dynamic = \\['version'\\]") | 3047 | (("dynamic = \\['version'\\]") |
| 3048 | (string-append "version = \"" #$version "\"")))))))) | 3048 | (string-append "version = \"" #$version "\"")))))))) |
| 3049 | (propagated-inputs (list meson-python | 3049 | (native-inputs |
| 3050 | python-numpy | 3050 | (list gfortran |
| 3051 | python-spin)) | 3051 | python-meson-python |
| 3052 | (native-inputs (list gfortran | 3052 | python-spin |
| 3053 | pkg-config | 3053 | python-pytest |
| 3054 | python-cython | 3054 | python-setuptools)) |
| 3055 | python-meson-python | 3055 | (propagated-inputs |
| 3056 | python-numpy | 3056 | (list python-numpy)) |
| 3057 | python-numpydoc | ||
| 3058 | python-pytest | ||
| 3059 | python-setuptools | ||
| 3060 | python-wheel)) | ||
| 3061 | (home-page "https://has2k1.github.io/scikit-misc/stable") | 3057 | (home-page "https://has2k1.github.io/scikit-misc/stable") |
| 3062 | (synopsis "Miscellaneous tools for scientific computing.") | 3058 | (synopsis "Miscellaneous tools for scientific computing.") |
| 3063 | (description "This package provides miscellaneous tools for data analysis | 3059 | (description "This package provides miscellaneous tools for data analysis |
