aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Ammerlaan <andrewammerlaan@gentoo.org>2022-01-26 12:24:22 +0100
committerAndrew Ammerlaan <andrewammerlaan@gentoo.org>2022-01-26 12:24:22 +0100
commit908051c6fb20117ba51fb92165227fbd2df46ef1 (patch)
treeeb27429e7b82eeed04a00a299d5f2ebdc97b3feb /dev-python
parentsci-biology/mappy: bump to 2.24 (diff)
downloadsci-908051c6fb20117ba51fb92165227fbd2df46ef1.tar.gz
sci-908051c6fb20117ba51fb92165227fbd2df46ef1.tar.bz2
sci-908051c6fb20117ba51fb92165227fbd2df46ef1.zip
dev-python/pynndescent: bump to 0.5.6
Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/pynndescent/Manifest2
-rw-r--r--dev-python/pynndescent/pynndescent-0.5.6.ebuild (renamed from dev-python/pynndescent/pynndescent-0.5.2.ebuild)9
2 files changed, 6 insertions, 5 deletions
diff --git a/dev-python/pynndescent/Manifest b/dev-python/pynndescent/Manifest
index d3d33643f..a92be64b7 100644
--- a/dev-python/pynndescent/Manifest
+++ b/dev-python/pynndescent/Manifest
@@ -1 +1 @@
-DIST pynndescent-0.5.2.tar.gz 1148182 BLAKE2B 64cff5fe0d92b2d735564b7e3a1dc62c64bcaec33d8d5bfaffbcf61423ff1cef388dd2335479dff5af7f50848dbe8d9640a22add54b2b90a979cb13d0894b371 SHA512 b38bbf8aab91d4278572a6446e4750022e2b2bc82e7a8f7754b8ec74c0ae1f7795364ef4e22cd6bd39071056ebacaedeb79981620e3143d3c9060a1520c85aae
+DIST pynndescent-0.5.6.tar.gz 1135907 BLAKE2B 53f09045b14b3026ff1a2fa1ed27a4ce75f23e9c25ca0469c5ce207a51a25c778a7c2d3af51c3a724e1c0cd4eb148b3a8e73b6d39e819fc9c4cb0549240623be SHA512 9556754d4edbdfe442abf6b95b1970b8c606616a0012fc7a6875e1dfbe9a98b21b317eee84836c2b521dffb0db4e19ba6c8f1f9009498d43153ffda0f0a3b820
diff --git a/dev-python/pynndescent/pynndescent-0.5.2.ebuild b/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}]