diff --git a/srcpkgs/python3-gast/template b/srcpkgs/python3-gast/template new file mode 100644 index 00000000000..787d9ff0c0c --- /dev/null +++ b/srcpkgs/python3-gast/template @@ -0,0 +1,19 @@ +# Template file for 'python3-gast' +pkgname=python3-gast +version=0.5.3 +revision=1 +wrksrc="gast-${version}" +build_style=python3-module +hostmakedepends="python3-setuptools" +depends="python3" +checkdepends="python3-pytest" +short_desc="Python AST that abstracts the underlying Python version" +maintainer="Andrew J. Hesford " +license="BSD-3-Clause" +homepage="https://github.com/serge-sans-paille/gast" +distfiles="${PYPI_SITE}/g/gast/gast-${version}.tar.gz" +checksum=cfbea25820e653af9c7d1807f659ce0a0a9c64f2439421a7bba4f0983f532dea + +post_install() { + vlicense LICENSE +}