From 7f65ead70bb691f6829608b658823ec93fce66d0 Mon Sep 17 00:00:00 2001 From: whoami Date: Wed, 20 Mar 2019 20:16:07 +0300 Subject: [PATCH] New package: python3-typed-ast-1.3.1 --- srcpkgs/python3-typed-ast/template | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 srcpkgs/python3-typed-ast/template diff --git a/srcpkgs/python3-typed-ast/template b/srcpkgs/python3-typed-ast/template new file mode 100644 index 00000000000..0c09d1a9226 --- /dev/null +++ b/srcpkgs/python3-typed-ast/template @@ -0,0 +1,20 @@ +# Template file for 'python3-typed-ast' +pkgname=python3-typed-ast +version=1.3.1 +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 " +license="Apache-2.0" +homepage="https://github.com/python/typed_ast" +distfiles="${PYPI_SITE}/t/typed-ast/typed-ast-${version}.tar.gz" +checksum=606d8afa07eef77280c2bf84335e24390055b478392e1975f96286d99d0cb424 +nocross="https://travis-ci.org/void-linux/void-packages/jobs/509366923#L1009" + +post_install() { + vlicense LICENSE +}