summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 388e9acf02ab11bf97285b723e448a0ed96538c6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Maintainer: Michael Schubert <mschu.dev at gmail>
pkgname=python2-ipython-cluster-helper
_pkgname=${pkgname#python2-}
pkgver=0.6.4
pkgrel=1
pkgdesc="Quickly and easily parallelize Python functions using IPython on a cluster"
url="https://github.com/roryk/ipython-cluster-helper"
license=("MIT")
depends=('ipython2' 'python2-netifaces')
makedepends=('python2-distribute')
arch=('any')
source=("https://github.com/roryk/ipython-cluster-helper/archive/v$pkgver.tar.gz")
md5sums=('ebd7c07a3b8b6e61909375714d2e368f')

package() {
  cd "$_pkgname-$pkgver"
  python2 setup.py install --root="$pkgdir" --optimize=1 
}