mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +02:00
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
This commit is contained in:
committed by
Andreas Enge
parent
bbfea24b41
commit
28a0b3221c
@@ -3046,18 +3046,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
|
||||
|
||||
Reference in New Issue
Block a user