pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Import wip/py-POT to wip



Module Name:	pkgsrc-wip
Committed By:	K.I.A Derouiche <kamel.derouiche%gmail.com@localhost>
Pushed By:	jihbed
Date:		Fri Mar 5 16:43:00 2021 +0100
Changeset:	8f05cac374823156cc8a7b78ca45f7fa17cfaaf2

Modified Files:
	Makefile
Added Files:
	py-POT/DESCR
	py-POT/Makefile
	py-POT/PLIST
	py-POT/distinfo

Log Message:
Import wip/py-POT to wip

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=8f05cac374823156cc8a7b78ca45f7fa17cfaaf2

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 Makefile        |  1 +
 py-POT/DESCR    |  3 +++
 py-POT/Makefile | 23 +++++++++++++++++++
 py-POT/PLIST    | 70 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 py-POT/distinfo |  6 +++++
 5 files changed, 103 insertions(+)

diffs:
diff --git a/Makefile b/Makefile
index 1279fc72a3..bc7a2f8ba8 100644
--- a/Makefile
+++ b/Makefile
@@ -3202,6 +3202,7 @@ SUBDIR+=	py-IOSXR
 SUBDIR+=	py-Kallithea
 SUBDIR+=	py-Netzob
 SUBDIR+=	py-OpenAL
+SUBDIR+=	py-POT
 SUBDIR+=	py-Py2Play
 SUBDIR+=	py-PyPE
 SUBDIR+=	py-PythonDirector
