updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / python2-sklearn / PKGBUILD
blob8ce409a589294f9b328df8ecf9c782b26ca9825b
1 # Maintainer: Steven Hiscocks <hiscockssd _at_ googlemail _dot_ com>
2 pkgname=python2-sklearn
3 pkgver=0.9
4 pkgrel=1
5 pkgdesc="scikit-learn is an easy-to-use and general-purpose machine learning in Python"
6 arch=('any')
7 url="http://scikit-learn.sourceforge.net/"
8 license=('BSD')
9 depends=('python2-scipy')
10 makedepends=('python2-distribute')
11 source=("http://downloads.sourceforge.net/project/scikit-learn/scikit-learn-${pkgver}.tar.gz")
12 md5sums=('25491af8dde7be9138f7e1d283bb3a50')
14 build() {
15   cd $srcdir/scikit-learn-${pkgver}
16   python2 setup.py install --root=$pkgdir/ --optimize=1 || return 1