summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-02-16 08:57:13 +0100
committerMichał Górny <mgorny@gentoo.org>2020-02-16 08:57:13 +0100
commit86c0bf2d9761da5eae0eaaf18d725f035d2eed22 (patch)
treecb90d7ea7d51b15860da119787c9b8250362bd69
parentdev-python/milksets: Remove last-rited pkg (diff)
downloadgentoo-86c0bf2d9761da5eae0eaaf18d725f035d2eed22.tar.gz
gentoo-86c0bf2d9761da5eae0eaaf18d725f035d2eed22.tar.bz2
gentoo-86c0bf2d9761da5eae0eaaf18d725f035d2eed22.zip
dev-python/milk: Remove last-rited pkg
Closes: https://bugs.gentoo.org/705518 Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--dev-python/milk/Manifest1
-rw-r--r--dev-python/milk/metadata.xml26
-rw-r--r--dev-python/milk/milk-0.6.1.ebuild27
-rw-r--r--profiles/package.mask5
4 files changed, 0 insertions, 59 deletions
diff --git a/dev-python/milk/Manifest b/dev-python/milk/Manifest
deleted file mode 100644
index 1c1d5c23ebaf..000000000000
--- a/dev-python/milk/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST milk-0.6.1.tar.gz 628357 BLAKE2B ea781b87aed1ed2b20d8eea16efe3cfc1e9777144e8847ea8617f2de3ee523cc3a9dbb54879206e146924487a10d41302e01d6fa78c812c8c5523b360cdd1e5c SHA512 54a94bc1bf760320b53b2f65396e117bdccd0d4d5e6bdb4684b68d96f3cb3beaf3cc9b285d3ba91b1f97ba335750591c1fb2d2115468ec617dbd1cc65fed9f8f
diff --git a/dev-python/milk/metadata.xml b/dev-python/milk/metadata.xml
deleted file mode 100644
index 320bb4cda904..000000000000
--- a/dev-python/milk/metadata.xml
+++ /dev/null
@@ -1,26 +0,0 @@
-<?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>
diff --git a/dev-python/milk/milk-0.6.1.ebuild b/dev-python/milk/milk-0.6.1.ebuild
deleted file mode 100644
index f0cea5d438f3..000000000000
--- a/dev-python/milk/milk-0.6.1.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# 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}] )"
diff --git a/profiles/package.mask b/profiles/package.mask
index dc9d6e0c01c2..5cce8e76f353 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -571,11 +571,6 @@ net-analyzer/pchar
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
# python2_7 out of default PYTHON_TARGETS first.