pythran: update to 0.12.0.

This commit is contained in:
Andrew J. Hesford 2022-10-03 10:49:30 -04:00
parent 34f1d4d8e4
commit de6b33fd89

View file

@ -1,6 +1,6 @@
# Template file for 'pythran' # Template file for 'pythran'
pkgname=pythran pkgname=pythran
version=0.11.0 version=0.12.0
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=0b2cba712e09f7630879dff69f268460bfe34a6d6000451b47d598558a92a875 checksum=eff3dd0d3eebe57372f0d14f82985525e9bcdfb5b1d1010e1932cf9207060f9f
# Upstream defines no tests # Upstream defines no tests
make_check=no make_check=no