From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1249876-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	(using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
	(No client certificate requested)
	by finch.gentoo.org (Postfix) with ESMTPS id 321A51382C5
	for <garchives@archives.gentoo.org>; Wed, 10 Feb 2021 21:21:12 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 60521E0AE2;
	Wed, 10 Feb 2021 21:21:10 +0000 (UTC)
Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4])
	(using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id 46953E0AE2
	for <gentoo-commits@lists.gentoo.org>; Wed, 10 Feb 2021 21:21:10 +0000 (UTC)
Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52])
	(using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id DF9FD340F57
	for <gentoo-commits@lists.gentoo.org>; Wed, 10 Feb 2021 21:21:08 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id ED11F46F
	for <gentoo-commits@lists.gentoo.org>; Wed, 10 Feb 2021 21:21:06 +0000 (UTC)
From: "Aisha Tammy" <gentoo@aisha.cc>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Aisha Tammy" <gentoo@aisha.cc>
Message-ID: <1612991694.c96c450a590f337fff700ab23109f81c6b1d0d1d.epsilon-0@gentoo>
Subject: [gentoo-commits] proj/sci:master commit in: dev-python/pynndescent/
X-VCS-Repository: proj/sci
X-VCS-Files: dev-python/pynndescent/pynndescent-0.5.2.ebuild
X-VCS-Directories: dev-python/pynndescent/
X-VCS-Committer: epsilon-0
X-VCS-Committer-Name: Aisha Tammy
X-VCS-Revision: c96c450a590f337fff700ab23109f81c6b1d0d1d
X-VCS-Branch: master
Date: Wed, 10 Feb 2021 21:21:06 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: 90b05b0c-3b0f-4023-a514-71097a8353eb
X-Archives-Hash: 50a0390c5532f8306bdcb2d3d40b1c5c

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