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 EF739138359 for ; Thu, 15 Oct 2020 17:54:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2ED1CE0929; Thu, 15 Oct 2020 17:54:15 +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 147A3E0929 for ; Thu, 15 Oct 2020 17:54:15 +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 C1832340F0A for ; Thu, 15 Oct 2020 17:54:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 26EFE388 for ; Thu, 15 Oct 2020 17:54:12 +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: <1602784444.4dbb2357db28dbf7e9fb5ff3d5f454cbff54cf77.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/metadata.xml dev-python/umap-learn/umap-learn-0.4.6.ebuild X-VCS-Directories: dev-python/umap-learn/ X-VCS-Committer: epsilon-0 X-VCS-Committer-Name: Aisha Tammy X-VCS-Revision: 4dbb2357db28dbf7e9fb5ff3d5f454cbff54cf77 X-VCS-Branch: master Date: Thu, 15 Oct 2020 17:54:12 +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: 09501ced-fdcc-49a0-947a-9edc99508a19 X-Archives-Hash: 7cb5f4a432766324293c1f2ee5bbc46a commit: 4dbb2357db28dbf7e9fb5ff3d5f454cbff54cf77 Author: Aisha Tammy aisha cc> AuthorDate: Thu Oct 15 17:54:04 2020 +0000 Commit: Aisha Tammy aisha cc> CommitDate: Thu Oct 15 17:54:04 2020 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=4dbb2357 dev-python/umap-learn: data visualizer by dimension reduction alternatives to dimension visualizations from scikit and scipy, using manifold approximations Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Aisha Tammy aisha.cc> dev-python/umap-learn/metadata.xml | 12 ++++++++++++ dev-python/umap-learn/umap-learn-0.4.6.ebuild | 28 +++++++++++++++++++++++++++ 2 files changed, 40 insertions(+) diff --git a/dev-python/umap-learn/metadata.xml b/dev-python/umap-learn/metadata.xml new file mode 100644 index 000000000..cfbacced2 --- /dev/null +++ b/dev-python/umap-learn/metadata.xml @@ -0,0 +1,12 @@ + + + + + gentoo@aisha.cc + Aisha Tammy + + + proxy-maint@gentoo.org + Proxy Maintainers + + diff --git a/dev-python/umap-learn/umap-learn-0.4.6.ebuild b/dev-python/umap-learn/umap-learn-0.4.6.ebuild new file mode 100644 index 000000000..58f9652b9 --- /dev/null +++ b/dev-python/umap-learn/umap-learn-0.4.6.ebuild @@ -0,0 +1,28 @@ +# 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="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/scikits_learn[${PYTHON_USEDEP}] +" +DEPEND="${RDEPEND}" + +# no tests in package