pythran: update to 0.13.1.

This commit is contained in:
Andrew J. Hesford 2023-05-10 21:55:07 -04:00
parent 27c5c44d9e
commit e9423ca2a7

View file

@ -1,6 +1,6 @@
# Template file for 'pythran' # Template file for 'pythran'
pkgname=pythran pkgname=pythran
version=0.12.1 version=0.13.1
revision=1 revision=1
build_style=python3-module build_style=python3-module
hostmakedepends="python3-setuptools" hostmakedepends="python3-setuptools"
@ -10,7 +10,7 @@ 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=702c2701187cfb38f66c0c20cc85d04d0e156d260a8d92892da65947faa5360e checksum=8aad08162f010e5425a7b254dd68d83311b430bb29f9252dce2eff3ba39497dd
# Upstream defines no tests # Upstream defines no tests
make_check=no make_check=no