diff options
Diffstat (limited to 'sci-mathematics')
-rw-r--r-- | sci-mathematics/mlpy/ChangeLog | 7 | ||||
-rw-r--r-- | sci-mathematics/mlpy/metadata.xml | 15 | ||||
-rw-r--r-- | sci-mathematics/mlpy/mlpy-3.5.0.ebuild | 6 |
3 files changed, 19 insertions, 9 deletions
diff --git a/sci-mathematics/mlpy/ChangeLog b/sci-mathematics/mlpy/ChangeLog index 490b111515b7..e739bcdae166 100644 --- a/sci-mathematics/mlpy/ChangeLog +++ b/sci-mathematics/mlpy/ChangeLog @@ -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. - diff --git a/sci-mathematics/mlpy/metadata.xml b/sci-mathematics/mlpy/metadata.xml index f48d50709994..2e8d0acb37bf 100644 --- a/sci-mathematics/mlpy/metadata.xml +++ b/sci-mathematics/mlpy/metadata.xml @@ -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> diff --git a/sci-mathematics/mlpy/mlpy-3.5.0.ebuild b/sci-mathematics/mlpy/mlpy-3.5.0.ebuild index 79837aa931d9..1ab2093cb732 100644 --- a/sci-mathematics/mlpy/mlpy-3.5.0.ebuild +++ b/sci-mathematics/mlpy/mlpy-3.5.0.ebuild @@ -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 |