* [bug#52894] gnu: add python-altgraph 0.17.2
@ 2021-12-30 9:39 Michael Ford
2023-09-12 8:28 ` [bug#52894] close 52894 Michael Ford
2023-09-18 9:02 ` bug#52894: Close: gnu: add python-altgraph 0.17.2 Hilton Chain via Guix-patches via
0 siblings, 2 replies; 3+ messages in thread
From: Michael Ford @ 2021-12-30 9:39 UTC (permalink / raw)
To: 52894
[-- Attachment #1.1: Type: text/plain, Size: 1 bytes --]
[-- Attachment #1.2: Type: text/html, Size: 26 bytes --]
[-- Attachment #2: add_python_altgraph.patch --]
[-- Type: application/octet-stream, Size: 1172 bytes --]
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 3a9e35aacf..d91a619e65 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -27844,3 +27844,25 @@ (define-public python-iwlib
(description
"This package provides a Python interface to iw wireless tools.")
(license license:gpl2)))
+
+(define-public python-altgraph
+ (package
+ (name "python-altgraph")
+ (version "0.17.2")
+ (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
+ "0jqsfc2p731r534p2b3i677bvr2wp8w4m2my2fw30dd8gcx9nsn2"))))
+ (build-system python-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)))
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [bug#52894] close 52894
2021-12-30 9:39 [bug#52894] gnu: add python-altgraph 0.17.2 Michael Ford
@ 2023-09-12 8:28 ` Michael Ford
2023-09-18 9:02 ` bug#52894: Close: gnu: add python-altgraph 0.17.2 Hilton Chain via Guix-patches via
1 sibling, 0 replies; 3+ messages in thread
From: Michael Ford @ 2023-09-12 8:28 UTC (permalink / raw)
To: 52894
[-- Attachment #1: Type: text/plain, Size: 12 bytes --]
close 52894
[-- Attachment #2: Type: text/html, Size: 33 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
* bug#52894: Close: gnu: add python-altgraph 0.17.2
2021-12-30 9:39 [bug#52894] gnu: add python-altgraph 0.17.2 Michael Ford
2023-09-12 8:28 ` [bug#52894] close 52894 Michael Ford
@ 2023-09-18 9:02 ` Hilton Chain via Guix-patches via
1 sibling, 0 replies; 3+ messages in thread
From: Hilton Chain via Guix-patches via @ 2023-09-18 9:02 UTC (permalink / raw)
To: 52894-close
Closed in favor of <https://issues.guix.gnu.org/65194>.
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2023-09-18 9:04 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-12-30 9:39 [bug#52894] gnu: add python-altgraph 0.17.2 Michael Ford
2023-09-12 8:28 ` [bug#52894] close 52894 Michael Ford
2023-09-18 9:02 ` bug#52894: Close: gnu: add python-altgraph 0.17.2 Hilton Chain via Guix-patches via
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).