py-gast: add 0.5.4 (#38054)
* py-gast: add 0.5.4 * py-pythran: add 0.12.2 and restict upper bound of py-gast
This commit is contained in:
parent
7ae0e06a62
commit
847d67f223
@ -12,6 +12,7 @@ class PyGast(PythonPackage):
|
||||
homepage = "https://github.com/serge-sans-paille/gast"
|
||||
pypi = "gast/gast-0.3.2.tar.gz"
|
||||
|
||||
version("0.5.4", sha256="9c270fe5f4b130969b54174de7db4e764b09b4f7f67ccfc32480e29f78348d97")
|
||||
version("0.5.3", sha256="cfbea25820e653af9c7d1807f659ce0a0a9c64f2439421a7bba4f0983f532dea")
|
||||
version("0.5.2", sha256="f81fcefa8b982624a31c9e4ec7761325a88a0eba60d36d1da90e47f8fe3c67f7")
|
||||
version("0.5.1", sha256="b00e63584db482ffe6107b5832042bbe5c5bf856e3c7279b6e93201b3dcfcb46")
|
||||
@ -23,4 +24,3 @@ class PyGast(PythonPackage):
|
||||
version("0.2.0", sha256="7068908321ecd2774f145193c4b34a11305bd104b4551b09273dfd1d6a374930")
|
||||
|
||||
depends_on("py-setuptools", type="build")
|
||||
depends_on("python@2.7:2.8,3.4:", type=("build", "run"))
|
||||
|
@ -16,6 +16,7 @@ class PyPythran(PythonPackage):
|
||||
homepage = "https://github.com/serge-sans-paille/pythran"
|
||||
pypi = "pythran/pythran-0.9.11.tar.gz"
|
||||
|
||||
version("0.12.2", sha256="2344c7ad76255f31f79d87877cc6bb8bddc5e5593015dae29b3f821c6c06a627")
|
||||
version("0.12.0", sha256="eff3dd0d3eebe57372f0d14f82985525e9bcdfb5b1d1010e1932cf9207060f9f")
|
||||
version("0.11.0", sha256="0b2cba712e09f7630879dff69f268460bfe34a6d6000451b47d598558a92a875")
|
||||
version("0.10.0", sha256="9dac8e1d50f33d4676003e350b1f0c878ce113e6f907920e92dc103352cac5bf")
|
||||
@ -32,7 +33,8 @@ class PyPythran(PythonPackage):
|
||||
|
||||
depends_on("py-setuptools", type="build")
|
||||
depends_on("py-ply@3.4:", type=("build", "run"))
|
||||
depends_on("py-gast@0.5", when="@0.9.12:", type=("build", "run"))
|
||||
# upper bound due to https://github.com/scipy/scipy/issues/18390
|
||||
depends_on("py-gast@0.5:0.5.3", when="@0.9.12:", type=("build", "run"))
|
||||
depends_on("py-gast@0.4", when="@0.9.7:0.9.11", type=("build", "run"))
|
||||
depends_on("py-gast@0.3.3:0.3", when="@0.9.6", type=("build", "run"))
|
||||
depends_on("py-gast@0.3:", when="@0.9.4:0.9.5", type=("build", "run"))
|
||||
|
Loading…
Reference in New Issue
Block a user