py-asttokens: add 2.0.8 (#32760)

This commit is contained in:
Manuela Kuhn 2022-09-23 10:49:43 +02:00 committed by GitHub
parent 86958669cf
commit e98e27ac3f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,9 +12,11 @@ class PyAsttokens(PythonPackage):
homepage = "https://github.com/gristlabs/asttokens"
pypi = "asttokens/asttokens-2.0.5.tar.gz"
version("2.0.8", sha256="c61e16246ecfb2cde2958406b4c8ebc043c9e6d73aaa83c941673b35e5d3a76b")
version("2.0.5", sha256="9a54c114f02c7a9480d56550932546a3f1fe71d8a02f1bc7ccd0ee3ee35cf4d5")
depends_on("py-setuptools@44:", type="build")
depends_on("py-setuptools-scm+toml@3.4.3:", type="build")
depends_on("py-six", type=("build", "run"))
depends_on("py-typing", when="@2.0.7: ^python@:3.4", type=("build", "run"))