summaryrefslogtreecommitdiffstats
path: root/python-llvmlite-git
diff options
context:
space:
mode:
authorGuillaume Horel <guillaume.horel@gmail.com>2017-02-13 10:00:15 -0500
committerGuillaume Horel <guillaume.horel@gmail.com>2017-02-13 10:00:15 -0500
commit6b4cca8e1084e7db33ff3487a084d2dc41e9fc23 (patch)
tree790bf8991a6129cebdc766cdf3367fae1aa73053 /python-llvmlite-git
parent2ce9b41f0249e3d2437ad9f78db42c181a3bc964 (diff)
downloadarch-pkgs-6b4cca8e1084e7db33ff3487a084d2dc41e9fc23.tar.gz
move python-llvmlite-git to a submodule
Diffstat (limited to 'python-llvmlite-git')
m---------python-llvmlite-git0
-rw-r--r--python-llvmlite-git/PKGBUILD27
2 files changed, 0 insertions, 27 deletions
diff --git a/python-llvmlite-git b/python-llvmlite-git
new file mode 160000
+Subproject 046974c700c0c871bf290e7bab69a56d84defc8
diff --git a/python-llvmlite-git/PKGBUILD b/python-llvmlite-git/PKGBUILD
deleted file mode 100644
index b1ec6b7..0000000
--- a/python-llvmlite-git/PKGBUILD
+++ /dev/null
@@ -1,27 +0,0 @@
-# Maintainer: Michael Schubert <mschu.dev at gmail>
-pkgname=python-llvmlite
-pkgver=0.13.0.dev.r68.g26716dc
-pkgrel=1
-pkgdesc="Lightweight LLVM python binding for writing JIT compilers"
-url="http://numba.pydata.org/"
-arch=('i686' 'x86_64')
-license=('BSD')
-depends=('python' 'llvm>=3.8.0')
-makedepends=('cython')
-source=('python-llvmlite::git+https://github.com/numba/llvmlite.git')
-md5sums=('SKIP')
-
-pkgver() {
- cd "${pkgname}"
- git describe --long --tags |sed 's/^v//;s/\([^-]*-g\)/r\1/;s/-/./g'
-}
-
-build() {
- cd "$srcdir/$pkgname"
- python setup.py build
-}
-
-package() {
- cd "$srcdir/$pkgname"
- python setup.py install --skip-build --prefix=/usr --root="$pkgdir" --optimize=1
-}