+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<maintainer type="project">
- <email>sci@gentoo.org</email>
- <name>Gentoo Science Project</name>
-</maintainer>
-<longdescription lang="en">
- Milk is a machine learning toolkit in Python.
- Its focus is on supervised classification with several classifiers
- available: SVMs (based on libsvm), k-NN, random forests, decision
- trees. It also performs feature selection. These classifiers can be
- combined in many ways to form different classification systems.
- For unsupervised learning, milk supports k-means clustering and
- affinity propagation.
- Milk is flexible about its inputs. It optimised for numpy arrays, but
- can often handle anything (for example, for SVMs, you can use any
- dataype and any kernel and it does the right thing).
- There is a strong emphasis on speed and low memory usage. Therefore,
- most of the performance sensitive code is in C++. This is behind
- Python-based interfaces for convenience.
-</longdescription>
-<upstream>
- <remote-id type="pypi">milk</remote-id>
-</upstream>
-</pkgmetadata>
+++ /dev/null
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 )
-
-inherit distutils-r1
-
-DESCRIPTION="Machine learning toolkit in Python"
-HOMEPAGE="http://luispedro.org/software/milk"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
- || (
- dev-python/numpy-python2[${PYTHON_USEDEP}]
- dev-python/numpy[${PYTHON_USEDEP}]
- )"
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
- dev-cpp/eigen:3
- test? ( dev-python/milksets sci-libs/scipy[${PYTHON_USEDEP}] )"
# Removal in 30 days. Bug #705522.
dev-python/pyemf
-# Michał Górny <mgorny@gentoo.org> (2020-01-16)
-# Abandoned upstream. Python 2 only. No reverse dependencies.
-# Removal in 30 days. Bug #705518.
-dev-python/milk
-
# Michał Górny <mgorny@gentoo.org> (2020-01-16)
# The new version loses Python 2 support but does not introduce any real
# changes. Let's mask it to reduce the noise, and hopefully try to get