diff --git a/py-POT/DESCR b/py-POT/DESCR
new file mode 100644
index 0000000000..0eb1263f40
--- /dev/null
+++ b/py-POT/DESCR
@@ -0,0 +1,3 @@
+This open source Python library provide several solvers
+for optimization problems related to Optimal Transport
+for signal, image processing and machine learning
diff --git a/py-POT/Makefile b/py-POT/Makefile
new file mode 100644
index 0000000000..8a5ac2f3e8
--- /dev/null
+++ b/py-POT/Makefile
@@ -0,0 +1,23 @@
+# $NetBSD$
+
+DISTNAME=	POT-0.7.0
+PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=	math python
+MASTER_SITES=	${MASTER_SITE_PYPI:=P/POT/}
+
+MAINTAINER=	jihbed.research%gmail.com@localhost
+HOMEPAGE=	https://pythonot.github.io/
+COMMENT=	Python Optimal Transport Library
+LICENSE=	mit
+
+USE_LANGUAGES=	c c++
+
+DEPENDS+=	${PYPKGPREFIX}-matplotlib>=3.3.4:../../graphics/py-matplotlib
+DEPENDS+=	${PYPKGPREFIX}-scipy>=1.6.0:../../math/py-scipy
+
+BUILDLINK_API_DEPENDS.py-cython+=       ${PYPKGPREFIX}-cython>=0.12.1
+.include "../../devel/py-cython/buildlink3.mk"
+BUILDLINK_API_DEPENDS.py-numpy+=        ${PYPKGPREFIX}-numpy>=1.0
+.include "../../math/py-numpy/buildlink3.mk"
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/py-POT/PLIST b/py-POT/PLIST
new file mode 100644
index 0000000000..1e8bd8026c
--- /dev/null
+++ b/py-POT/PLIST
@@ -0,0 +1,70 @@
+@comment $NetBSD$
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/requires.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/ot/__init__.py
+${PYSITELIB}/ot/__init__.pyc
+${PYSITELIB}/ot/__init__.pyo
+${PYSITELIB}/ot/bregman.py
+${PYSITELIB}/ot/bregman.pyc
+${PYSITELIB}/ot/bregman.pyo
+${PYSITELIB}/ot/da.py
+${PYSITELIB}/ot/da.pyc
+${PYSITELIB}/ot/da.pyo
+${PYSITELIB}/ot/datasets.py
+${PYSITELIB}/ot/datasets.pyc
+${PYSITELIB}/ot/datasets.pyo
+${PYSITELIB}/ot/dr.py
+${PYSITELIB}/ot/dr.pyc
+${PYSITELIB}/ot/dr.pyo
+${PYSITELIB}/ot/externals/__init__.py
+${PYSITELIB}/ot/externals/__init__.pyc
+${PYSITELIB}/ot/externals/__init__.pyo
+${PYSITELIB}/ot/externals/funcsigs.py
+${PYSITELIB}/ot/externals/funcsigs.pyc
+${PYSITELIB}/ot/externals/funcsigs.pyo
+${PYSITELIB}/ot/gpu/__init__.py
+${PYSITELIB}/ot/gpu/__init__.pyc
+${PYSITELIB}/ot/gpu/__init__.pyo
+${PYSITELIB}/ot/gpu/bregman.py
+${PYSITELIB}/ot/gpu/bregman.pyc
+${PYSITELIB}/ot/gpu/bregman.pyo
+${PYSITELIB}/ot/gpu/da.py
+${PYSITELIB}/ot/gpu/da.pyc
+${PYSITELIB}/ot/gpu/da.pyo
+${PYSITELIB}/ot/gpu/utils.py
+${PYSITELIB}/ot/gpu/utils.pyc
+${PYSITELIB}/ot/gpu/utils.pyo
+${PYSITELIB}/ot/gromov.py
+${PYSITELIB}/ot/gromov.pyc
+${PYSITELIB}/ot/gromov.pyo
+${PYSITELIB}/ot/lp/__init__.py
+${PYSITELIB}/ot/lp/__init__.pyc
+${PYSITELIB}/ot/lp/__init__.pyo
+${PYSITELIB}/ot/lp/cvx.py
+${PYSITELIB}/ot/lp/cvx.pyc
+${PYSITELIB}/ot/lp/cvx.pyo
+${PYSITELIB}/ot/lp/emd_wrap.so
+${PYSITELIB}/ot/optim.py
+${PYSITELIB}/ot/optim.pyc
+${PYSITELIB}/ot/optim.pyo
+${PYSITELIB}/ot/partial.py
+${PYSITELIB}/ot/partial.pyc
+${PYSITELIB}/ot/partial.pyo
+${PYSITELIB}/ot/plot.py
+${PYSITELIB}/ot/plot.pyc
+${PYSITELIB}/ot/plot.pyo
+${PYSITELIB}/ot/smooth.py
+${PYSITELIB}/ot/smooth.pyc
+${PYSITELIB}/ot/smooth.pyo
+${PYSITELIB}/ot/stochastic.py
+${PYSITELIB}/ot/stochastic.pyc
+${PYSITELIB}/ot/stochastic.pyo
+${PYSITELIB}/ot/unbalanced.py
+${PYSITELIB}/ot/unbalanced.pyc
+${PYSITELIB}/ot/unbalanced.pyo
+${PYSITELIB}/ot/utils.py
+${PYSITELIB}/ot/utils.pyc
+${PYSITELIB}/ot/utils.pyo
diff --git a/py-POT/distinfo b/py-POT/distinfo
new file mode 100644
index 0000000000..5b2893fa2e
--- /dev/null
+++ b/py-POT/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (POT-0.7.0.tar.gz) = 6707cd4294d7f1180b889c5001442f24b5fbe7da
+RMD160 (POT-0.7.0.tar.gz) = 74561d7da59d31b8de5a085e72613dd7930431b7
+SHA512 (POT-0.7.0.tar.gz) = a52f748ebee128732cd17281aace1f95bf638cbc8e1610774aef947b27b5172bcbf434c9e6a36ef4d2920940331d6ced1ff5315ca1b7705fda14489c34e5b6ff
+Size (POT-0.7.0.tar.gz) = 189869 bytes


Home | Main Index | Thread Index | Old Index