py-llvmlite: add 0.38.0 (#28822)

This commit is contained in:
Manuela Kuhn 2022-02-10 22:26:35 +01:00 committed by GitHub
parent 4437ff1fc3
commit 16d1746fc3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -12,6 +12,7 @@ class PyLlvmlite(PythonPackage):
homepage = "https://llvmlite.readthedocs.io/en/latest/index.html" homepage = "https://llvmlite.readthedocs.io/en/latest/index.html"
pypi = "llvmlite/llvmlite-0.23.0.tar.gz" pypi = "llvmlite/llvmlite-0.23.0.tar.gz"
version('0.38.0', sha256='a99d166ccf3b116f3b9ed23b9b70ba2415640a9c978f3aaa13fad49c58f4965c')
version('0.37.0', sha256='6392b870cd018ec0c645d6bbb918d6aa0eeca8c62674baaee30862d6b6865b15') version('0.37.0', sha256='6392b870cd018ec0c645d6bbb918d6aa0eeca8c62674baaee30862d6b6865b15')
version('0.34.0', sha256='f03ee0d19bca8f2fe922bb424a909d05c28411983b0c2bc58b020032a0d11f63') version('0.34.0', sha256='f03ee0d19bca8f2fe922bb424a909d05c28411983b0c2bc58b020032a0d11f63')
version('0.33.0', sha256='9c8aae96f7fba10d9ac864b443d1e8c7ee4765c31569a2b201b3d0b67d8fc596') version('0.33.0', sha256='9c8aae96f7fba10d9ac864b443d1e8c7ee4765c31569a2b201b3d0b67d8fc596')
@ -24,7 +25,8 @@ class PyLlvmlite(PythonPackage):
version('0.20.0', sha256='b2f174848df16bb9195a07fec102110a06d018da736bd9b3570a54d44c797c29') version('0.20.0', sha256='b2f174848df16bb9195a07fec102110a06d018da736bd9b3570a54d44c797c29')
depends_on('py-setuptools', type='build') depends_on('py-setuptools', type='build')
depends_on('python@3.7:3.9', type=('build', 'run'), when='@0.37.0:') depends_on('python@3.7:3.10', type=('build', 'run'), when='@0.38.0:')
depends_on('python@3.7:3.9', type=('build', 'run'), when='@0.37')
depends_on('python@3.6:', type=('build', 'run'), when='@0.33:') depends_on('python@3.6:', type=('build', 'run'), when='@0.33:')
depends_on('python@2.6:2.8,3.4:', type=('build', 'run')) depends_on('python@2.6:2.8,3.4:', type=('build', 'run'))
depends_on('py-enum34', type=('build', 'run'), when='@:0.32.0 ^python@:3.3') depends_on('py-enum34', type=('build', 'run'), when='@:0.32.0 ^python@:3.3')