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
Search Criteria
Package Details: python-deap 0.9.1-1
Package Actions
- View PKGBUILD
- Download tarball
- Search wiki
- Flagged out-of-date (2014-04-04)
| Package Base: | python-deap |
|---|---|
| Description: | Distributed Evolutionary Algorithms in Python |
| Upstream URL: | http://deap.googlecode.com/ |
| Category: | devel |
| Licenses: | |
| Submitter: | None |
| Maintainer: | ishanarora |
| Last Packager: | None |
| Votes: | 2 |
| First Submitted: | 2011-10-20 01:36 |
| Last Updated: | 2013-06-20 11:40 |
Latest Comments
Comment by gu_ludo
Comment by drbig
If anyone is interested/lazy I updated properly the PKGBUILD (for python2) here: http://insomniac.pl/~drbig/python2-deap.PKGBUILD
Anonymous comment
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
Fixed.
Anonymous comment
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.