diff options
author | Aaron Mavrinac <mavrinac@gmail.com> | 2011-01-13 10:07:42 -0500 |
---|---|---|
committer | Aaron Mavrinac <mavrinac@gmail.com> | 2011-01-13 10:07:42 -0500 |
commit | 9a5e6b82229bf9bfea33c75bad76ba71a5eb8de0 (patch) | |
tree | 73e2cca31871173a98cd40aae3f5115e61fcc6ba | |
parent | Initial import of www-plugins/google-talkplugin ebuild. (diff) | |
download | ezod-9a5e6b82229bf9bfea33c75bad76ba71a5eb8de0.tar.gz ezod-9a5e6b82229bf9bfea33c75bad76ba71a5eb8de0.tar.bz2 ezod-9a5e6b82229bf9bfea33c75bad76ba71a5eb8de0.zip |
Initial import of dev-python/pyevolve ebuild.
-rw-r--r-- | dev-python/pyevolve/Manifest | 2 | ||||
-rw-r--r-- | dev-python/pyevolve/pyevolve-0.6_rc1.ebuild | 24 |
2 files changed, 26 insertions, 0 deletions
diff --git a/dev-python/pyevolve/Manifest b/dev-python/pyevolve/Manifest new file mode 100644 index 0000000..18d667b --- /dev/null +++ b/dev-python/pyevolve/Manifest @@ -0,0 +1,2 @@ +DIST Pyevolve-0.6rc1.tar.gz 2362561 RMD160 56a2b5ac007a6187d38b3d970fdac8169a767427 SHA1 8884e6f712f6f96dfc0112cb46a9b361d33eb4b1 SHA256 23ce2d97ed64a195073ef8e1569e20a4512f420c76bb9389c24f214d72945828 +EBUILD pyevolve-0.6_rc1.ebuild 572 RMD160 b4a7d206c6c283bdf3c3f52ba921e6ca4cf2177f SHA1 21e38ffdf31667e0ed103ea21e20c709107a3cb3 SHA256 b147a4c9146e3eaf20f1ef8063e2dde80a2c026f75d139bcf92b120919f6db66 diff --git a/dev-python/pyevolve/pyevolve-0.6_rc1.ebuild b/dev-python/pyevolve/pyevolve-0.6_rc1.ebuild new file mode 100644 index 0000000..4a025fc --- /dev/null +++ b/dev-python/pyevolve/pyevolve-0.6_rc1.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=3 +PYTHON_DEPEND="2:2.5" + +inherit distutils eutils + +DESCRIPTION="Pyevolve is a complete genetic algorithm framework in pure Python." +HOMEPAGE="http://pyevolve.sourceforge.net" +SRC_URI="mirror://sourceforge/Pyevolve/0.6rc1/Pyevolve-0.6rc1.tar.gz" + +LICENSE="PSF" +SLOT="0" +KEYWORDS="amd64" +IUSE="+matplotlib" + +DEPEND="virtual/python + dev-python/setuptools + matplotlib? ( dev-python/matplotlib )" +RDEPEND="${DEPEND}" + +S="${WORKDIR}/Pyevolve-0.6rc1" |