From 083582bcf8eb61f1f59b3607c8841be682f7920f Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Mon, 6 Dec 2021 09:01:45 -0500 Subject: [PATCH] New package: python3-gast-0.5.3 --- srcpkgs/python3-gast/template | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 srcpkgs/python3-gast/template 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 +}