Package Details: python-deap 0.9.1-1

Package Base: python-deap
Description: Distributed Evolutionary Algorithms in Python
Upstream URL: http://deap.googlecode.com/
Category: devel
Licenses: LGPL
Submitter: None
Maintainer: ishanarora
Last Packager: None
Votes: 2
First Submitted: 2011-10-20 01:36
Last Updated: 2013-06-20 11:40

Dependencies (1)

Required by (0)

Sources

Latest Comments

Comment by gu_ludo

2015-04-24 16:42

The source is not at googlecode.com anymore and it's out of date.
I'd recommend changing the version to 1.0.1 and the source to git+https://github.com/DEAP/deap.git#tag=$pkgver

Comment by drbig

2014-05-19 13:02

If anyone is interested/lazy I updated properly the PKGBUILD (for python2) here: http://insomniac.pl/~drbig/python2-deap.PKGBUILD

Anonymous comment

2012-12-27 04:40

Unfortunately I do not have the time and interest to put into maintaining those packages; feel free to take them over.

The pkgbuilds are at my hg repo: https://bitbucket.org/renanbirck/pkgbuilds

Anonymous comment

2012-02-13 15:23

Fixed.

Anonymous comment

2012-02-13 15:21

Hi, I'm one of DEAP developper.
There is two small problems with the PKGBUILD :
1- The license of DEAP is GNU Lesser GPL, not GPL3.
2- There is no dependency on pysqlite.

A dependency on python-numpy could however be added, since it is needed to use CMA-ES.