pythran: update to 0.15.0.

This commit is contained in:
Andrew J. Hesford 2024-01-08 11:47:55 -05:00
parent b227ed721c
commit f3815f7e7f

View file

@ -1,16 +1,17 @@
# Template file for 'pythran' # Template file for 'pythran'
pkgname=pythran pkgname=pythran
version=0.14.0 version=0.15.0
revision=2 revision=1
build_style=python3-module build_style=python3-pep517
hostmakedepends="python3-setuptools" hostmakedepends="python3-setuptools python3-wheel"
depends="python3-ply python3-gast python3-beniget python3-numpy" depends="python3-ply python3-gast python3-beniget python3-numpy
python3-setuptools"
short_desc="Ahead-of-time compiler for numeric kernels" short_desc="Ahead-of-time compiler for numeric kernels"
maintainer="Andrew J. Hesford <ajh@sideband.org>" maintainer="Andrew J. Hesford <ajh@sideband.org>"
license="BSD-3-Clause" license="BSD-3-Clause"
homepage="https://pythran.readthedocs.io/" homepage="https://pythran.readthedocs.io/"
distfiles="${PYPI_SITE}/p/pythran/pythran-${version}.tar.gz" distfiles="${PYPI_SITE}/p/pythran/pythran-${version}.tar.gz"
checksum=42f3473946205964844eff7f750e2541afb2006d53475d708f5ff2d048db89bd checksum=f9bc61bcb96df2cd4b578abc5a62dfb3fbb0b0ef02c264513dfb615c5f87871c
# Upstream defines no tests # Upstream defines no tests
make_check=no make_check=no