Gentoo Archives: gentoo-commits

From: Aisha Tammy <gentoo@×××××.cc>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: sci-libs/k3match/
Date: Sun, 27 Sep 2020 23:44:57
Message-Id: 1601250256.37580ad3a79e7c371d7acc6dcd1b78fb3ff512ef.epsilon-0@gentoo
1 commit: 37580ad3a79e7c371d7acc6dcd1b78fb3ff512ef
2 Author: Aisha Tammy <gentoo <AT> aisha <DOT> cc>
3 AuthorDate: Sun Sep 27 23:44:16 2020 +0000
4 Commit: Aisha Tammy <gentoo <AT> aisha <DOT> cc>
5 CommitDate: Sun Sep 27 23:44:16 2020 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=37580ad3
7
8 sci-libs/k3match: drop dead package
9
10 suggested replacements
11 - pyflann
12 - pynndescent
13
14 Package-Manager: Portage-3.0.8, Repoman-3.0.1
15 Signed-off-by: Aisha Tammy <gentoo <AT> aisha.cc>
16
17 sci-libs/k3match/k3match-1.1.ebuild | 21 ---------------------
18 sci-libs/k3match/metadata.xml | 12 ------------
19 2 files changed, 33 deletions(-)
20
21 diff --git a/sci-libs/k3match/k3match-1.1.ebuild b/sci-libs/k3match/k3match-1.1.ebuild
22 deleted file mode 100644
23 index 22a049103..000000000
24 --- a/sci-libs/k3match/k3match-1.1.ebuild
25 +++ /dev/null
26 @@ -1,21 +0,0 @@
27 -# Copyright 1999-2014 Gentoo Foundation
28 -# Distributed under the terms of the GNU General Public License v2
29 -
30 -EAPI=5
31 -
32 -PYTHON_COMPAT=( python2_7 )
33 -PYTHON_REQ_USE="threads"
34 -
35 -inherit distutils-r1
36 -
37 -DESCRIPTION="Fast matching of large sets of points in 3D space, in O(N log N) time"
38 -HOMEPAGE="http://pschella.github.com/k3match/"
39 -SRC_URI="http://www.astro.ru.nl/~pschella/files/software/${PN}/${P}.tar.gz"
40 -
41 -LICENSE="GPL-3"
42 -SLOT="0"
43 -KEYWORDS="~amd64 ~x86"
44 -IUSE=" "
45 -
46 -DEPEND=">=dev-python/numpy-1.4.0[${PYTHON_USEDEP}]"
47 -RDEPEND="${DEPEND}"
48
49 diff --git a/sci-libs/k3match/metadata.xml b/sci-libs/k3match/metadata.xml
50 deleted file mode 100644
51 index 27bcacd8e..000000000
52 --- a/sci-libs/k3match/metadata.xml
53 +++ /dev/null
54 @@ -1,12 +0,0 @@
55 -<?xml version="1.0" encoding="UTF-8"?>
56 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
57 -<pkgmetadata>
58 - <maintainer type="person">
59 - <email>AstroFloyd@×××××.com</email>
60 - <name>AstroFloyd</name>
61 - </maintainer>
62 - <maintainer type="project">
63 - <email>sci@g.o</email>
64 - <name>Gentoo Science Project</name>
65 - </maintainer>
66 -</pkgmetadata>