From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 73AF613933E for ; Sat, 3 Jul 2021 10:32:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 43873E0821; Sat, 3 Jul 2021 10:32:51 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 23D71E0821 for ; Sat, 3 Jul 2021 10:32:51 +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 ED3EA342AB4 for ; Sat, 3 Jul 2021 10:32:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6398C7C2 for ; Sat, 3 Jul 2021 10:32:48 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1625308361.4e2d9cc156b932e407b50db0e0b2e4369a293b2c.andrewammerlaan@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.4.8.ebuild dev-python/pynndescent/pynndescent-0.5.1.ebuild X-VCS-Directories: dev-python/pynndescent/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 4e2d9cc156b932e407b50db0e0b2e4369a293b2c X-VCS-Branch: master Date: Sat, 3 Jul 2021 10:32:48 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: f105e263-e883-482a-86cd-7806b928fbc4 X-Archives-Hash: 7a3c6e7de87fbd1caeb97fc7d754e6b9 commit: 4e2d9cc156b932e407b50db0e0b2e4369a293b2c Author: Andrew Ammerlaan gentoo org> AuthorDate: Sat Jul 3 10:32:41 2021 +0000 Commit: Andrew Ammerlaan gentoo org> CommitDate: Sat Jul 3 10:32:41 2021 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=4e2d9cc1 dev-python/pynndescent: drop old Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Andrew Ammerlaan gentoo.org> dev-python/pynndescent/pynndescent-0.4.8.ebuild | 27 ------------------------- dev-python/pynndescent/pynndescent-0.5.1.ebuild | 27 ------------------------- 2 files changed, 54 deletions(-) diff --git a/dev-python/pynndescent/pynndescent-0.4.8.ebuild b/dev-python/pynndescent/pynndescent-0.4.8.ebuild deleted file mode 100644 index 49c6afa23..000000000 --- a/dev-python/pynndescent/pynndescent-0.4.8.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2020 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 diff --git a/dev-python/pynndescent/pynndescent-0.5.1.ebuild b/dev-python/pynndescent/pynndescent-0.5.1.ebuild deleted file mode 100644 index 49c6afa23..000000000 --- a/dev-python/pynndescent/pynndescent-0.5.1.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2020 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