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