16 lines
608 B
Bash
16 lines
608 B
Bash
# Template file for 'python3-asttokens'
|
|
pkgname=python3-asttokens
|
|
version=2.0.5
|
|
revision=1
|
|
wrksrc="${pkgname#python3-}-${version}"
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools_scm"
|
|
depends="python3-six"
|
|
checkdepends="python3-pytest python3-astroid $depends"
|
|
short_desc="Annotate Python AST with source text and token information"
|
|
maintainer="Andrew J. Hesford <ajh@sideband.org>"
|
|
license="Apache-2.0"
|
|
homepage="https://github.com/gristlabs/asttokens"
|
|
distfiles="${PYPI_SITE}/a/asttokens/asttokens-${version}.tar.gz"
|
|
checksum=9a54c114f02c7a9480d56550932546a3f1fe71d8a02f1bc7ccd0ee3ee35cf4d5
|