void-packages/srcpkgs/pythran/template

21 lines
622 B
Bash

# Template file for 'pythran'
pkgname=pythran
version=0.16.1
revision=2
build_style=python3-pep517
hostmakedepends="python3-setuptools python3-wheel"
depends="python3-ply python3-gast python3-beniget python3-numpy
python3-setuptools"
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=861748c0f9c7d422b32724b114b3817d818ed4eab86c09781aa0a3f7ceabb7f9
# Upstream defines no tests
make_check=no
post_install() {
vlicense LICENSE
}