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

17 lines
642 B
Bash

# Template file for 'python3-typed-ast'
pkgname=python3-typed-ast
version=1.4.0
revision=2
wrksrc="typed_ast-${version}"
build_style=python3-module
pycompile_module="typed_ast"
hostmakedepends="python3-devel python3-setuptools"
makedepends="python3-devel"
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=bd02998404953db788e9d09c1030c4f0eb9d87986b08bd30e9fc00a8e30d6dd8
nocross="https://travis-ci.org/void-linux/void-packages/jobs/509366923#L1009"