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/ripser/
Date: Wed, 23 Dec 2020 05:10:33
Message-Id: 1608700199.b6744da55176115a3722bda34afe61659ac82211.epsilon-0@gentoo
1 commit: b6744da55176115a3722bda34afe61659ac82211
2 Author: Aisha Tammy <gentoo <AT> aisha <DOT> cc>
3 AuthorDate: Wed Dec 23 05:09:59 2020 +0000
4 Commit: Aisha Tammy <gentoo <AT> aisha <DOT> cc>
5 CommitDate: Wed Dec 23 05:09:59 2020 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=b6744da5
7
8 dev-python/ripser: version bump to 0.6.0
9
10 Package-Manager: Portage-3.0.12, Repoman-3.0.2
11 Signed-off-by: Aisha Tammy <gentoo <AT> aisha.cc>
12
13 dev-python/ripser/ripser-0.6.0.ebuild | 32 ++++++++++++++++++++++++++++++++
14 1 file changed, 32 insertions(+)
15
16 diff --git a/dev-python/ripser/ripser-0.6.0.ebuild b/dev-python/ripser/ripser-0.6.0.ebuild
17 new file mode 100644
18 index 000000000..9d6a9dee7
19 --- /dev/null
20 +++ b/dev-python/ripser/ripser-0.6.0.ebuild
21 @@ -0,0 +1,32 @@
22 +# Copyright 1999-2020 Gentoo Authors
23 +# Distributed under the terms of the GNU General Public License v2
24 +
25 +EAPI=7
26 +
27 +PYTHON_COMPAT=( python3_{6..9} )
28 +
29 +inherit distutils-r1
30 +
31 +DESCRIPTION="python frontend for the fast ripser tda tool"
32 +HOMEPAGE="https://ripser.scikit-tda.org/"
33 +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
34 +
35 +LICENSE="MIT"
36 +SLOT="0"
37 +KEYWORDS="~amd64 ~x86"
38 +REQUIRED_USE="${PYTHON_REQUIRED_USE}"
39 +
40 +RDEPEND="${PYTHON_DEPS}
41 + dev-python/cython[${PYTHON_USEDEP}]
42 + dev-python/numpy[${PYTHON_USEDEP}]
43 + dev-python/persim[${PYTHON_USEDEP}]
44 + dev-python/scipy[${PYTHON_USEDEP}]
45 + sci-libs/scikit-learn[${PYTHON_USEDEP}]
46 +"
47 +BDEPEND="
48 + test? (
49 + dev-python/hopcroftkarp[${PYTHON_USEDEP}]
50 + dev-python/joblib[${PYTHON_USEDEP}]
51 + )
52 +"
53 +distutils_enable_tests pytest