commit: c96c450a590f337fff700ab23109f81c6b1d0d1d
Author: Aisha Tammy <gentoo <AT> aisha <DOT> cc>
AuthorDate: Wed Feb 10 21:14:54 2021 +0000
Commit: Aisha Tammy <gentoo <AT> aisha <DOT> cc>
CommitDate: Wed Feb 10 21:14:54 2021 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=c96c450a
dev-python/pynndescent: version bump to 0.5.2
Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Aisha Tammy <gentoo <AT> aisha.cc>
dev-python/pynndescent/pynndescent-0.5.2.ebuild | 27 +++++++++++++++++++++++++
1 file changed, 27 insertions(+)
diff --git a/dev-python/pynndescent/pynndescent-0.5.2.ebuild
b/dev-python/pynndescent/pynndescent-0.5.2.ebuild
new file mode 100644
index 000000000..894f3114f
--- /dev/null
+++ b/dev-python/pynndescent/pynndescent-0.5.2.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{6..8} )
+
+inherit distutils-r1
+
+DESCRIPTION="nearest neighbor descent for approximate nearest neighbors"
+HOMEPAGE="https://github.com/lmcinnes/pynndescent"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="${PYTHON_DEPS}
+ dev-python/joblib[${PYTHON_USEDEP}]
+ >=dev-python/numba-0.51.2[${PYTHON_USEDEP}]
+ >=dev-python/llvmlite-0.34[${PYTHON_USEDEP}]
+ dev-python/scipy[${PYTHON_USEDEP}]
+ <=sci-libs/scikit-learn-0.24.0[${PYTHON_USEDEP}]
+"
+DEPEND="${RDEPEND}"
+
+distutils_enable_tests nose