commit: 908051c6fb20117ba51fb92165227fbd2df46ef1
Author: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 26 11:24:22 2022 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Wed Jan 26 11:24:22 2022 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=908051c6
dev-python/pynndescent: bump to 0.5.6
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>
.../{pynndescent-0.5.2.ebuild => pynndescent-0.5.6.ebuild} | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
diff --git a/dev-python/pynndescent/pynndescent-0.5.2.ebuild
b/dev-python/pynndescent/pynndescent-0.5.6.ebuild
similarity index 81%
rename from dev-python/pynndescent/pynndescent-0.5.2.ebuild
rename to dev-python/pynndescent/pynndescent-0.5.6.ebuild
index 3eeb7ae79..1e9eb00e4 100644
--- a/dev-python/pynndescent/pynndescent-0.5.2.ebuild
+++ b/dev-python/pynndescent/pynndescent-0.5.6.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=7
+EAPI=8
-PYTHON_COMPAT=( python3_{8..9} )
+PYTHON_COMPAT=( python3_{8..10} )
inherit distutils-r1
@@ -15,9 +15,10 @@ LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-RDEPEND="${PYTHON_DEPS}
+RDEPEND="
dev-python/joblib[${PYTHON_USEDEP}]
>=dev-python/numba-0.51.2[${PYTHON_USEDEP}]
+ >=dev-python/numpy-1.17[${PYTHON_USEDEP}]
>=dev-python/llvmlite-0.34[${PYTHON_USEDEP}]
>=dev-python/scipy-1.0[${PYTHON_USEDEP}]
>=sci-libs/scikit-learn-0.18.0[${PYTHON_USEDEP}]