mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-asttokens: Update to 3.0.0.
* gnu/packages/python-xyz.scm (python-asttokens): Update to 3.0.0. [propagated-inputs]: Remove python-six. Change-Id: I289e2675c5d72b7f016d2bc791f75c0e4da29112
This commit is contained in:
parent
f1d7d79ad8
commit
0175a31f8f
1 changed files with 2 additions and 4 deletions
|
@ -14751,13 +14751,13 @@ to Python code.")
|
|||
(define-public python-asttokens
|
||||
(package
|
||||
(name "python-asttokens")
|
||||
(version "2.4.1")
|
||||
(version "3.0.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "asttokens" version))
|
||||
(sha256
|
||||
(base32 "182b4l8sys07a46icg68h7b3d8iqkzvgsjqkgq1fp9m9idqnjf5h"))))
|
||||
(base32 "1ixv6n8cg08n9h6rwyhd3lkzyjiwpbfv56dk338w3c32inm8pk8d"))))
|
||||
(build-system pyproject-build-system)
|
||||
(native-inputs
|
||||
(list python-astroid
|
||||
|
@ -14765,8 +14765,6 @@ to Python code.")
|
|||
python-setuptools
|
||||
python-setuptools-scm
|
||||
python-wheel))
|
||||
(propagated-inputs
|
||||
(list python-six))
|
||||
(home-page "https://github.com/gristlabs/asttokens")
|
||||
(synopsis "Python library to annotate abstract syntax trees")
|
||||
(description "The @code{asttokens} module annotates Python abstract syntax
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue