aboutsummaryrefslogtreecommitdiff
blob: 4d2b94f712eccbd911d5f54b8056b0398f85b139 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

EAPI=6

PYTHON_COMPAT=( python2_7 )

inherit distutils-r1

DESCRIPTION="GUI for ffnet - feed forward neural network for python"
HOMEPAGE="http://ffnet.sourceforge.net"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"

SLOT="0"
LICENSE="GPL-3"
KEYWORDS="~x86 ~amd64"
IUSE=""

DEPEND="${PYTHON_DEPS}
	>=dev-python/ffnet-0.8.3[${PYTHON_USEDEP}]
	>=dev-python/matplotlib-1.4[${PYTHON_USEDEP}]
	dev-python/traitsui[${PYTHON_USEDEP}]"
RDEPEND="${DEPEND}"