pkgsrc-WIP-changes archive

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

+py-symcxx, +py-spotpy



Module Name:	pkgsrc-wip
Committed By:	K.I.A.Derouiche <kamel.derouiche%gmail.com@localhost>
Pushed By:	jihbed
Date:		Sat Sep 3 23:19:04 2016 +0000
Changeset:	3964ef0293deac53b9b2721d8bd2fb0fe51345e0

Added Files:
	py-spotpy/DESCR
	py-spotpy/Makefile
	py-spotpy/PLIST
	py-spotpy/distinfo
	py-symcxx/DESCR
	py-symcxx/Makefile
	py-symcxx/PLIST
	py-symcxx/distinfo

Log Message:
+py-symcxx, +py-spotpy

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

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

diffstat:
 py-spotpy/DESCR    |   3 ++
 py-spotpy/Makefile |  17 +++++++++
 py-spotpy/PLIST    | 107 +++++++++++++++++++++++++++++++++++++++++++++++++++++
 py-spotpy/distinfo |   6 +++
 py-symcxx/DESCR    |   4 ++
 py-symcxx/Makefile |  19 ++++++++++
 py-symcxx/PLIST    |  19 ++++++++++
 py-symcxx/distinfo |   6 +++
 8 files changed, 181 insertions(+)

