guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

03/03: gnu: python-graph-tool: Sort inputs alphabetically.


From: guix-commits
Subject: 03/03: gnu: python-graph-tool: Sort inputs alphabetically.
Date: Tue, 20 Jul 2021 05:02:20 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit 541066a02f87e0dbb01387252dda9d0c4eced542
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Tue Jul 20 11:58:20 2021 +0300

    gnu: python-graph-tool: Sort inputs alphabetically.
    
    * gnu/packages/graph.scm (python-graph-tool)[native-inputs]: Sort
    alphabetically.
    [inputs]: Same.
    [propagated-inputs]: Same.
---
 gnu/packages/graph.scm | 20 ++++++++++----------
 1 file changed, 10 insertions(+), 10 deletions(-)

diff --git a/gnu/packages/graph.scm b/gnu/packages/graph.scm
index f178e00..c948693 100644
--- a/gnu/packages/graph.scm
+++ b/gnu/packages/graph.scm
@@ -563,23 +563,23 @@ transformed into common image formats for display or 
printing.")
                                      "python"))))
                             "/site-packages/"))))
     (native-inputs
-     `(("pkg-config" ,pkg-config)
-       ("gcc-10" ,gcc-10)
-       ("ncurses" ,ncurses)))
+     `(("gcc-10" ,gcc-10)
+       ("ncurses" ,ncurses)
+       ("pkg-config" ,pkg-config)))
     (inputs
-     `(("python" ,python-wrapper)
-       ("boost" ,boost)
+     `(("boost" ,boost)
+       ("cairomm" ,cairomm)
+       ("cgal" ,cgal)
        ("expat" ,expat)
        ("gmp" ,gmp)
-       ("cgal" ,cgal)
-       ("sparsehash" ,sparsehash)
        ("gtk+" ,gtk+)
-       ("cairomm" ,cairomm)))
+       ("python" ,python-wrapper)
+       ("sparsehash" ,sparsehash)))
     (propagated-inputs
-     `(("python-scipy" ,python-scipy)
+     `(("python-matplotlib" ,python-matplotlib)
        ("python-numpy" ,python-numpy)
        ("python-pycairo" ,python-pycairo)
-       ("python-matplotlib" ,python-matplotlib)))
+       ("python-scipy" ,python-scipy)))
     (synopsis "Manipulate and analyze graphs with Python efficiently")
     (description "Graph-tool is an efficient Python module for manipulation
 and statistical analysis of graphs (a.k.a. networks).  Contrary to most other



reply via email to

[Prev in Thread] Current Thread [Next in Thread]