Gentoo Archives: gentoo-commits

From: Aisha Tammy <gentoo@×××××.cc>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: dev-python/umap-learn/
Date: Wed, 10 Feb 2021 21:21:11
Message-Id: 1612992056.edff00decbd829f1e1fc0f02a39d43440f5bdf76.epsilon-0@gentoo
1 commit: edff00decbd829f1e1fc0f02a39d43440f5bdf76
2 Author: Aisha Tammy <gentoo <AT> aisha <DOT> cc>
3 AuthorDate: Wed Feb 10 21:20:56 2021 +0000
4 Commit: Aisha Tammy <gentoo <AT> aisha <DOT> cc>
5 CommitDate: Wed Feb 10 21:20:56 2021 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=edff00de
7
8 dev-python/umap-learn: version bump to 0.5.1
9
10 Package-Manager: Portage-3.0.14, Repoman-3.0.2
11 Signed-off-by: Aisha Tammy <gentoo <AT> aisha.cc>
12
13 dev-python/umap-learn/umap-learn-0.5.1.ebuild | 28 +++++++++++++++++++++++++++
14 1 file changed, 28 insertions(+)
15
16 diff --git a/dev-python/umap-learn/umap-learn-0.5.1.ebuild b/dev-python/umap-learn/umap-learn-0.5.1.ebuild
17 new file mode 100644
18 index 000000000..37ca3ca45
19 --- /dev/null
20 +++ b/dev-python/umap-learn/umap-learn-0.5.1.ebuild
21 @@ -0,0 +1,28 @@
22 +# Copyright 1999-2021 Gentoo Authors
23 +# Distributed under the terms of the GNU General Public License v2
24 +
25 +EAPI=7
26 +
27 +PYTHON_COMPAT=( python3_{6..8} )
28 +
29 +inherit distutils-r1
30 +
31 +DESCRIPTION="Uniform Manifold Approximation and Projection"
32 +HOMEPAGE="https://umap-learn.readthedocs.io/"
33 +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
34 +
35 +LICENSE="MIT"
36 +SLOT="0"
37 +KEYWORDS="~amd64 ~x86"
38 +
39 +RDEPEND="${PYTHON_DEPS}
40 + dev-python/numba[${PYTHON_USEDEP}]
41 + dev-python/numpy[${PYTHON_USEDEP}]
42 + dev-python/pynndescent[${PYTHON_USEDEP}]
43 + dev-python/scipy[${PYTHON_USEDEP}]
44 + dev-python/matplotlib[${PYTHON_USEDEP}]
45 + sci-libs/scikit-learn[${PYTHON_USEDEP}]
46 +"
47 +DEPEND="${RDEPEND}"
48 +
49 +# no tests in package