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 5644E1382C5 for ; Wed, 10 Feb 2021 21:21:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 65411E0AE4; Wed, 10 Feb 2021 21:21:10 +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 48B6DE0AE4 for ; Wed, 10 Feb 2021 21:21:10 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 C3C38340E27 for ; Wed, 10 Feb 2021 21:21:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0C73B4BE for ; Wed, 10 Feb 2021 21:21:07 +0000 (UTC) From: "Aisha Tammy" 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" Message-ID: <1612992056.edff00decbd829f1e1fc0f02a39d43440f5bdf76.epsilon-0@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: dev-python/umap-learn/ X-VCS-Repository: proj/sci X-VCS-Files: dev-python/umap-learn/umap-learn-0.5.1.ebuild X-VCS-Directories: dev-python/umap-learn/ X-VCS-Committer: epsilon-0 X-VCS-Committer-Name: Aisha Tammy X-VCS-Revision: edff00decbd829f1e1fc0f02a39d43440f5bdf76 X-VCS-Branch: master Date: Wed, 10 Feb 2021 21:21:07 +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: 6d7ca08f-d7b2-4448-bbcf-3ca9ac3edc38 X-Archives-Hash: 56f97dc7bf687af81c9abf60e4741cdc commit: edff00decbd829f1e1fc0f02a39d43440f5bdf76 Author: Aisha Tammy aisha cc> AuthorDate: Wed Feb 10 21:20:56 2021 +0000 Commit: Aisha Tammy aisha cc> CommitDate: Wed Feb 10 21:20:56 2021 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=edff00de dev-python/umap-learn: version bump to 0.5.1 Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Aisha Tammy aisha.cc> dev-python/umap-learn/umap-learn-0.5.1.ebuild | 28 +++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/dev-python/umap-learn/umap-learn-0.5.1.ebuild b/dev-python/umap-learn/umap-learn-0.5.1.ebuild new file mode 100644 index 000000000..37ca3ca45 --- /dev/null +++ b/dev-python/umap-learn/umap-learn-0.5.1.ebuild @@ -0,0 +1,28 @@ +# 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="Uniform Manifold Approximation and Projection" +HOMEPAGE="https://umap-learn.readthedocs.io/" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +RDEPEND="${PYTHON_DEPS} + dev-python/numba[${PYTHON_USEDEP}] + dev-python/numpy[${PYTHON_USEDEP}] + dev-python/pynndescent[${PYTHON_USEDEP}] + dev-python/scipy[${PYTHON_USEDEP}] + dev-python/matplotlib[${PYTHON_USEDEP}] + sci-libs/scikit-learn[${PYTHON_USEDEP}] +" +DEPEND="${RDEPEND}" + +# no tests in package