/[gentoo-x86]/dev-python/milk/milk-0.4.2.ebuild
Gentoo

Contents of /dev-python/milk/milk-0.4.2.ebuild

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.8 - (show annotations) (download)
Fri Nov 23 04:30:49 2012 UTC (6 months ago) by bicatali
Branch: MAIN
CVS Tags: HEAD
Changes since 1.7: +1 -1 lines
FILE REMOVED
Version bump

(Portage version: 2.2.01.21313-prefix/cvs/Linux x86_64, signed Manifest commit with key 0x13CB1360)

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 )"

  ViewVC Help
Powered by ViewVC 1.1.20