commit: 325274221b97154fc18594c9ec97f62bd7daf6c7
Author: Aisha Tammy <gentoo <AT> aisha <DOT> cc>
AuthorDate: Wed Sep 23 21:29:02 2020 +0000
Commit: Aisha Tammy <gentoo <AT> aisha <DOT> cc>
CommitDate: Wed Sep 23 21:30:26 2020 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=32527422
dev-python/POT: python optimal transport
Package-Manager: Portage-3.0.7, Repoman-3.0.1
Signed-off-by: Aisha Tammy <gentoo <AT> aisha.cc>
dev-python/POT/POT-0.7.0.ebuild | 23 +++++++++++++++++++++++
dev-python/POT/metadata.xml | 12 ++++++++++++
2 files changed, 35 insertions(+)
diff --git a/dev-python/POT/POT-0.7.0.ebuild b/dev-python/POT/POT-0.7.0.ebuild
new file mode 100644
index 000000000..2a541527d
--- /dev/null
+++ b/dev-python/POT/POT-0.7.0.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{6..9} )
+
+inherit distutils-r1
+
+DESCRIPTION="Python Optimal Transport Library"
+HOMEPAGE="https://github.com/PythonOT/POT"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="${PYTHON_DEPS}
+ dev-python/cython[${PYTHON_USEDEP}]
+ dev-python/scipy[${PYTHON_USEDEP}]
+ dev-python/numpy[${PYTHON_USEDEP}]
+"
+DEPEND="${RDEPEND}"
diff --git a/dev-python/POT/metadata.xml b/dev-python/POT/metadata.xml
new file mode 100644
index 000000000..cfbacced2
--- /dev/null
+++ b/dev-python/POT/metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>[email protected]</email>
+ <name>Aisha Tammy</name>
+ </maintainer>
+ <maintainer type="project">
+ <email>[email protected]</email>
+ <name>Proxy Maintainers</name>
+ </maintainer>
+</pkgmetadata>