* [gentoo-commits] gentoo-x86 commit in sci-mathematics/mlpy: mlpy-3.5.0.ebuild metadata.xml ChangeLog
@ 2012-05-11 16:11 Donnie Berkholz (dberkholz)
0 siblings, 0 replies; 3+ messages in thread
From: Donnie Berkholz (dberkholz) @ 2012-05-11 16:11 UTC (permalink / raw
To: gentoo-commits
dberkholz 12/05/11 16:11:41
Added: mlpy-3.5.0.ebuild metadata.xml ChangeLog
Log:
New package: Machine Learning PYthon (mlpy) is a high-performance Python library for predictive modeling.
(Portage version: 2.2.0_alpha101/cvs/Linux x86_64)
Revision Changes Path
1.1 sci-mathematics/mlpy/mlpy-3.5.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/mlpy/mlpy-3.5.0.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/mlpy/mlpy-3.5.0.ebuild?rev=1.1&content-type=text/plain
Index: mlpy-3.5.0.ebuild
===================================================================
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/mlpy/mlpy-3.5.0.ebuild,v 1.1 2012/05/11 16:11:40 dberkholz Exp $
EAPI=4
inherit distutils
DESCRIPTION="Machine Learning PYthon (mlpy) is a high-performance Python library for predictive modeling"
HOMEPAGE="https://mlpy.fbk.eu/"
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64"
IUSE="doc"
RDEPEND=">=sci-libs/gsl-1.11
>=dev-python/numpy-1.3
>=sci-libs/scipy-0.7
>=dev-lang/python-2.6"
DEPEND="${RDEPEND}
doc? ( dev-python/sphinx )"
src_install() {
distutils_src_install
if use doc; then
pushd docs 2>/dev/null || die
emake html || die
dohtml -r build/html/*
popd 2>/dev/null || die
fi
}
1.1 sci-mathematics/mlpy/metadata.xml
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/mlpy/metadata.xml?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/mlpy/metadata.xml?rev=1.1&content-type=text/plain
Index: metadata.xml
===================================================================
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer>
<email>dberkholz@gentoo.org</email>
<name>Donnie Berkholz</name>
</maintainer>
</pkgmetadata>
1.1 sci-mathematics/mlpy/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/mlpy/ChangeLog?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/mlpy/ChangeLog?rev=1.1&content-type=text/plain
Index: ChangeLog
===================================================================
# ChangeLog for sci-mathematics/mlpy
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/mlpy/ChangeLog,v 1.1 2012/05/11 16:11:40 dberkholz Exp $
*mlpy-3.5.0 (11 May 2012)
11 May 2012; Donnie Berkholz <dberkholz@gentoo.org>; +mlpy-3.5.0.ebuild,
+metadata.xml:
New package: Machine Learning PYthon (mlpy) is a high-performance Python
library for predictive modeling.
^ permalink raw reply [flat|nested] 3+ messages in thread
* [gentoo-commits] gentoo-x86 commit in sci-mathematics/mlpy: mlpy-3.5.0.ebuild metadata.xml ChangeLog
@ 2012-12-06 20:36 Sebastien Fabbro (bicatali)
0 siblings, 0 replies; 3+ messages in thread
From: Sebastien Fabbro (bicatali) @ 2012-12-06 20:36 UTC (permalink / raw
To: gentoo-commits
bicatali 12/12/06 20:36:31
Modified: mlpy-3.5.0.ebuild metadata.xml ChangeLog
Log:
Keyword x86, amd64-linux and x86-linux. Added sci as herd maintainership
(Portage version: 2.2.01.21313-prefix/cvs/Linux x86_64, signed Manifest commit with key 0x13CB1360)
Revision Changes Path
1.2 sci-mathematics/mlpy/mlpy-3.5.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/mlpy/mlpy-3.5.0.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/mlpy/mlpy-3.5.0.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/mlpy/mlpy-3.5.0.ebuild?r1=1.1&r2=1.2
Index: mlpy-3.5.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/mlpy/mlpy-3.5.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- mlpy-3.5.0.ebuild 11 May 2012 16:11:40 -0000 1.1
+++ mlpy-3.5.0.ebuild 6 Dec 2012 20:36:31 -0000 1.2
@@ -1,17 +1,17 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/mlpy/mlpy-3.5.0.ebuild,v 1.1 2012/05/11 16:11:40 dberkholz Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/mlpy/mlpy-3.5.0.ebuild,v 1.2 2012/12/06 20:36:31 bicatali Exp $
EAPI=4
inherit distutils
-DESCRIPTION="Machine Learning PYthon (mlpy) is a high-performance Python library for predictive modeling"
+DESCRIPTION="High-performance Python library for predictive modeling"
HOMEPAGE="https://mlpy.fbk.eu/"
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
LICENSE="GPL-3"
SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
IUSE="doc"
RDEPEND=">=sci-libs/gsl-1.11
>=dev-python/numpy-1.3
1.2 sci-mathematics/mlpy/metadata.xml
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/mlpy/metadata.xml?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/mlpy/metadata.xml?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/mlpy/metadata.xml?r1=1.1&r2=1.2
Index: metadata.xml
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/mlpy/metadata.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- metadata.xml 11 May 2012 16:11:40 -0000 1.1
+++ metadata.xml 6 Dec 2012 20:36:31 -0000 1.2
@@ -1,8 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <maintainer>
- <email>dberkholz@gentoo.org</email>
- <name>Donnie Berkholz</name>
- </maintainer>
+<herd>sci</herd>
+<maintainer>
+ <email>dberkholz@gentoo.org</email>
+ <name>Donnie Berkholz</name>
+</maintainer>
+<longdescription lang="en">
+ mlpy provides a wide range of state-of-the-art machine learning
+ methods for supervised and unsupervised problems and it is aimed at
+ finding a reasonable compromise among modularity, maintainability,
+ reproducibility, usability and efficiency.
+</longdescription>
</pkgmetadata>
1.2 sci-mathematics/mlpy/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/mlpy/ChangeLog?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/mlpy/ChangeLog?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/mlpy/ChangeLog?r1=1.1&r2=1.2
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/mlpy/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog 11 May 2012 16:11:40 -0000 1.1
+++ ChangeLog 6 Dec 2012 20:36:31 -0000 1.2
@@ -1,6 +1,10 @@
# ChangeLog for sci-mathematics/mlpy
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/mlpy/ChangeLog,v 1.1 2012/05/11 16:11:40 dberkholz Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/mlpy/ChangeLog,v 1.2 2012/12/06 20:36:31 bicatali Exp $
+
+ 06 Dec 2012; Sébastien Fabbro <bicatali@gentoo.org> metadata.xml,
+ mlpy-3.5.0.ebuild:
+ Keyword x86, amd64-linux and x86-linux. Added sci as herd maintainership
*mlpy-3.5.0 (11 May 2012)
@@ -8,4 +12,3 @@
+metadata.xml:
New package: Machine Learning PYthon (mlpy) is a high-performance Python
library for predictive modeling.
-
^ permalink raw reply [flat|nested] 3+ messages in thread
* [gentoo-commits] gentoo-x86 commit in sci-mathematics/mlpy: mlpy-3.5.0.ebuild metadata.xml ChangeLog
@ 2013-12-11 12:49 Justin Lecher (jlec)
0 siblings, 0 replies; 3+ messages in thread
From: Justin Lecher (jlec) @ 2013-12-11 12:49 UTC (permalink / raw
To: gentoo-commits
jlec 13/12/11 12:49:15
Modified: mlpy-3.5.0.ebuild metadata.xml ChangeLog
Log:
sci-mathematics/mlpy: Bump to EAPI=5 and distutils-r1.eclass
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!)
Revision Changes Path
1.3 sci-mathematics/mlpy/mlpy-3.5.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/mlpy/mlpy-3.5.0.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/mlpy/mlpy-3.5.0.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/mlpy/mlpy-3.5.0.ebuild?r1=1.2&r2=1.3
Index: mlpy-3.5.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/mlpy/mlpy-3.5.0.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- mlpy-3.5.0.ebuild 6 Dec 2012 20:36:31 -0000 1.2
+++ mlpy-3.5.0.ebuild 11 Dec 2013 12:49:15 -0000 1.3
@@ -1,30 +1,34 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/mlpy/mlpy-3.5.0.ebuild,v 1.2 2012/12/06 20:36:31 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/mlpy/mlpy-3.5.0.ebuild,v 1.3 2013/12/11 12:49:15 jlec Exp $
-EAPI=4
+EAPI=5
-inherit distutils
+PYTHON_COMPAT=( python{2_6,2_7} )
+
+inherit distutils-r1
DESCRIPTION="High-performance Python library for predictive modeling"
HOMEPAGE="https://mlpy.fbk.eu/"
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
+
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
IUSE="doc"
-RDEPEND=">=sci-libs/gsl-1.11
- >=dev-python/numpy-1.3
- >=sci-libs/scipy-0.7
- >=dev-lang/python-2.6"
+
+RDEPEND="
+ >=sci-libs/gsl-1.11
+ >=dev-python/numpy-1.3[${PYTHON_USEDEP}]
+ >=sci-libs/scipy-0.7[${PYTHON_USEDEP}]"
DEPEND="${RDEPEND}
- doc? ( dev-python/sphinx )"
+ doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )"
-src_install() {
- distutils_src_install
+pyhton_install_all() {
+ distutils-r1_python_install_all
if use doc; then
pushd docs 2>/dev/null || die
- emake html || die
+ emake html
dohtml -r build/html/*
popd 2>/dev/null || die
fi
1.3 sci-mathematics/mlpy/metadata.xml
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/mlpy/metadata.xml?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/mlpy/metadata.xml?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/mlpy/metadata.xml?r1=1.2&r2=1.3
Index: metadata.xml
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/mlpy/metadata.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- metadata.xml 6 Dec 2012 20:36:31 -0000 1.2
+++ metadata.xml 11 Dec 2013 12:49:15 -0000 1.3
@@ -1,12 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
-<herd>sci</herd>
-<maintainer>
- <email>dberkholz@gentoo.org</email>
- <name>Donnie Berkholz</name>
-</maintainer>
-<longdescription lang="en">
+ <herd>sci</herd>
+ <maintainer>
+ <email>dberkholz@gentoo.org</email>
+ <name>Donnie Berkholz</name>
+ </maintainer>
+ <longdescription lang="en">
mlpy provides a wide range of state-of-the-art machine learning
methods for supervised and unsupervised problems and it is aimed at
finding a reasonable compromise among modularity, maintainability,
1.3 sci-mathematics/mlpy/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/mlpy/ChangeLog?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/mlpy/ChangeLog?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/mlpy/ChangeLog?r1=1.2&r2=1.3
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/mlpy/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog 6 Dec 2012 20:36:31 -0000 1.2
+++ ChangeLog 11 Dec 2013 12:49:15 -0000 1.3
@@ -1,6 +1,9 @@
# ChangeLog for sci-mathematics/mlpy
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/mlpy/ChangeLog,v 1.2 2012/12/06 20:36:31 bicatali Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/mlpy/ChangeLog,v 1.3 2013/12/11 12:49:15 jlec Exp $
+
+ 11 Dec 2013; Justin Lecher <jlec@gentoo.org> mlpy-3.5.0.ebuild, metadata.xml:
+ Bump to EAPI=5 and distutils-r1.eclass
06 Dec 2012; Sébastien Fabbro <bicatali@gentoo.org> metadata.xml,
mlpy-3.5.0.ebuild:
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2013-12-11 12:49 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-05-11 16:11 [gentoo-commits] gentoo-x86 commit in sci-mathematics/mlpy: mlpy-3.5.0.ebuild metadata.xml ChangeLog Donnie Berkholz (dberkholz)
-- strict thread matches above, loose matches on Subject: below --
2012-12-06 20:36 Sebastien Fabbro (bicatali)
2013-12-11 12:49 Justin Lecher (jlec)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox