New version: py-pythran 0.10.0 (#27528)
* New version: py-pythran 0.10.0 * Update package.py
This commit is contained in:
parent
347da5f7b3
commit
f472716e96
1 changed files with 2 additions and 1 deletions
|
@ -14,6 +14,7 @@ class PyPythran(PythonPackage):
|
|||
homepage = "https://github.com/serge-sans-paille/pythran"
|
||||
pypi = "pythran/pythran-0.9.11.tar.gz"
|
||||
|
||||
version('0.10.0', sha256='9dac8e1d50f33d4676003e350b1f0c878ce113e6f907920e92dc103352cac5bf')
|
||||
version('0.9.12', sha256='5d50dc74dca1d3f902941865acbae981fc24cceeb9d54673d68d6b5c8c1b0001')
|
||||
version('0.9.11', sha256='a317f91e2aade9f6550dc3bf40b5caeb45b7e012daf27e2b3e4ad928edb01667')
|
||||
version('0.9.10', sha256='8fa1d19624cb2950e5a18974fdcb0dffc57e1a821049dc95df09563edd673915')
|
||||
|
@ -28,7 +29,7 @@ class PyPythran(PythonPackage):
|
|||
depends_on('python@3:', when='@0.9.6:', type=('build', 'run'))
|
||||
depends_on('python@2.7:', when='@:0.9.5', type=('build', 'run'))
|
||||
depends_on('py-setuptools', type='build')
|
||||
depends_on('py-pytest-runner', type='build')
|
||||
depends_on('py-pytest-runner', type='build', when='@:0.9')
|
||||
depends_on('py-ply@3.4:', type=('build', 'run'))
|
||||
depends_on('py-networkx@2:', when='@:0.9.11', type=('build', 'run'))
|
||||
depends_on('py-decorator', when='@:0.9.11', type=('build', 'run'))
|
||||
|
|
Loading…
Reference in a new issue