updated on Thu Jan 19 20:01:47 UTC 2012
[aur-mirror.git] / python2-dark / PKGBUILD
blob38a4788bcfba8f562552d016cfe7431ce5291a65
1 # Maintainer: Andrey Mikhaylenko <neithere at gmail dot com>
2 pkgname=python2-dark
3 pkgver=0.7.1
4 pkgrel=1
5 pkgdesc="Data Analysis and Reporting Kit (DARK)"
6 arch=(any)
7 url="http://bitbucket.org/neithere/dark/"
8 license=('LGPL3')
9 depends=('python2>=2.5' 'python2-doqu')
10 makedepends=('python2-distribute')
11 optdepends=()
12 provides=()
13 conflicts=()
14 replaces=()
15 backup=()
16 options=(!emptydirs)
17 install=
18 source=(http://pypi.python.org/packages/source/d/dark/dark-${pkgver}.tar.gz)
19 md5sums=('27d490d586d45eb382eb70cbf0ecae5d')
21 build() {
22    cd "${srcdir}/dark-${pkgver}"
23    python2 setup.py install --root="${pkgdir}" --optimize=1 || exit 1