vp-build/srcpkgs/python3-typed-ast/template

20 lines
600 B
Bash

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