|
21 | 21 | ((gnu packages python) #:select (python-minimal)) |
22 | 22 | ((gnu packages python-build) #:select (python-tomli)) |
23 | 23 | ((gnu packages python-crypto) #:select (python-asn1crypto)) |
| 24 | + ((gnu packages python-xyz) #:select (python-altgraph)) |
24 | 25 | ((gnu packages tls) #:select (openssl)) |
25 | 26 | ((gnu packages version-control) #:select (git-minimal)) |
26 | 27 | (guix build-system cmake) |
@@ -377,29 +378,6 @@ certificates or paths. Supports various options, including: validation at a |
377 | 378 | specific moment in time, whitelisting and revocation checks.") |
378 | 379 | (license license:expat)))) |
379 | 380 |
|
380 | | -(define-public python-altgraph |
381 | | - (package |
382 | | - (name "python-altgraph") |
383 | | - (version "0.17") |
384 | | - (source |
385 | | - (origin |
386 | | - (method git-fetch) |
387 | | - (uri (git-reference |
388 | | - (url "https://github.com/ronaldoussoren/altgraph") |
389 | | - (commit (string-append "v" version)))) |
390 | | - (file-name (git-file-name name version)) |
391 | | - (sha256 |
392 | | - (base32 |
393 | | - "09sm4srvvkw458pn48ga9q7ykr4xlz7q8gh1h9w7nxpf001qgpwb")))) |
394 | | - (build-system python-build-system) |
395 | | - (home-page "https://github.com/ronaldoussoren/altgraph") |
396 | | - (synopsis "Python graph (network) package") |
397 | | - (description "altgraph is a fork of graphlib: a graph (network) package for |
398 | | -constructing graphs, BFS and DFS traversals, topological sort, shortest paths, |
399 | | -etc. with graphviz output.") |
400 | | - (license license:expat))) |
401 | | - |
402 | | - |
403 | 381 | (define-public python-macholib |
404 | 382 | (package |
405 | 383 | (name "python-macholib") |
|
0 commit comments