gnu: python-graph-tool: Sort inputs alphabetically.
* gnu/packages/graph.scm (python-graph-tool)[native-inputs]: Sort alphabetically. [inputs]: Same. [propagated-inputs]: Same.
This commit is contained in:
parent
b8e7b284fc
commit
541066a02f
1 changed files with 10 additions and 10 deletions
|
@ -563,23 +563,23 @@ (define-public python-graph-tool
|
||||||
"python"))))
|
"python"))))
|
||||||
"/site-packages/"))))
|
"/site-packages/"))))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("pkg-config" ,pkg-config)
|
`(("gcc-10" ,gcc-10)
|
||||||
("gcc-10" ,gcc-10)
|
("ncurses" ,ncurses)
|
||||||
("ncurses" ,ncurses)))
|
("pkg-config" ,pkg-config)))
|
||||||
(inputs
|
(inputs
|
||||||
`(("python" ,python-wrapper)
|
`(("boost" ,boost)
|
||||||
("boost" ,boost)
|
("cairomm" ,cairomm)
|
||||||
|
("cgal" ,cgal)
|
||||||
("expat" ,expat)
|
("expat" ,expat)
|
||||||
("gmp" ,gmp)
|
("gmp" ,gmp)
|
||||||
("cgal" ,cgal)
|
|
||||||
("sparsehash" ,sparsehash)
|
|
||||||
("gtk+" ,gtk+)
|
("gtk+" ,gtk+)
|
||||||
("cairomm" ,cairomm)))
|
("python" ,python-wrapper)
|
||||||
|
("sparsehash" ,sparsehash)))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("python-scipy" ,python-scipy)
|
`(("python-matplotlib" ,python-matplotlib)
|
||||||
("python-numpy" ,python-numpy)
|
("python-numpy" ,python-numpy)
|
||||||
("python-pycairo" ,python-pycairo)
|
("python-pycairo" ,python-pycairo)
|
||||||
("python-matplotlib" ,python-matplotlib)))
|
("python-scipy" ,python-scipy)))
|
||||||
(synopsis "Manipulate and analyze graphs with Python efficiently")
|
(synopsis "Manipulate and analyze graphs with Python efficiently")
|
||||||
(description "Graph-tool is an efficient Python module for manipulation
|
(description "Graph-tool is an efficient Python module for manipulation
|
||||||
and statistical analysis of graphs (a.k.a. networks). Contrary to most other
|
and statistical analysis of graphs (a.k.a. networks). Contrary to most other
|
||||||
|
|
Loading…
Reference in a new issue