void-packages/srcpkgs/pythran/template

20 lines
588 B
Bash
Raw Normal View History

2021-12-06 14:11:56 +00:00
# Template file for 'pythran'
pkgname=pythran
2021-12-14 15:57:37 +00:00
version=0.11.0
2021-12-06 14:11:56 +00:00
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"
2021-12-14 15:57:37 +00:00
checksum=0b2cba712e09f7630879dff69f268460bfe34a6d6000451b47d598558a92a875
2021-12-06 14:11:56 +00:00
# Upstream defines no tests
make_check=no
post_install() {
vlicense LICENSE
}