diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2020-04-06 08:35:26 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2020-04-06 08:38:06 +0300 |
commit | 7622f900c65bed93baa22c98c8b09cce1af77e64 (patch) | |
tree | fdb9fda6b1291d0ed16223e0968f7ab337335890 /dev-python/python-cluster | |
parent | net-news/newsboat: unmaintain (diff) | |
download | gentoo-7622f900c65bed93baa22c98c8b09cce1af77e64.tar.gz gentoo-7622f900c65bed93baa22c98c8b09cce1af77e64.tar.bz2 gentoo-7622f900c65bed93baa22c98c8b09cce1af77e64.zip |
dev-python: mass last-rites removal
Closes: https://bugs.gentoo.org/711808
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Diffstat (limited to 'dev-python/python-cluster')
-rw-r--r-- | dev-python/python-cluster/Manifest | 1 | ||||
-rw-r--r-- | dev-python/python-cluster/metadata.xml | 12 | ||||
-rw-r--r-- | dev-python/python-cluster/python-cluster-1.2.2.ebuild | 23 |
3 files changed, 0 insertions, 36 deletions
diff --git a/dev-python/python-cluster/Manifest b/dev-python/python-cluster/Manifest deleted file mode 100644 index 2f0865d7bdc3..000000000000 --- a/dev-python/python-cluster/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST cluster-1.2.2.tar.gz 44074 BLAKE2B b9a986d326e34d88f193d0bf7ceab404aa17aa8864a8cefa201f47ff0a4372d6a2103e05424f5bc0623cbec3f08beefe2d216c6638969bc85f1cb2432bd5665e SHA512 02600fa1fccdb07251bea83ab81908c22968fcfd4d6ccf382a75ab43117ee8ecc4385f7666f272d1e6cfc0634f7e15778635b50fde572773e564604c981e75cf diff --git a/dev-python/python-cluster/metadata.xml b/dev-python/python-cluster/metadata.xml deleted file mode 100644 index 070c122ee7a6..000000000000 --- a/dev-python/python-cluster/metadata.xml +++ /dev/null @@ -1,12 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>python@gentoo.org</email> - <name>Python</name> - </maintainer> - <upstream> - <remote-id type="pypi">cluster</remote-id> - <remote-id type="github">exhuma/python-cluster</remote-id> - </upstream> -</pkgmetadata> diff --git a/dev-python/python-cluster/python-cluster-1.2.2.ebuild b/dev-python/python-cluster/python-cluster-1.2.2.ebuild deleted file mode 100644 index 827b297422c3..000000000000 --- a/dev-python/python-cluster/python-cluster-1.2.2.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -PYTHON_COMPAT=( python3_6 pypy3 ) - -inherit distutils-r1 eutils - -DESCRIPTION="Allows grouping a list of arbitrary objects into related groups (clusters)" -HOMEPAGE="https://github.com/exhuma/python-cluster" -SRC_URI="mirror://pypi/c/cluster/cluster-${PV}.tar.gz" - -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="" - -S="${WORKDIR}/cluster-${PV}" - -python_test() { - "${PYTHON}" test.py || die "Testing failed with ${EPYTHON}" -} |