Gentoo Archives: gentoo-commits

From: Andrew Ammerlaan <andrewammerlaan@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: dev-python/pynndescent/
Date: Sat, 03 Jul 2021 10:32:53
Message-Id: 1625308361.4e2d9cc156b932e407b50db0e0b2e4369a293b2c.andrewammerlaan@gentoo
1 commit: 4e2d9cc156b932e407b50db0e0b2e4369a293b2c
2 Author: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jul 3 10:32:41 2021 +0000
4 Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
5 CommitDate: Sat Jul 3 10:32:41 2021 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=4e2d9cc1
7
8 dev-python/pynndescent: drop old
9
10 Package-Manager: Portage-3.0.20, Repoman-3.0.3
11 Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>
12
13 dev-python/pynndescent/pynndescent-0.4.8.ebuild | 27 -------------------------
14 dev-python/pynndescent/pynndescent-0.5.1.ebuild | 27 -------------------------
15 2 files changed, 54 deletions(-)
16
17 diff --git a/dev-python/pynndescent/pynndescent-0.4.8.ebuild b/dev-python/pynndescent/pynndescent-0.4.8.ebuild
18 deleted file mode 100644
19 index 49c6afa23..000000000
20 --- a/dev-python/pynndescent/pynndescent-0.4.8.ebuild
21 +++ /dev/null
22 @@ -1,27 +0,0 @@
23 -# Copyright 1999-2020 Gentoo Authors
24 -# Distributed under the terms of the GNU General Public License v2
25 -
26 -EAPI=7
27 -
28 -PYTHON_COMPAT=( python3_{6..8} )
29 -
30 -inherit distutils-r1
31 -
32 -DESCRIPTION="nearest neighbor descent for approximate nearest neighbors"
33 -HOMEPAGE="https://github.com/lmcinnes/pynndescent"
34 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
35 -
36 -LICENSE="MIT"
37 -SLOT="0"
38 -KEYWORDS="~amd64 ~x86"
39 -
40 -RDEPEND="${PYTHON_DEPS}
41 - dev-python/joblib[${PYTHON_USEDEP}]
42 - >=dev-python/numba-0.51.2[${PYTHON_USEDEP}]
43 - >=dev-python/llvmlite-0.34[${PYTHON_USEDEP}]
44 - dev-python/scipy[${PYTHON_USEDEP}]
45 - <=sci-libs/scikit-learn-0.24.0[${PYTHON_USEDEP}]
46 -"
47 -DEPEND="${RDEPEND}"
48 -
49 -distutils_enable_tests nose
50
51 diff --git a/dev-python/pynndescent/pynndescent-0.5.1.ebuild b/dev-python/pynndescent/pynndescent-0.5.1.ebuild
52 deleted file mode 100644
53 index 49c6afa23..000000000
54 --- a/dev-python/pynndescent/pynndescent-0.5.1.ebuild
55 +++ /dev/null
56 @@ -1,27 +0,0 @@
57 -# Copyright 1999-2020 Gentoo Authors
58 -# Distributed under the terms of the GNU General Public License v2
59 -
60 -EAPI=7
61 -
62 -PYTHON_COMPAT=( python3_{6..8} )
63 -
64 -inherit distutils-r1
65 -
66 -DESCRIPTION="nearest neighbor descent for approximate nearest neighbors"
67 -HOMEPAGE="https://github.com/lmcinnes/pynndescent"
68 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
69 -
70 -LICENSE="MIT"
71 -SLOT="0"
72 -KEYWORDS="~amd64 ~x86"
73 -
74 -RDEPEND="${PYTHON_DEPS}
75 - dev-python/joblib[${PYTHON_USEDEP}]
76 - >=dev-python/numba-0.51.2[${PYTHON_USEDEP}]
77 - >=dev-python/llvmlite-0.34[${PYTHON_USEDEP}]
78 - dev-python/scipy[${PYTHON_USEDEP}]
79 - <=sci-libs/scikit-learn-0.24.0[${PYTHON_USEDEP}]
80 -"
81 -DEPEND="${RDEPEND}"
82 -
83 -distutils_enable_tests nose