1 # Maintainer: Renan Birck <renan.ee.ufsm at Google's mail service>
6 pkgdesc="A distributed evolutionary algorithm library in the Python language"
8 url="http://code.google.com/p/deap"
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')
17 cd "${srcdir}/${pkgname/python-/}-${pkgver}"
19 python2 setup.py install --root="${pkgdir}" --optimize=1
21 md5sums=('2f31a0925b7b66c06aa836eafd8d8d5f')