guix-commits
[Top][All Lists]
Advanced

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

01/03: gnu: python-pygraphviz: Update to 1.7.


From: guix-commits
Subject: 01/03: gnu: python-pygraphviz: Update to 1.7.
Date: Thu, 29 Jul 2021 04:25:37 -0400 (EDT)

mothacehe pushed a commit to branch core-updates
in repository guix.

commit 370cb92eaa089af19c08d9a7b4f5a96ac5b27716
Author: Mathieu Othacehe <othacehe@gnu.org>
AuthorDate: Thu Jul 29 10:23:52 2021 +0200

    gnu: python-pygraphviz: Update to 1.7.
    
    * gnu/packages/graphviz.scm (python-pygraphviz): Update to 1.7.
    [arguments]: Remove #:configure-flags that are no longer supported.
    [inputs]: Use the latest graphviz package.
    [native-inputs]: Add python-pytest.
---
 gnu/packages/graphviz.scm | 12 ++++--------
 1 file changed, 4 insertions(+), 8 deletions(-)

diff --git a/gnu/packages/graphviz.scm b/gnu/packages/graphviz.scm
index dbfc669..ed8f55b 100644
--- a/gnu/packages/graphviz.scm
+++ b/gnu/packages/graphviz.scm
@@ -214,7 +214,7 @@ visualization tool suite.")
 (define-public python-pygraphviz
   (package
     (name "python-pygraphviz")
-    (version "1.5")
+    (version "1.7")
     (source
      (origin
        (method git-fetch)
@@ -224,18 +224,14 @@ visualization tool suite.")
        (file-name (string-append "pygraphviz-" version "-checkout"))
        (sha256
         (base32
-         "1yldym38m8ckgflln83i88143pd9fjj1vfp23sq39fs6np5g0nzp"))))
+         "0jqc3dzy9n0hn3b99zq8jp53901zpjzvvi5ns5mbaxg8kdrb1lfx"))))
     (build-system python-build-system)
-    (arguments
-     `(#:configure-flags
-       (let ((graphviz (assoc-ref %build-inputs "graphviz")))
-         (list (string-append "--include-path=" graphviz "/include")
-               (string-append "--library-path=" graphviz "/lib")))))
     (inputs
-     `(("graphviz" ,graphviz-2.38)))
+     `(("graphviz" ,graphviz)))
     (native-inputs
      `(("python-nose" ,python-nose)
        ("python-mock" ,python-mock)
+       ("python-pytest" ,python-pytest)
        ("python-doctest-ignore-unicode" ,python-doctest-ignore-unicode)))
     (home-page "https://pygraphviz.github.io";)
     (synopsis "Python interface to Graphviz")



reply via email to

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