pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
py-POT: Rename to py-OT
Module Name: pkgsrc-wip
Committed By: Greg Troxel <gdt%lexort.com@localhost>
Pushed By: gdt
Date: Sun Mar 21 10:26:35 2021 -0400
Changeset: d3ae5a2a92209b48ea8e47e9c7e96f3f584ff59a
Modified Files:
Makefile
Added Files:
py-OT/DESCR
py-OT/Makefile
py-OT/PLIST
py-OT/distinfo
Removed Files:
py-POT/DESCR
py-POT/Makefile
py-POT/PLIST
py-POT/distinfo
Log Message:
py-POT: Rename to py-OT
This unbreaks pkgsrc-wip on case-preserving systems. It may well not
be the right solution, and this move should not be interpreted as a
declaration of the right name.
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=d3ae5a2a92209b48ea8e47e9c7e96f3f584ff59a
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
Makefile | 2 +-
py-OT/DESCR | 3 +++
py-OT/Makefile | 23 +++++++++++++++++++
py-OT/PLIST | 70 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
py-OT/distinfo | 6 +++++
py-POT/DESCR | 3 ---
py-POT/Makefile | 23 -------------------
py-POT/PLIST | 70 ---------------------------------------------------------
py-POT/distinfo | 6 -----
9 files changed, 103 insertions(+), 103 deletions(-)
diffs:
diff --git a/Makefile b/Makefile
index 4cd20db322..53083469d1 100644
--- a/Makefile
+++ b/Makefile
@@ -3212,7 +3212,7 @@ SUBDIR+= py-IOSXR
SUBDIR+= py-Kallithea
SUBDIR+= py-Netzob
SUBDIR+= py-OpenAL
-SUBDIR+= py-POT
+SUBDIR+= py-OT
SUBDIR+= py-Py2Play
SUBDIR+= py-PyPE
SUBDIR+= py-PythonDirector
diff --git a/py-OT/DESCR b/py-OT/DESCR
new file mode 100644
index 0000000000..0eb1263f40
--- /dev/null
+++ b/py-OT/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-OT/Makefile b/py-OT/Makefile
new file mode 100644
index 0000000000..8a5ac2f3e8
--- /dev/null
+++ b/py-OT/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-OT/PLIST b/py-OT/PLIST
new file mode 100644
index 0000000000..1e8bd8026c
--- /dev/null
+++ b/py-OT/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-OT/distinfo b/py-OT/distinfo
new file mode 100644
index 0000000000..5b2893fa2e
--- /dev/null
+++ b/py-OT/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
diff --git a/py-POT/DESCR b/py-POT/DESCR
deleted file mode 100644
index 0eb1263f40..0000000000
--- a/py-POT/DESCR
+++ /dev/null
@@ -1,3 +0,0 @@
-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
deleted file mode 100644
index 8a5ac2f3e8..0000000000
--- a/py-POT/Makefile
+++ /dev/null
@@ -1,23 +0,0 @@
-# $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
deleted file mode 100644
index 1e8bd8026c..0000000000
--- a/py-POT/PLIST
+++ /dev/null
@@ -1,70 +0,0 @@
-@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
deleted file mode 100644
index 5b2893fa2e..0000000000
--- a/py-POT/distinfo
+++ /dev/null
@@ -1,6 +0,0 @@
-$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