commit:     8d7feade594163f735a9db8a7eeb9d024117a069
Author:     Aisha Tammy <gentoo <AT> aisha <DOT> cc>
AuthorDate: Thu May 20 22:15:31 2021 +0000
Commit:     Aisha Tammy <gentoo <AT> aisha <DOT> cc>
CommitDate: Thu May 20 22:15:31 2021 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=8d7feade

dev-python/persim: version bump to 0.3.0

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

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

diff --git a/dev-python/persim/persim-0.3.0.ebuild 
b/dev-python/persim/persim-0.3.0.ebuild
new file mode 100644
index 000000000..79bdd7426
--- /dev/null
+++ b/dev-python/persim/persim-0.3.0.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{7..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}]
+       test? ( dev-python/deprecated[${PYTHON_USEDEP}] )
+"
+
+distutils_enable_tests pytest

Reply via email to