From d8a482cf35b4817610658efec817f5d0b76dfc5c Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Mon, 6 Dec 2021 09:11:56 -0500 Subject: [PATCH] New package: pythran-0.10.0 --- srcpkgs/pythran/template | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 srcpkgs/pythran/template diff --git a/srcpkgs/pythran/template b/srcpkgs/pythran/template new file mode 100644 index 00000000000..08e3af42085 --- /dev/null +++ b/srcpkgs/pythran/template @@ -0,0 +1,19 @@ +# Template file for 'pythran' +pkgname=pythran +version=0.10.0 +revision=1 +build_style=python3-module +hostmakedepends="python3-setuptools" +depends="python3-ply python3-gast python3-beniget python3-numpy" +short_desc="Ahead-of-time compiler for numeric kernels" +maintainer="Andrew J. Hesford " +license="BSD-3-Clause" +homepage="https://pythran.readthedocs.io/" +distfiles="${PYPI_SITE}/p/pythran/pythran-${version}.tar.gz" +checksum=9dac8e1d50f33d4676003e350b1f0c878ce113e6f907920e92dc103352cac5bf +# Upstream defines no tests +make_check=no + +post_install() { + vlicense LICENSE +}