gnu: python-vedo: Remove input labels.

* gnu/packages/python-science.scm (python-vedo)[inputs]: Remove labels
and sort the inputs.
[propagated-inputs]: Remove labels.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
Paul A. Patience 2022-04-22 20:25:57 +00:00 committed by Ludovic Courtès
parent 34f49d15e6
commit a5fec06868
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -886,14 +886,14 @@ (define-public python-vedo
(invoke "./run_all.sh")))
'("common" "dolfin")))))))))
(inputs ; for the check phase
`(("dolfin" ,fenics)
("pkgconfig" ,python-pkgconfig)
("matplotlib" ,python-matplotlib)))
(list fenics
python-matplotlib
python-pkgconfig))
(native-inputs ; for python-pkgconfig
(list pkg-config))
(propagated-inputs
`(("numpy" ,python-numpy)
("vtk" ,vtk)))
(list python-numpy
vtk))
(home-page "https://github.com/marcomusy/vedo")
(synopsis
"Analysis and visualization of 3D objects and point clouds")