mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-glue-core: Adjust inputs.
* gnu/packages/astronomy.scm (python-glue-core): Enable more options by adding missing inputs. [propagated-inputs]: Add python-astrodendro and python-pyavm. [native-inputs]: Remove python-h5py, python-objgraph, python-pytest-cov, and python-setuptools; add python-wheel. Change-Id: I6d014c0347edaff58e8f7a36484d01e3ce2b406b
This commit is contained in:
parent
2278733ac2
commit
3f7ccf450d
1 changed files with 6 additions and 9 deletions
|
@ -1900,7 +1900,7 @@ astronomy-specific functionality")
|
|||
(base32 "1xms896ds70sbym1cr5lrbjl4i8vixy3mcc6qsg1b3ppvky76vmn"))))
|
||||
(build-system pyproject-build-system)
|
||||
(propagated-inputs
|
||||
(list ;; python-astrodendro ; optional, not packed
|
||||
(list python-astrodendro
|
||||
python-astropy
|
||||
python-dill
|
||||
python-echo
|
||||
|
@ -1912,22 +1912,19 @@ astronomy-specific functionality")
|
|||
python-numpy
|
||||
python-openpyxl
|
||||
python-pandas
|
||||
;; python-pyavm ; optional, not packed
|
||||
python-pyavm
|
||||
python-pillow
|
||||
python-scikit-image
|
||||
python-scipy
|
||||
python-setuptools
|
||||
python-setuptools ; to load extenral plugins, glue/main.py.
|
||||
python-shapely
|
||||
python-spectral-cube
|
||||
python-xlrd))
|
||||
(native-inputs
|
||||
(list python-h5py
|
||||
python-objgraph
|
||||
python-pytest
|
||||
python-pytest-cov
|
||||
(list python-pytest
|
||||
python-pytest-mpl
|
||||
python-setuptools
|
||||
python-setuptools-scm))
|
||||
python-setuptools-scm
|
||||
python-wheel))
|
||||
(home-page "http://glueviz.org")
|
||||
(synopsis "Multidimensional data visualization project")
|
||||
(description
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue