mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-pygraphviz: Update to 1.14.
* gnu/packages/graphviz.scm (python-pygraphviz): Update to 1.14. [build-system]: Switch to pyproject. [native-inputs]: Remove python-nose and python-doctest-ignore-unicode; add python-setuptools and python-wheel. [description]: Start from a new line and apply fill paragraph. Change-Id: Ie363cc2c5628c5f7f032e2b9c6a886908f67d222
This commit is contained in:
parent
f00571cfbb
commit
b495f3bfac
1 changed files with 16 additions and 11 deletions
|
@ -181,7 +181,7 @@ visualization tool suite.")
|
||||||
(define-public python-pygraphviz
|
(define-public python-pygraphviz
|
||||||
(package
|
(package
|
||||||
(name "python-pygraphviz")
|
(name "python-pygraphviz")
|
||||||
(version "1.10")
|
(version "1.14")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -190,20 +190,25 @@ visualization tool suite.")
|
||||||
(commit (string-append "pygraphviz-" version))))
|
(commit (string-append "pygraphviz-" version))))
|
||||||
(file-name (string-append "pygraphviz-" version "-checkout"))
|
(file-name (string-append "pygraphviz-" version "-checkout"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32 "03q6k030nvrl30a86bgnjqjh1csh8zpw8dkgajkn33v3cx7jc9a7"))))
|
||||||
"1yrzjp5n86ynlj32p5dj1aj67md6bzkk8hac74j5y3mbl94m259g"))))
|
(build-system pyproject-build-system)
|
||||||
(build-system python-build-system)
|
(arguments
|
||||||
|
(list
|
||||||
|
#:test-flags #~(list "--pyargs" "pygraphviz")))
|
||||||
|
(native-inputs
|
||||||
|
(list python-mock
|
||||||
|
python-pytest
|
||||||
|
python-setuptools
|
||||||
|
python-wheel))
|
||||||
(inputs
|
(inputs
|
||||||
(list graphviz))
|
(list graphviz))
|
||||||
(native-inputs
|
|
||||||
(list python-nose python-mock python-pytest
|
|
||||||
python-doctest-ignore-unicode))
|
|
||||||
(home-page "https://pygraphviz.github.io")
|
(home-page "https://pygraphviz.github.io")
|
||||||
(synopsis "Python interface to Graphviz")
|
(synopsis "Python interface to Graphviz")
|
||||||
(description "PyGraphviz is a Python interface to the Graphviz graph
|
(description
|
||||||
layout and visualization package. With PyGraphviz you can create, edit, read,
|
"PyGraphviz is a Python interface to the Graphviz graph layout and
|
||||||
write, and draw graphs using Python to access the Graphviz graph data
|
visualization package. With PyGraphviz you can create, edit, read, write, and
|
||||||
structure and layout algorithms.")
|
draw graphs using Python to access the Graphviz graph data structure and
|
||||||
|
layout algorithms.")
|
||||||
(license license:bsd-3)))
|
(license license:bsd-3)))
|
||||||
|
|
||||||
(define-public python-uqbar
|
(define-public python-uqbar
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue