pkgsrc-WIP-changes archive

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

py-traceInv-0.0.23 import to wip



Module Name:	pkgsrc-wip
Committed By:	K.I.A.Derouiche <kamel.derouiche%gmail.com@localhost>
Pushed By:	jihbed
Date:		Sun Dec 27 16:03:56 2020 +0100
Changeset:	6e1689de30ef9dcbc41ffe69e5c1ddb1a5cbe0e2

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

Log Message:
py-traceInv-0.0.23 import to wip

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

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

diffstat:
 Makefile             |   1 +
 py-traceInv/DESCR    |   1 +
 py-traceInv/Makefile |  20 +++++++++
 py-traceInv/PLIST    | 124 +++++++++++++++++++++++++++++++++++++++++++++++++++
 py-traceInv/distinfo |   6 +++
 5 files changed, 152 insertions(+)

diffs:
diff --git a/Makefile b/Makefile
index 7dbd620dd8..ef5f11b47a 100644
--- a/Makefile
+++ b/Makefile
@@ -4409,6 +4409,7 @@ SUBDIR+=	py-toro
 SUBDIR+=	py-toronado
 SUBDIR+=	py-toscawidgets
 SUBDIR+=	py-towncrier
+SUBDIR+=	py-traceInv
 SUBDIR+=	py-traces
 SUBDIR+=	py-tracks
 SUBDIR+=	py-traits
diff --git a/py-traceInv/DESCR b/py-traceInv/DESCR
new file mode 100644
index 0000000000..f4bc41785b
--- /dev/null
+++ b/py-traceInv/DESCR
@@ -0,0 +1 @@
+A Computes the trace of the inverse of matrix or linear matrix function
diff --git a/py-traceInv/Makefile b/py-traceInv/Makefile
new file mode 100644
index 0000000000..b4b58ced5c
--- /dev/null
+++ b/py-traceInv/Makefile
@@ -0,0 +1,20 @@
+# $NetBSD$
+
+DISTNAME=	TraceInv-0.0.23
+PKGNAME=	${PYPKGPREFIX}-${DISTNAME:S/T/t/}
+CATEGORIES=	math
+MASTER_SITES=	${MASTER_SITE_PYPI:=T/TraceInv/}
+
+MAINTAINER=	jihbed.research%gmail.com@localhost
+HOMEPAGE=	https://ameli.github.io/TraceInv
+COMMENT=	Computes the trace of the inverse of matrix or linear matrix function
+LICENSE=	mit
+
+DEPENDS+=	${PYPKGPREFIX}-matplotlib>=3.2.2:../../graphics/py-matplotlib
+DEPENDS+=	${PYPKGPREFIX}-seaborn>=0.9.0:../../graphics/py-seaborn
+DEPENDS+=	${PYPKGPREFIX}-scipy>=1.5.4:../../math/py-scipy
+
+.include "../../devel/py-cython/buildlink3.mk"
+.include "../../math/py-numpy/buildlink3.mk"
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/py-traceInv/PLIST b/py-traceInv/PLIST
new file mode 100644
index 0000000000..10e8d4e188
--- /dev/null
+++ b/py-traceInv/PLIST
@@ -0,0 +1,124 @@
+@comment $NetBSD$
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/not-zip-safe
+${PYSITELIB}/${EGG_INFODIR}/requires.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/TraceInv/ComputeLogDeterminant/CholeskyMethod.py
+${PYSITELIB}/TraceInv/ComputeLogDeterminant/CholeskyMethod.pyc
+${PYSITELIB}/TraceInv/ComputeLogDeterminant/CholeskyMethod.pyo
+${PYSITELIB}/TraceInv/ComputeLogDeterminant/ComputeLogDeterminant.py
+${PYSITELIB}/TraceInv/ComputeLogDeterminant/ComputeLogDeterminant.pyc
+${PYSITELIB}/TraceInv/ComputeLogDeterminant/ComputeLogDeterminant.pyo
+${PYSITELIB}/TraceInv/ComputeLogDeterminant/README.rst
+${PYSITELIB}/TraceInv/ComputeLogDeterminant/StochasticLanczosQuadratureMethod.py
+${PYSITELIB}/TraceInv/ComputeLogDeterminant/StochasticLanczosQuadratureMethod.pyc
+${PYSITELIB}/TraceInv/ComputeLogDeterminant/StochasticLanczosQuadratureMethod.pyo
+${PYSITELIB}/TraceInv/ComputeLogDeterminant/StochasticLanczosQuadratureMethod_Parallel.pyx
+${PYSITELIB}/TraceInv/ComputeLogDeterminant/StochasticLanczosQuadratureMethod_Parallel.so
+${PYSITELIB}/TraceInv/ComputeLogDeterminant/__init__.py
+${PYSITELIB}/TraceInv/ComputeLogDeterminant/__init__.pyc
+${PYSITELIB}/TraceInv/ComputeLogDeterminant/__init__.pyo
+${PYSITELIB}/TraceInv/ComputeTraceOfInverse/CholeskyMethod.py
+${PYSITELIB}/TraceInv/ComputeTraceOfInverse/CholeskyMethod.pyc
+${PYSITELIB}/TraceInv/ComputeTraceOfInverse/CholeskyMethod.pyo
+${PYSITELIB}/TraceInv/ComputeTraceOfInverse/ComputeTraceOfInverse.py
+${PYSITELIB}/TraceInv/ComputeTraceOfInverse/ComputeTraceOfInverse.pyc
+${PYSITELIB}/TraceInv/ComputeTraceOfInverse/ComputeTraceOfInverse.pyo
+${PYSITELIB}/TraceInv/ComputeTraceOfInverse/HutchinsonMethod.py
+${PYSITELIB}/TraceInv/ComputeTraceOfInverse/HutchinsonMethod.pyc
+${PYSITELIB}/TraceInv/ComputeTraceOfInverse/HutchinsonMethod.pyo
+${PYSITELIB}/TraceInv/ComputeTraceOfInverse/README.rst
+${PYSITELIB}/TraceInv/ComputeTraceOfInverse/StochasticLanczosQuadratureMethod.py
+${PYSITELIB}/TraceInv/ComputeTraceOfInverse/StochasticLanczosQuadratureMethod.pyc
+${PYSITELIB}/TraceInv/ComputeTraceOfInverse/StochasticLanczosQuadratureMethod.pyo
+${PYSITELIB}/TraceInv/ComputeTraceOfInverse/StochasticLanczosQuadratureMethod_Parallel.pyx
+${PYSITELIB}/TraceInv/ComputeTraceOfInverse/StochasticLanczosQuadratureMethod_Parallel.so
+${PYSITELIB}/TraceInv/ComputeTraceOfInverse/__init__.py
+${PYSITELIB}/TraceInv/ComputeTraceOfInverse/__init__.pyc
+${PYSITELIB}/TraceInv/ComputeTraceOfInverse/__init__.pyo
+${PYSITELIB}/TraceInv/GenerateMatrix/CorrelationMatrix.py
+${PYSITELIB}/TraceInv/GenerateMatrix/CorrelationMatrix.pyc
+${PYSITELIB}/TraceInv/GenerateMatrix/CorrelationMatrix.pyo
+${PYSITELIB}/TraceInv/GenerateMatrix/GenerateMatrix.py
+${PYSITELIB}/TraceInv/GenerateMatrix/GenerateMatrix.pyc
+${PYSITELIB}/TraceInv/GenerateMatrix/GenerateMatrix.pyo
+${PYSITELIB}/TraceInv/GenerateMatrix/GeneratePoints.py
+${PYSITELIB}/TraceInv/GenerateMatrix/GeneratePoints.pyc
+${PYSITELIB}/TraceInv/GenerateMatrix/GeneratePoints.pyo
+${PYSITELIB}/TraceInv/GenerateMatrix/README.rst
+${PYSITELIB}/TraceInv/GenerateMatrix/__init__.py
+${PYSITELIB}/TraceInv/GenerateMatrix/__init__.pyc
+${PYSITELIB}/TraceInv/GenerateMatrix/__init__.pyo
+${PYSITELIB}/TraceInv/InterpolateTraceOfInverse/EigenvaluesMethod.py
+${PYSITELIB}/TraceInv/InterpolateTraceOfInverse/EigenvaluesMethod.pyc
+${PYSITELIB}/TraceInv/InterpolateTraceOfInverse/EigenvaluesMethod.pyo
+${PYSITELIB}/TraceInv/InterpolateTraceOfInverse/ExactMethod.py
+${PYSITELIB}/TraceInv/InterpolateTraceOfInverse/ExactMethod.pyc
+${PYSITELIB}/TraceInv/InterpolateTraceOfInverse/ExactMethod.pyo
+${PYSITELIB}/TraceInv/InterpolateTraceOfInverse/InterpolantBaseClass.py
+${PYSITELIB}/TraceInv/InterpolateTraceOfInverse/InterpolantBaseClass.pyc
+${PYSITELIB}/TraceInv/InterpolateTraceOfInverse/InterpolantBaseClass.pyo
+${PYSITELIB}/TraceInv/InterpolateTraceOfInverse/InterpolateTraceOfInverse.py
+${PYSITELIB}/TraceInv/InterpolateTraceOfInverse/InterpolateTraceOfInverse.pyc
+${PYSITELIB}/TraceInv/InterpolateTraceOfInverse/InterpolateTraceOfInverse.pyo
+${PYSITELIB}/TraceInv/InterpolateTraceOfInverse/MonomialBasisFunctionsMethod.py
+${PYSITELIB}/TraceInv/InterpolateTraceOfInverse/MonomialBasisFunctionsMethod.pyc
+${PYSITELIB}/TraceInv/InterpolateTraceOfInverse/MonomialBasisFunctionsMethod.pyo
+${PYSITELIB}/TraceInv/InterpolateTraceOfInverse/README.rst
+${PYSITELIB}/TraceInv/InterpolateTraceOfInverse/RadialBasisFunctionsMethod.py
+${PYSITELIB}/TraceInv/InterpolateTraceOfInverse/RadialBasisFunctionsMethod.pyc
+${PYSITELIB}/TraceInv/InterpolateTraceOfInverse/RadialBasisFunctionsMethod.pyo
+${PYSITELIB}/TraceInv/InterpolateTraceOfInverse/RationalPolynomialFunctionsMethod.py
+${PYSITELIB}/TraceInv/InterpolateTraceOfInverse/RationalPolynomialFunctionsMethod.pyc
+${PYSITELIB}/TraceInv/InterpolateTraceOfInverse/RationalPolynomialFunctionsMethod.pyo
+${PYSITELIB}/TraceInv/InterpolateTraceOfInverse/RootMonomialBasisFunctionsMethod.py
+${PYSITELIB}/TraceInv/InterpolateTraceOfInverse/RootMonomialBasisFunctionsMethod.pyc
+${PYSITELIB}/TraceInv/InterpolateTraceOfInverse/RootMonomialBasisFunctionsMethod.pyo
+${PYSITELIB}/TraceInv/InterpolateTraceOfInverse/__init__.py
+${PYSITELIB}/TraceInv/InterpolateTraceOfInverse/__init__.pyc
+${PYSITELIB}/TraceInv/InterpolateTraceOfInverse/__init__.pyo
+${PYSITELIB}/TraceInv/README.rst
+${PYSITELIB}/TraceInv/_LinearAlgebra/GolubKahnBidiagonalization.py
+${PYSITELIB}/TraceInv/_LinearAlgebra/GolubKahnBidiagonalization.pyc
+${PYSITELIB}/TraceInv/_LinearAlgebra/GolubKahnBidiagonalization.pyo
+${PYSITELIB}/TraceInv/_LinearAlgebra/GolubKahnBidiagonalization_Parallel.pxd
+${PYSITELIB}/TraceInv/_LinearAlgebra/GolubKahnBidiagonalization_Parallel.pyx
+${PYSITELIB}/TraceInv/_LinearAlgebra/GolubKahnBidiagonalization_Parallel.so
+${PYSITELIB}/TraceInv/_LinearAlgebra/LanczosTridiagonalization.py
+${PYSITELIB}/TraceInv/_LinearAlgebra/LanczosTridiagonalization.pyc
+${PYSITELIB}/TraceInv/_LinearAlgebra/LanczosTridiagonalization.pyo
+${PYSITELIB}/TraceInv/_LinearAlgebra/LanczosTridiagonalization_Parallel.pxd
+${PYSITELIB}/TraceInv/_LinearAlgebra/LanczosTridiagonalization_Parallel.pyx
+${PYSITELIB}/TraceInv/_LinearAlgebra/LanczosTridiagonalization_Parallel.so
+${PYSITELIB}/TraceInv/_LinearAlgebra/LinearSolver.py
+${PYSITELIB}/TraceInv/_LinearAlgebra/LinearSolver.pyc
+${PYSITELIB}/TraceInv/_LinearAlgebra/LinearSolver.pyo
+${PYSITELIB}/TraceInv/_LinearAlgebra/MatrixOperations.pxd
+${PYSITELIB}/TraceInv/_LinearAlgebra/MatrixOperations.pyx
+${PYSITELIB}/TraceInv/_LinearAlgebra/MatrixOperations.so
+${PYSITELIB}/TraceInv/_LinearAlgebra/README.rst
+${PYSITELIB}/TraceInv/_LinearAlgebra/SparseCholesky.py
+${PYSITELIB}/TraceInv/_LinearAlgebra/SparseCholesky.pyc
+${PYSITELIB}/TraceInv/_LinearAlgebra/SparseCholesky.pyo
+${PYSITELIB}/TraceInv/_LinearAlgebra/__init__.pxd
+${PYSITELIB}/TraceInv/_LinearAlgebra/__init__.py
+${PYSITELIB}/TraceInv/_LinearAlgebra/__init__.pyc
+${PYSITELIB}/TraceInv/_LinearAlgebra/__init__.pyo
+${PYSITELIB}/TraceInv/_Utilities/DisplayUtilities.py
+${PYSITELIB}/TraceInv/_Utilities/DisplayUtilities.pyc
+${PYSITELIB}/TraceInv/_Utilities/DisplayUtilities.pyo
+${PYSITELIB}/TraceInv/_Utilities/PlotUtilities.py
+${PYSITELIB}/TraceInv/_Utilities/PlotUtilities.pyc
+${PYSITELIB}/TraceInv/_Utilities/PlotUtilities.pyo
+${PYSITELIB}/TraceInv/_Utilities/README.rst
+${PYSITELIB}/TraceInv/_Utilities/__init__.py
+${PYSITELIB}/TraceInv/_Utilities/__init__.pyc
+${PYSITELIB}/TraceInv/_Utilities/__init__.pyo
+${PYSITELIB}/TraceInv/__init__.py
+${PYSITELIB}/TraceInv/__init__.pyc
+${PYSITELIB}/TraceInv/__init__.pyo
+${PYSITELIB}/TraceInv/__version__.py
+${PYSITELIB}/TraceInv/__version__.pyc
+${PYSITELIB}/TraceInv/__version__.pyo
diff --git a/py-traceInv/distinfo b/py-traceInv/distinfo
new file mode 100644
index 0000000000..bebe2b06ce
--- /dev/null
+++ b/py-traceInv/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (TraceInv-0.0.23.tar.gz) = 1867d4ecb8923eaeccc8f6bb2bb2d176520d71aa
+RMD160 (TraceInv-0.0.23.tar.gz) = b65d109e21d909296c74780877224b9dfa9bc051
+SHA512 (TraceInv-0.0.23.tar.gz) = f5333700ea2f0614f4414b6757c8c9279acb72048cfafe88bdd638319c03e60d76e6650beff35b1749e827cb805f5e62d14e39adcf6edf9a0fd57f1aafc5df00
+Size (TraceInv-0.0.23.tar.gz) = 396028 bytes


Home | Main Index | Thread Index | Old Index