pkgsrc-WIP-changes archive

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

import newpkg +py-odesys



Module Name:	pkgsrc-wip
Committed By:	Derouiche <kamel.derouiche%gmail.com@localhost>
Pushed By:	jihbed
Date:		Fri Oct 2 16:03:48 2015 +0100
Changeset:	f500258acc7aafb8b17b9213749d5a215388415d

Added Files:
	py-odesys/DESCR
	py-odesys/Makefile
	py-odesys/PLIST
	py-odesys/distinfo

Log Message:
import newpkg +py-odesys

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

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

diffstat:
 py-odesys/DESCR    |  5 +++++
 py-odesys/Makefile | 22 ++++++++++++++++++++++
 py-odesys/PLIST    | 28 ++++++++++++++++++++++++++++
 py-odesys/distinfo |  5 +++++
 4 files changed, 60 insertions(+)

diffs:
diff --git a/py-odesys/DESCR b/py-odesys/DESCR
new file mode 100644
index 0000000..9e68000
--- /dev/null
+++ b/py-odesys/DESCR
@@ -0,0 +1,5 @@
+pyodesys provides a straightforward way of numerically
+integrating systems of ordinary differential equations.
+It unifies the interface of several libraries. It also
+provides a convenience class for representing and
+integrating ODE systems defined by SymPy expressions
\ No newline at end of file
diff --git a/py-odesys/Makefile b/py-odesys/Makefile
new file mode 100644
index 0000000..1f5ee94
--- /dev/null
+++ b/py-odesys/Makefile
@@ -0,0 +1,22 @@
+# $NetBSD$
+
+DISTNAME=	pyodesys-0.1.1
+PKGNAME=	${PYPKGPREFIX}-${DISTNAME:S/py//}
+CATEGORIES=	math
+MASTER_SITES=	https://pypi.python.org/packages/source/p/pyodesys/
+
+MAINTAINER=	jihbed.research%gmail.com@localhost
+HOMEPAGE=	 https://github.com/bjodah/pyodesys
+COMMENT=	Straightforward numerical integration of ODE systems from SymPy
+LICENSE=	2-clause-bsd
+
+DEPENDS+=       ${PYPKGPREFIX}-scipy>=0.15.1:../../math/py-scipy
+DEPENDS+=       ${PYPKGPREFIX}-sympy>=0.7.4.1:../../math/py-sympy
+
+USE_LANGUAGES=	# none
+
+PYDISTUTILSPKG= yes
+
+.include "../../math/py-numpy/buildlink3.mk"
+.include "../../lang/python/extension.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/py-odesys/PLIST b/py-odesys/PLIST
new file mode 100644
index 0000000..e3d02e1
--- /dev/null
+++ b/py-odesys/PLIST
@@ -0,0 +1,28 @@
+@comment $NetBSD$
+${PYSITELIB}/pyodesys/__init__.py
+${PYSITELIB}/pyodesys/__init__.pyc
+${PYSITELIB}/pyodesys/__init__.pyo
+${PYSITELIB}/pyodesys/_release.py
+${PYSITELIB}/pyodesys/_release.pyc
+${PYSITELIB}/pyodesys/_release.pyo
+${PYSITELIB}/pyodesys/core.py
+${PYSITELIB}/pyodesys/core.pyc
+${PYSITELIB}/pyodesys/core.pyo
+${PYSITELIB}/pyodesys/symbolic.py
+${PYSITELIB}/pyodesys/symbolic.pyc
+${PYSITELIB}/pyodesys/symbolic.pyo
+${PYSITELIB}/pyodesys/tests/__init__.py
+${PYSITELIB}/pyodesys/tests/__init__.pyc
+${PYSITELIB}/pyodesys/tests/__init__.pyo
+${PYSITELIB}/pyodesys/tests/bateman.py
+${PYSITELIB}/pyodesys/tests/bateman.pyc
+${PYSITELIB}/pyodesys/tests/bateman.pyo
+${PYSITELIB}/pyodesys/tests/test_symbolic.py
+${PYSITELIB}/pyodesys/tests/test_symbolic.pyc
+${PYSITELIB}/pyodesys/tests/test_symbolic.pyo
+${PYSITELIB}/pyodesys/tests/test_util.py
+${PYSITELIB}/pyodesys/tests/test_util.pyc
+${PYSITELIB}/pyodesys/tests/test_util.pyo
+${PYSITELIB}/pyodesys/util.py
+${PYSITELIB}/pyodesys/util.pyc
+${PYSITELIB}/pyodesys/util.pyo
diff --git a/py-odesys/distinfo b/py-odesys/distinfo
new file mode 100644
index 0000000..cd082c6
--- /dev/null
+++ b/py-odesys/distinfo
@@ -0,0 +1,5 @@
+$NetBSD$
+
+SHA1 (pyodesys-0.1.1.tar.gz) = 104b9fed8d780d2e23b855f35b9eba77f74c4082
+RMD160 (pyodesys-0.1.1.tar.gz) = d1cdae384246e7fa042be9b9fe83f4cb5956f12e
+Size (pyodesys-0.1.1.tar.gz) = 10601 bytes


Home | Main Index | Thread Index | Old Index