# Template file for 'python3-typed-ast' pkgname=python3-typed-ast version=1.4.3 revision=1 wrksrc="typed_ast-${version}" build_style=python3-module hostmakedepends="python3-setuptools" makedepends="python3-devel" checkdepends="python3-pytest" short_desc="AST module with type comment support" maintainer="whoami " license="Apache-2.0" homepage="https://github.com/python/typed_ast" distfiles="https://github.com/python/typed_ast/archive/${version}.tar.gz" checksum=c393d5576856f50189e741c38850e529f38aeb77fd7b40d2d9b1f4340e802faa do_check() { PYTHONPATH="$(cd build/lib* && pwd)" pytest }