1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-20 09:10:30 +02:00

gnu: python-asttokens: Update to 2.4.1.

* gnu/packages/python-xyz.scm (python-asttokens): Update to 2.4.1.
[build-system]: Swap to pyproject-build-system.
[native-inputs]: Add python-setuptools and python-wheel.

Change-Id: I95381f41e6e09d65ee0bfcef4c39d39a658a7607
This commit is contained in:
Sharlatan Hellseher
2024-11-22 16:52:54 +00:00
parent 860f7ad11b
commit 1a31a9fa1c

View File

@@ -13218,16 +13218,22 @@ to Python code.")
(define-public python-asttokens
(package
(name "python-asttokens")
(version "2.2.1")
(version "2.4.1")
(source
(origin
(method url-fetch)
(uri (pypi-uri "asttokens" version))
(sha256
(base32 "1wwlpvnrh67z4228841zgpqc46vigslzmbvk2izbfc3g585i28j6"))))
(build-system python-build-system)
(propagated-inputs (list python-six))
(native-inputs (list python-astroid python-pytest python-setuptools-scm))
(base32 "182b4l8sys07a46icg68h7b3d8iqkzvgsjqkgq1fp9m9idqnjf5h"))))
(build-system pyproject-build-system)
(native-inputs
(list python-astroid
python-pytest
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