20 lines
588 B
Bash
20 lines
588 B
Bash
# Template file for 'pythran'
|
|
pkgname=pythran
|
|
version=0.12.1
|
|
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 <ajh@sideband.org>"
|
|
license="BSD-3-Clause"
|
|
homepage="https://pythran.readthedocs.io/"
|
|
distfiles="${PYPI_SITE}/p/pythran/pythran-${version}.tar.gz"
|
|
checksum=702c2701187cfb38f66c0c20cc85d04d0e156d260a8d92892da65947faa5360e
|
|
# Upstream defines no tests
|
|
make_check=no
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|