dev-qt/qtopengl: stable 5.14.2 for ppc, bug #719732
[gentoo.git] / sci-libs / deap / deap-1.0.0.ebuild
1 # Copyright 1999-2019 Gentoo Authors
2 # Distributed under the terms of the GNU General Public License v2
3
4 EAPI="5"
5
6 PYTHON_COMPAT=( python2_7 )
7 inherit distutils-r1
8
9 DESCRIPTION="Distributed Evolutionary Algorithms in Python"
10 HOMEPAGE="https://code.google.com/p/deap/ https://pypi.org/project/deap/"
11 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
12
13 LICENSE="LGPL-3"
14 SLOT="0"
15 KEYWORDS="~amd64 ~x86"
16 IUSE=""
17
18 RDEPEND=""
19 DEPEND="dev-python/setuptools"