void-packages/srcpkgs/python3-typed-ast/template
2019-04-18 16:56:49 -03:00

16 lines
633 B
Bash

# Template file for 'python3-typed-ast'
pkgname=python3-typed-ast
version=1.3.4
revision=1
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="${PYPI_SITE}/t/typed-ast/typed-ast-${version}.tar.gz"
checksum=68c362848d9fb71d3c3e5f43c09974a0ae319144634e7a47db62f0f2a54a7fa7
nocross="https://travis-ci.org/void-linux/void-packages/jobs/509366923#L1009"