commit:     73993d2a4dca4bf4a902838c463adf6bb11ed1da
Author:     Aisha Tammy <gentoo <AT> aisha <DOT> cc>
AuthorDate: Tue Jan 19 02:20:42 2021 +0000
Commit:     Aisha Tammy <gentoo <AT> aisha <DOT> cc>
CommitDate: Tue Jan 19 02:20:42 2021 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=73993d2a

dev-python/persim: version bump to 0.2.0

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Aisha Tammy <gentoo <AT> aisha.cc>

 dev-python/persim/persim-0.2.0.ebuild | 26 ++++++++++++++++++++++++++
 1 file changed, 26 insertions(+)

diff --git a/dev-python/persim/persim-0.2.0.ebuild 
b/dev-python/persim/persim-0.2.0.ebuild
new file mode 100644
index 000000000..065f0eb53
--- /dev/null
+++ b/dev-python/persim/persim-0.2.0.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{6..9} )
+
+inherit distutils-r1
+
+DESCRIPTION="Distances and representations of persistence diagrams"
+HOMEPAGE="https://persim.scikit-tda.org/";
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="${PYTHON_DEPS}
+       dev-python/hopcroftkarp[${PYTHON_USEDEP}]
+       dev-python/numpy[${PYTHON_USEDEP}]
+       dev-python/plotly[${PYTHON_USEDEP}]
+       dev-python/scipy[${PYTHON_USEDEP}]
+       sci-libs/scikit-learn[${PYTHON_USEDEP}]
+"
+
+distutils_enable_tests pytest

Reply via email to