guix-commits
[Top][All Lists]
Advanced

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

05/06: gnu: Add python2-pygraphviz.


From: guix-commits
Subject: 05/06: gnu: Add python2-pygraphviz.
Date: Wed, 11 Mar 2020 10:32:33 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit afb877847bd01edbbe0b0d7b5c4e765fc8068040
Author: Efraim Flashner <address@hidden>
AuthorDate: Wed Mar 11 16:23:52 2020 +0200

    gnu: Add python2-pygraphviz.
    
    * gnu/packages/graphviz.scm (python2-pygraphviz): New variable.
---
 gnu/packages/graphviz.scm | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/graphviz.scm b/gnu/packages/graphviz.scm
index c4f88ca..0621641 100644
--- a/gnu/packages/graphviz.scm
+++ b/gnu/packages/graphviz.scm
@@ -1,6 +1,6 @@
 ;;; GNU Guix --- Functional package management for GNU
 ;;; Copyright © 2013, 2015 Ludovic Courtès <address@hidden>
-;;; Copyright © 2015 Efraim Flashner <address@hidden>
+;;; Copyright © 2015, 2020 Efraim Flashner <address@hidden>
 ;;; Copyright © 2016 Theodoros Foradis <address@hidden>
 ;;; Copyright © 2017, 2018, 2019 Ricardo Wurmus <address@hidden>
 ;;; Copyright © 2017, 2018 Tobias Geerinckx-Rice <address@hidden>
@@ -236,6 +236,9 @@ write, and draw graphs using Python to access the Graphviz 
graph data
 structure and layout algorithms.")
     (license license:bsd-3)))
 
+(define-public python2-pygraphviz
+  (package-with-python2 python-pygraphviz))
+
 (define-public gts
   (package
     (name "gts")



reply via email to

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