diffs:
diff --git a/py-spotpy/DESCR b/py-spotpy/DESCR
new file mode 100644
index 0000000..89d08c8
--- /dev/null
+++ b/py-spotpy/DESCR
@@ -0,0 +1,3 @@
+SPOTPY is a Python tool that enables the use of Computational
+optimization techniques for calibration, uncertainty and sensitivity
+analysis techniques of almost every (environmental-) model.
diff --git a/py-spotpy/Makefile b/py-spotpy/Makefile
new file mode 100644
index 0000000..0db811a
--- /dev/null
+++ b/py-spotpy/Makefile
@@ -0,0 +1,17 @@
+# $NetBSD$
+
+DISTNAME=	spotpy-1.2.25
+PKGNAME=        ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=	math
+MASTER_SITES=	${MASTER_SITE_PYPI:=s/spotpy/}
+EXTRACT_SUFX=	.zip#md5=f6185a11ad3099078ee971100bccfeda
+
+MAINTAINER=	jihbed.research%gmail.com@localhost
+HOMEPAGE=	http://www.uni-giessen.de/cms/faculties/f09/institutes/ilr/hydro/download/spotpy
+COMMENT=	Statistical Parameter Optimization Tool
+LICENSE=	mit
+
+USE_LANGUAGES=	# none
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/py-spotpy/PLIST b/py-spotpy/PLIST
new file mode 100644
index 0000000..64f4227
--- /dev/null
+++ b/py-spotpy/PLIST
@@ -0,0 +1,107 @@
+@comment $NetBSD$
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/spotpy/__init__.py
+${PYSITELIB}/spotpy/__init__.pyc
+${PYSITELIB}/spotpy/__init__.pyo
+${PYSITELIB}/spotpy/algorithms/__init__.py
+${PYSITELIB}/spotpy/algorithms/__init__.pyc
+${PYSITELIB}/spotpy/algorithms/__init__.pyo
+${PYSITELIB}/spotpy/algorithms/_algorithm.py
+${PYSITELIB}/spotpy/algorithms/_algorithm.pyc
+${PYSITELIB}/spotpy/algorithms/_algorithm.pyo
+${PYSITELIB}/spotpy/algorithms/demcz.py
+${PYSITELIB}/spotpy/algorithms/demcz.pyc
+${PYSITELIB}/spotpy/algorithms/demcz.pyo
+${PYSITELIB}/spotpy/algorithms/fast.py
+${PYSITELIB}/spotpy/algorithms/fast.pyc
+${PYSITELIB}/spotpy/algorithms/fast.pyo
+${PYSITELIB}/spotpy/algorithms/lhs.py
+${PYSITELIB}/spotpy/algorithms/lhs.pyc
+${PYSITELIB}/spotpy/algorithms/lhs.pyo
+${PYSITELIB}/spotpy/algorithms/mc.py
+${PYSITELIB}/spotpy/algorithms/mc.pyc
+${PYSITELIB}/spotpy/algorithms/mc.pyo
+${PYSITELIB}/spotpy/algorithms/mcmc.py
+${PYSITELIB}/spotpy/algorithms/mcmc.pyc
+${PYSITELIB}/spotpy/algorithms/mcmc.pyo
+${PYSITELIB}/spotpy/algorithms/mle.py
+${PYSITELIB}/spotpy/algorithms/mle.pyc
+${PYSITELIB}/spotpy/algorithms/mle.pyo
+${PYSITELIB}/spotpy/algorithms/rope.py
+${PYSITELIB}/spotpy/algorithms/rope.pyc
+${PYSITELIB}/spotpy/algorithms/rope.pyo
+${PYSITELIB}/spotpy/algorithms/sa.py
+${PYSITELIB}/spotpy/algorithms/sa.pyc
+${PYSITELIB}/spotpy/algorithms/sa.pyo
+${PYSITELIB}/spotpy/algorithms/sceua.py
+${PYSITELIB}/spotpy/algorithms/sceua.pyc
+${PYSITELIB}/spotpy/algorithms/sceua.pyo
+${PYSITELIB}/spotpy/analyser.py
+${PYSITELIB}/spotpy/analyser.pyc
+${PYSITELIB}/spotpy/analyser.pyo
+${PYSITELIB}/spotpy/database.py
+${PYSITELIB}/spotpy/database.pyc
+${PYSITELIB}/spotpy/database.pyo
+${PYSITELIB}/spotpy/examples/3dplot.py
+${PYSITELIB}/spotpy/examples/3dplot.pyc
+${PYSITELIB}/spotpy/examples/3dplot.pyo
+${PYSITELIB}/spotpy/examples/__init__.py
+${PYSITELIB}/spotpy/examples/__init__.pyc
+${PYSITELIB}/spotpy/examples/__init__.pyo
+${PYSITELIB}/spotpy/examples/getting_started.py
+${PYSITELIB}/spotpy/examples/getting_started.pyc
+${PYSITELIB}/spotpy/examples/getting_started.pyo
+${PYSITELIB}/spotpy/examples/spot_setup_ackley.py
+${PYSITELIB}/spotpy/examples/spot_setup_ackley.pyc
+${PYSITELIB}/spotpy/examples/spot_setup_ackley.pyo
+${PYSITELIB}/spotpy/examples/spot_setup_cmf1d.py
+${PYSITELIB}/spotpy/examples/spot_setup_cmf1d.pyc
+${PYSITELIB}/spotpy/examples/spot_setup_cmf1d.pyo
+${PYSITELIB}/spotpy/examples/spot_setup_griewank.py
+${PYSITELIB}/spotpy/examples/spot_setup_griewank.pyc
+${PYSITELIB}/spotpy/examples/spot_setup_griewank.pyo
+${PYSITELIB}/spotpy/examples/spot_setup_rosenbrock.py
+${PYSITELIB}/spotpy/examples/spot_setup_rosenbrock.pyc
+${PYSITELIB}/spotpy/examples/spot_setup_rosenbrock.pyo
+${PYSITELIB}/spotpy/examples/spot_setup_standardnormal.py
+${PYSITELIB}/spotpy/examples/spot_setup_standardnormal.pyc
+${PYSITELIB}/spotpy/examples/spot_setup_standardnormal.pyo
+${PYSITELIB}/spotpy/examples/tutorial_Parameterlist_iterator.py
+${PYSITELIB}/spotpy/examples/tutorial_Parameterlist_iterator.pyc
+${PYSITELIB}/spotpy/examples/tutorial_Parameterlist_iterator.pyo
+${PYSITELIB}/spotpy/examples/tutorial_ackley.py
+${PYSITELIB}/spotpy/examples/tutorial_ackley.pyc
+${PYSITELIB}/spotpy/examples/tutorial_ackley.pyo
+${PYSITELIB}/spotpy/examples/tutorial_griewank.py
+${PYSITELIB}/spotpy/examples/tutorial_griewank.pyc
+${PYSITELIB}/spotpy/examples/tutorial_griewank.pyo
+${PYSITELIB}/spotpy/examples/tutorial_ownDatabase.py
+${PYSITELIB}/spotpy/examples/tutorial_ownDatabase.pyc
+${PYSITELIB}/spotpy/examples/tutorial_ownDatabase.pyo
+${PYSITELIB}/spotpy/examples/tutorial_rosenbrock.py
+${PYSITELIB}/spotpy/examples/tutorial_rosenbrock.pyc
+${PYSITELIB}/spotpy/examples/tutorial_rosenbrock.pyo
+${PYSITELIB}/spotpy/objectivefunctions.py
+${PYSITELIB}/spotpy/objectivefunctions.pyc
+${PYSITELIB}/spotpy/objectivefunctions.pyo
+${PYSITELIB}/spotpy/parallel/__init__.py
+${PYSITELIB}/spotpy/parallel/__init__.pyc
+${PYSITELIB}/spotpy/parallel/__init__.pyo
+${PYSITELIB}/spotpy/parallel/mpi.py
+${PYSITELIB}/spotpy/parallel/mpi.pyc
+${PYSITELIB}/spotpy/parallel/mpi.pyo
+${PYSITELIB}/spotpy/parallel/mpipool.py
+${PYSITELIB}/spotpy/parallel/mpipool.pyc
+${PYSITELIB}/spotpy/parallel/mpipool.pyo
+${PYSITELIB}/spotpy/parallel/mproc.py
+${PYSITELIB}/spotpy/parallel/mproc.pyc
+${PYSITELIB}/spotpy/parallel/mproc.pyo
+${PYSITELIB}/spotpy/parallel/sequential.py
+${PYSITELIB}/spotpy/parallel/sequential.pyc
+${PYSITELIB}/spotpy/parallel/sequential.pyo
+${PYSITELIB}/spotpy/parameter.py
+${PYSITELIB}/spotpy/parameter.pyc
+${PYSITELIB}/spotpy/parameter.pyo
diff --git a/py-spotpy/distinfo b/py-spotpy/distinfo
new file mode 100644
index 0000000..1c9c990
--- /dev/null
+++ b/py-spotpy/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (spotpy-1.2.25.zip) = c11eff335c575588049f45ac0180dc030b3f56df
+RMD160 (spotpy-1.2.25.zip) = 609e4cc3358ef72ba6778ef4341c3ccdf91db97b
+SHA512 (spotpy-1.2.25.zip) = 39eb80273b8f513d91f423e85e82d38f8074d71c64e5eb707aa0b08c5936e372c851ddb840c91b8b720fbfc83c803ef3b4d36b71efc6bc29b73a9d9ba1a5ca1c
+Size (spotpy-1.2.25.zip) = 74253 bytes
diff --git a/py-symcxx/DESCR b/py-symcxx/DESCR
new file mode 100644
index 0000000..a4d46e7
--- /dev/null
+++ b/py-symcxx/DESCR
@@ -0,0 +1,4 @@
+SymCXX is an experimental Python package for symbolic manipulation with
+limited scope (as in minimal). It tries to stay compatible with the API
+of SymPy. It's main goal is to explore designs of SymPy's
+lambdify/SymEngine's Lambdify functionality
diff --git a/py-symcxx/Makefile b/py-symcxx/Makefile
new file mode 100644
index 0000000..ad52a28
--- /dev/null
+++ b/py-symcxx/Makefile
@@ -0,0 +1,19 @@
+# $NetBSD$
+
+DISTNAME=	symcxx-0.1.5
+PKGNAME=        ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=	math
+MASTER_SITES=	${MASTER_SITE_PYPI:=s/symcxx/}
+
+MAINTAINER=	jihbed.research%gmail.com@localhost
+HOMEPAGE=	https://github.com/bjodah/
+COMMENT=	SymCXX is an experimental Python for symbolic manipulation
+LICENSE=	modified-bsd
+
+#DEPENDS+=	sympy>=1.0:../../math/py-sympy
+
+USE_LANGUAGES=	c c++
+
+.include "../../devel/py-cython/buildlink3.mk"
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/py-symcxx/PLIST b/py-symcxx/PLIST
new file mode 100644
index 0000000..ed46339
--- /dev/null
+++ b/py-symcxx/PLIST
@@ -0,0 +1,19 @@
+@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}/symcxx/__init__.py
+${PYSITELIB}/symcxx/__init__.pyc
+${PYSITELIB}/symcxx/__init__.pyo
+${PYSITELIB}/symcxx/_release.py
+${PYSITELIB}/symcxx/_release.pyc
+${PYSITELIB}/symcxx/_release.pyo
+${PYSITELIB}/symcxx/_symcxx.so
+${PYSITELIB}/symcxx/tests/test_lambdify.py
+${PYSITELIB}/symcxx/tests/test_lambdify.pyc
+${PYSITELIB}/symcxx/tests/test_lambdify.pyo
+${PYSITELIB}/symcxx/tests/test_symcxx.py
+${PYSITELIB}/symcxx/tests/test_symcxx.pyc
+${PYSITELIB}/symcxx/tests/test_symcxx.pyo
diff --git a/py-symcxx/distinfo b/py-symcxx/distinfo
new file mode 100644
index 0000000..67bb09e
--- /dev/null
+++ b/py-symcxx/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (symcxx-0.1.5.tar.gz) = 0ac86bdaebb633eb5f7f0d914c0edb50a5826e7a
+RMD160 (symcxx-0.1.5.tar.gz) = 4ac46bfdb46bcf8f258ed43bb223eb3c3d86d39b
+SHA512 (symcxx-0.1.5.tar.gz) = 99ab783188ded94f9aeb62856969744b33e3f18af32830e5ea0d72e0fda8ce4684685e36bce1c4cc301f184934a1999667e1fb6a70b4a53877277e95fc4affeb
+Size (symcxx-0.1.5.tar.gz) = 184715 bytes


Home | Main Index | Thread Index | Old Index