unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#65194] [PATCH] gnu: add python-altgraph.
@ 2023-08-10  8:41 Michael Ford
  2023-09-29  7:30 ` [bug#65194] [PATCH v2] gnu: Add python-altgraph Hilton Chain via Guix-patches via
                   ` (2 more replies)
  0 siblings, 3 replies; 11+ messages in thread
From: Michael Ford @ 2023-08-10  8:41 UTC (permalink / raw)
  To: 65194

[-- Attachment #1: Type: text/plain, Size: 1600 bytes --]

From c3a2be87c3f2fc4e39e765444e4e08047998bf8a Mon Sep 17 00:00:00 2001
From: fanquake <fanquake@gmail.com>
Date: Thu, 10 Aug 2023 10:35:02 +0200
Subject: [PATCH] gnu: add python-altgraph.

* gnu/packages/python-xyz.scm (python-altgraph): New variable.
---
 gnu/packages/python-xyz.scm | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index b8e8097c7b..8403386277 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -11369,6 +11369,28 @@ (define-public python-toposort
 algorithm.")
     (license license:asl2.0)))

+(define-public python-altgraph
+  (package
+    (name "python-altgraph")
+    (version "0.17.3")
+    (source (origin
+              (method git-fetch)
+              (uri (git-reference
+                    (url "https://github.com/ronaldoussoren/altgraph")
+                    (commit (string-append "v" version))))
+              (file-name (git-file-name name version))
+              (sha256
+               (base32
+                "0n9qw0xxss4sbpys5hh1gbzy0bfjkaf4h8fd27vprnbix6q6zlvp"))))
+    (build-system pyproject-build-system)
+    (home-page "https://github.com/ronaldoussoren/altgraph")
+    (synopsis "Python graph (network) package")
+    (description
+     "altgraph is a fork of graphlib: a graph (network) package for
+constructing graphs, BFS and DFS traversals, topological sort, shortest
paths,
+etc. with graphviz output.")
+    (license license:expat)))
+
 (define-public python-three-merge
   (package
     (name "python-three-merge")
-- 
2.41.0

[-- Attachment #2: Type: text/html, Size: 2105 bytes --]

^ permalink raw reply related	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2023-10-04 10:06 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-08-10  8:41 [bug#65194] [PATCH] gnu: add python-altgraph Michael Ford
2023-09-29  7:30 ` [bug#65194] [PATCH v2] gnu: Add python-altgraph Hilton Chain via Guix-patches via
2023-09-29 11:33 ` [bug#65194] [PATCH v3] " Hilton Chain via Guix-patches via
2023-09-30  2:09 ` jgart via Guix-patches via
2023-10-02  8:14   ` Munyoki Kilyungi
2023-10-02 13:59   ` jgart via Guix-patches via
2023-10-03 13:32   ` jgart via Guix-patches via
2023-10-03 14:26     ` Michael Ford
2023-10-03 16:49     ` jgart via Guix-patches via
2023-10-04  1:51     ` bug#65194: " jgart via Guix-patches via
2023-10-04 10:04       ` [bug#65194] " Munyoki Kilyungi

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).