New version: py-pythran 0.10.0 (#27528)

* New version: py-pythran 0.10.0

* Update package.py
This commit is contained in:
iarspider 2021-11-19 17:21:21 +01:00 committed by GitHub
parent 347da5f7b3
commit f472716e96
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -14,6 +14,7 @@ class PyPythran(PythonPackage):
homepage = "https://github.com/serge-sans-paille/pythran" homepage = "https://github.com/serge-sans-paille/pythran"
pypi = "pythran/pythran-0.9.11.tar.gz" pypi = "pythran/pythran-0.9.11.tar.gz"
version('0.10.0', sha256='9dac8e1d50f33d4676003e350b1f0c878ce113e6f907920e92dc103352cac5bf')
version('0.9.12', sha256='5d50dc74dca1d3f902941865acbae981fc24cceeb9d54673d68d6b5c8c1b0001') version('0.9.12', sha256='5d50dc74dca1d3f902941865acbae981fc24cceeb9d54673d68d6b5c8c1b0001')
version('0.9.11', sha256='a317f91e2aade9f6550dc3bf40b5caeb45b7e012daf27e2b3e4ad928edb01667') version('0.9.11', sha256='a317f91e2aade9f6550dc3bf40b5caeb45b7e012daf27e2b3e4ad928edb01667')
version('0.9.10', sha256='8fa1d19624cb2950e5a18974fdcb0dffc57e1a821049dc95df09563edd673915') 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@3:', when='@0.9.6:', type=('build', 'run'))
depends_on('python@2.7:', when='@:0.9.5', type=('build', 'run')) depends_on('python@2.7:', when='@:0.9.5', type=('build', 'run'))
depends_on('py-setuptools', type='build') 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-ply@3.4:', type=('build', 'run'))
depends_on('py-networkx@2:', when='@:0.9.11', 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')) depends_on('py-decorator', when='@:0.9.11', type=('build', 'run'))