1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-15 19:40:46 +02:00

gnu: python-networkx2: Remove variable.

* gnu/packages/python.scm (python-networkx2): Remove variable.
* gnu/packages/patches/python-networkx2-reproducible-build.patch: Remove
file.
* gnu/local.mk (dist_patch_DATA): Remove it.
This commit is contained in:
Efraim Flashner 2018-11-11 10:29:56 +02:00
parent c92d056a8b
commit 5ac2b2717f
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351
3 changed files with 0 additions and 49 deletions

View file

@ -5208,25 +5208,6 @@ of the structure, dynamics, and functions of complex networks.")
(define-public python2-networkx
(package-with-python2 python-networkx))
;; Define new package, because the current version of python-colormath does
;; not build against 2.0.
(define-public python-networkx2
(package (inherit python-networkx)
(name "python-networkx2")
(version "2.0")
(source
(origin
(method url-fetch)
(uri (pypi-uri "networkx" version ".zip"))
(sha256
(base32
"1ajl2jp8qry9nyjzzkqpy0vmsr14d23z1qk7y0vr5iwjbpvzhpyd"))
(patches
(search-patches "python-networkx2-reproducible-build.patch"))))))
(define-public python2-networkx2
(package-with-python2 python-networkx2))
(define-public python-datrie
(package
(name "python-datrie")