summarylogtreecommitdiffstats
path: root/.SRCINFO
blob: a3d7009a102ad3cc6fdf79d74412b3af7ddccbcd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
pkgbase = python-llvmlite
	pkgdesc = Lightweight LLVM python binding for writing JIT compilers
	pkgver = 0.27.0
	pkgrel = 3
	url = https://github.com/numba/llvmlite
	arch = i686
	arch = x86_64
	license = BSD
	makedepends = cython
	depends = python
	depends = llvm>=7.0.0
	depends = llvm<7.1.0
	depends = llvm-libs
	source = https://github.com/numba/llvmlite/archive/v0.27.0.tar.gz
	sha256sums = 0469c683cfadb0484fb1a1f89a3df537864e9f2ad89df927c4349d90242dedca

pkgname = python-llvmlite