updated on Wed Jan 25 16:08:47 UTC 2012
[aur-mirror.git] / python-deap / PKGBUILD
blobdcd8c93fedd829cab6b4c12f69d439a9fc789780
1 # Maintainer: Renan Birck <renan.ee.ufsm at Google's mail service>
3 pkgname=python-deap
4 pkgver=0.7.1
5 pkgrel=1
6 pkgdesc="A distributed evolutionary algorithm library in the Python language"
7 arch=('any')
8 url="http://code.google.com/p/deap"
9 license=('GPL3')
10 depends=('python2' 'python-pysqlite')
11 source=("http://deap.googlecode.com/files/deap-${pkgver}.tar.gz")
12 md5sums=('b9c8caa823c5312cce3abda897f8f5fe')
13 optdepends=('python2-mpi4py: Distributed processing using mpi4py, not needed if you are using the builtin python multiprocessing module.'
14             'python-networkx: visualization of the genealogy of an evolution')
16 package() {
17   cd "${srcdir}/${pkgname/python-/}-${pkgver}"
19   python2 setup.py install --root="${pkgdir}" --optimize=1
21 md5sums=('2f31a0925b7b66c06aa836eafd8d8d5f')