summarylogtreecommitdiffstats
path: root/.SRCINFO
blob: dcb7d04161daa5df03e2d36da0fbaf615b21fa2b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
pkgbase = python-llvmlite
	pkgdesc = Lightweight LLVM python binding for writing JIT compilers
	pkgver = 0.7.0
	pkgrel = 2
	url = http://numba.pydata.org/
	arch = i686
	arch = x86_64
	license = BSD
	makedepends = cython
	depends = python
	depends = llvm<3.7.0
	source = https://github.com/numba/llvmlite/archive/v0.7.0.tar.gz
	md5sums = 712b1b2267dc312c1806b2667bc761bc

pkgname = python-llvmlite