mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Remove python-networkx-next.
It's the same version variant as python-networkx. * gnu/packages/python-xyz.scm (python-networkx-next): Delete variable. * gnu/packages/maths.scm (python-mathics-django) [propagated-inputs]: Remove python-networkx-next; add python-networkx. Change-Id: Iedc48767af728ff258cc7b2d453f979eb1cc70e4
This commit is contained in:
parent
20591361e1
commit
e63728d0f0
2 changed files with 1 additions and 14 deletions
|
@ -11118,7 +11118,7 @@ Mathics3.")
|
||||||
(propagated-inputs (list python-django-4.2
|
(propagated-inputs (list python-django-4.2
|
||||||
python-mathics-scanner
|
python-mathics-scanner
|
||||||
python-mathics-core
|
python-mathics-core
|
||||||
python-networkx-next
|
python-networkx
|
||||||
python-pygments
|
python-pygments
|
||||||
python-requests))
|
python-requests))
|
||||||
(native-inputs (list python-pytest python-setuptools python-wheel))
|
(native-inputs (list python-pytest python-setuptools python-wheel))
|
||||||
|
|
|
@ -15062,19 +15062,6 @@ interfaces in an easy and portable manner.")
|
||||||
of the structure, dynamics, and functions of complex networks.")
|
of the structure, dynamics, and functions of complex networks.")
|
||||||
(license license:bsd-3)))
|
(license license:bsd-3)))
|
||||||
|
|
||||||
(define-public python-networkx-next
|
|
||||||
(package
|
|
||||||
(inherit python-networkx)
|
|
||||||
(name "python-networkx")
|
|
||||||
(version "3.4.2")
|
|
||||||
(source
|
|
||||||
(origin
|
|
||||||
(method url-fetch)
|
|
||||||
(uri (pypi-uri "networkx" version))
|
|
||||||
(sha256
|
|
||||||
(base32 "1qaks3c3h5qlw25z949q3plw8iwgm9h152kwnam64lwc89lkcz1h"))))
|
|
||||||
(build-system pyproject-build-system)))
|
|
||||||
|
|
||||||
(define-public python-datrie
|
(define-public python-datrie
|
||||||
(package
|
(package
|
||||||
(name "python-datrie")
|
(name "python-datrie")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue