py-pythran: add 0.16, fix compat bounds (#43983)

This commit is contained in:
Harmen Stoppels 2024-05-29 08:13:11 +02:00 committed by GitHub
parent 16a7bef456
commit cd741c368c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -20,6 +20,8 @@ class PyPythran(PythonPackage):
license("BSD-3-Clause")
maintainers("rgommers")
version("0.16.1", sha256="861748c0f9c7d422b32724b114b3817d818ed4eab86c09781aa0a3f7ceabb7f9")
version("0.16.0", sha256="37dcf6aa9713b352b05004e3a20d14b3de7399bb0d7fe2027bd2b9e2833fe65a")
version("0.15.0", sha256="f9bc61bcb96df2cd4b578abc5a62dfb3fbb0b0ef02c264513dfb615c5f87871c")
version("0.12.2", sha256="2344c7ad76255f31f79d87877cc6bb8bddc5e5593015dae29b3f821c6c06a627")
version("0.12.0", sha256="eff3dd0d3eebe57372f0d14f82985525e9bcdfb5b1d1010e1932cf9207060f9f")
@ -75,6 +77,8 @@ class PyPythran(PythonPackage):
conflicts("%apple-clang@13:", when="@:0.10")
# https://github.com/serge-sans-paille/pythran/issues/2101
conflicts("^python@3.11:", when="@:0.12.1")
# from distutils.errors import CompileError in run.py
conflicts("^python@3.12:", when="@:0.15")
@property
def headers(self):