idella4 15/01/04 05:19:41
Modified: ChangeLog
Added: pyml-0.7.13.2-r1.ebuild
Removed: pyml-0.7.13.1.ebuild pyml-0.7.13.2.ebuild
pyml-0.7.12.ebuild pyml-0.7.11.ebuild
Log:
revbump; conversion -> distutils-r1, rm old
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key
0xB8072B0D)
Revision Changes Path
1.6 dev-python/pyml/ChangeLog
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyml/ChangeLog?rev=1.6&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyml/ChangeLog?rev=1.6&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyml/ChangeLog?r1=1.5&r2=1.6
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyml/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog 1 Oct 2013 01:12:55 -0000 1.5
+++ ChangeLog 4 Jan 2015 05:19:41 -0000 1.6
@@ -1,6 +1,13 @@
# ChangeLog for dev-python/pyml
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyml/ChangeLog,v 1.5 2013/10/01
01:12:55 patrick Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyml/ChangeLog,v 1.6 2015/01/04
05:19:41 idella4 Exp $
+
+*pyml-0.7.13.2-r1 (04 Jan 2015)
+
+ 04 Jan 2015; Ian Delaney <[email protected]> +pyml-0.7.13.2-r1.ebuild,
+ -pyml-0.7.11.ebuild, -pyml-0.7.12.ebuild, -pyml-0.7.13.1.ebuild,
+ -pyml-0.7.13.2.ebuild:
+ revbump; conversion -> distutils-r1, rm old
*pyml-0.7.13.2 (01 Oct 2013)
1.1 dev-python/pyml/pyml-0.7.13.2-r1.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyml/pyml-0.7.13.2-r1.ebuild?rev=1.1&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyml/pyml-0.7.13.2-r1.ebuild?rev=1.1&content-type=text/plain
Index: pyml-0.7.13.2-r1.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/pyml/pyml-0.7.13.2-r1.ebuild,v
1.1 2015/01/04 05:19:41 idella4 Exp $
EAPI=5
PYTHON_COMPAT=( python2_7 )
inherit distutils-r1
MYP=PyML-${PV}
DESCRIPTION="Python machine learning package"
HOMEPAGE="http://pyml.sourceforge.net"
SRC_URI="mirror://sourceforge/${PN}/${MYP}.tar.gz"
LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
IUSE="doc"
RDEPEND="dev-python/numpy[${PYTHON_USEDEP}]"
DEPEND="${RDEPEND}
dev-python/setuptools[${PYTHON_USEDEP}]"
S="${WORKDIR}/${MYP}"
python_test() {
pushd data > /dev/null
"${PYTHON}" -c "from PyML.demo import pyml_test;
pyml_test.test('svm')" || die "tests failed"
popd > /dev/null
}
python_install_all() {
use doc && dodoc doc/tutorial.pdf && dohtml -r doc/autodoc/*
}