diff options
author | Slawek Lis <slis@gentoo.org> | 2013-05-29 08:42:32 +0000 |
---|---|---|
committer | Slawek Lis <slis@gentoo.org> | 2013-05-29 08:42:32 +0000 |
commit | af6d70d1e880382f9beae04d382398fa4472a3fb (patch) | |
tree | 897a6cc473a19df8e86a64bee9761eef1c1d9792 /sci-libs/deap/deap-0.9.1.ebuild | |
parent | Remove old. (diff) | |
download | gentoo-2-af6d70d1e880382f9beae04d382398fa4472a3fb.tar.gz gentoo-2-af6d70d1e880382f9beae04d382398fa4472a3fb.tar.bz2 gentoo-2-af6d70d1e880382f9beae04d382398fa4472a3fb.zip |
Added deap package
(Portage version: 2.1.12.2/cvs/Linux x86_64, signed Manifest commit with key 0x55265D89)
Diffstat (limited to 'sci-libs/deap/deap-0.9.1.ebuild')
-rw-r--r-- | sci-libs/deap/deap-0.9.1.ebuild | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/sci-libs/deap/deap-0.9.1.ebuild b/sci-libs/deap/deap-0.9.1.ebuild new file mode 100644 index 000000000000..45be64e3630e --- /dev/null +++ b/sci-libs/deap/deap-0.9.1.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sci-libs/deap/deap-0.9.1.ebuild,v 1.1 2013/05/29 08:42:32 slis Exp $ + +EAPI="5" +PYTHON_COMPAT=( python{2_6,2_7,3_1,3_2,3_3} ) + +inherit distutils-r1 + +DESCRIPTION="Novel evolutionary computation framework" +HOMEPAGE="https://code.google.com/p/${PN}/" +SRC_URI="https://deap.googlecode.com/files/${P}.tar.gz" + +LICENSE="LGPL-3" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND="" +DEPEND="dev-python/setuptools" |