| 1 |
# Copyright 1999-2012 Gentoo Foundation |
| 2 |
# Distributed under the terms of the GNU General Public License v2 |
| 3 |
# $Header: /var/cvsroot/gentoo-x86/dev-python/milk/milk-0.4.2.ebuild,v 1.7 2012/08/09 05:56:52 patrick Exp $ |
| 4 |
|
| 5 |
EAPI=4 |
| 6 |
|
| 7 |
PYTHON_DEPEND="2" |
| 8 |
SUPPORT_PYTHON_ABIS="1" |
| 9 |
RESTRICT_PYTHON_ABIS="2.5 3.* *-pypy-* *-jython" |
| 10 |
DISTUTILS_SRC_TEST="setup.py" |
| 11 |
|
| 12 |
inherit distutils |
| 13 |
|
| 14 |
DESCRIPTION="Machine learning toolkit in Python" |
| 15 |
HOMEPAGE="http://luispedro.org/software/milk" |
| 16 |
#SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" |
| 17 |
# missing file from VCS added, bug 427416 |
| 18 |
SRC_URI="http://dev.gentoo.org/~jlec/distfiles/${P}.tar.xz" |
| 19 |
|
| 20 |
LICENSE="MIT" |
| 21 |
SLOT="0" |
| 22 |
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" |
| 23 |
IUSE="test" |
| 24 |
|
| 25 |
RDEPEND="dev-python/numpy" |
| 26 |
DEPEND="dev-python/setuptools |
| 27 |
test? ( dev-python/milksets sci-libs/scipy )" |