2015-04-09 09:14:12 +03:00
|
|
|
# Copyright 1999-2015 Gentoo Foundation
|
2013-05-30 13:02:03 +04:00
|
|
|
# Distributed under the terms of the GNU General Public License v2
|
2015-08-11 00:17:55 +03:00
|
|
|
# $Id$
|
2013-05-30 13:02:03 +04:00
|
|
|
|
|
|
|
EAPI="5"
|
2015-04-09 09:14:12 +03:00
|
|
|
PYTHON_COMPAT=( python{2_7,3_3} )
|
2013-05-30 13:02:03 +04:00
|
|
|
|
|
|
|
inherit distutils-r1
|
|
|
|
|
|
|
|
DESCRIPTION="Novel evolutionary computation framework"
|
2014-02-23 21:34:17 +04:00
|
|
|
HOMEPAGE="https://code.google.com/p/deap/"
|
2013-05-30 13:02:03 +04:00
|
|
|
SRC_URI="https://deap.googlecode.com/files/${P}.tar.gz"
|
|
|
|
|
|
|
|
LICENSE="LGPL-3"
|
|
|
|
SLOT="0"
|
|
|
|
KEYWORDS="~amd64 ~x86"
|
|
|
|
IUSE=""
|
|
|
|
|
|
|
|
RDEPEND=""
|
|
|
|
DEPEND="dev-python/setuptools"
|