pkgsrc-WIP-changes archive

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

import py-odeint



Module Name:	pkgsrc-wip
Committed By:	Derouiche <kamel.derouiche%gmail.com@localhost>
Pushed By:	jihbed
Date:		Fri Oct 2 17:41:23 2015 +0100
Changeset:	e086d14eb3565a3d7088b2aae628ecb6521b6352

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

Log Message:
import py-odeint

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

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

diffstat:
 py-odeint/DESCR    |  1 +
 py-odeint/Makefile | 21 +++++++++++++++++++++
 py-odeint/PLIST    |  1 +
 py-odeint/distinfo |  5 +++++
 4 files changed, 28 insertions(+)

diffs:
diff --git a/py-odeint/DESCR b/py-odeint/DESCR
new file mode 100644
index 0000000..6338f0a
--- /dev/null
+++ b/py-odeint/DESCR
@@ -0,0 +1 @@
+pyodeint provides a Python binding to odeint
diff --git a/py-odeint/Makefile b/py-odeint/Makefile
new file mode 100644
index 0000000..a133b79
--- /dev/null
+++ b/py-odeint/Makefile
@@ -0,0 +1,21 @@
+# $NetBSD$
+
+DISTNAME=	pyodeint-0.4.3
+PKGNAME=	${PYPKGPREFIX}-${DISTNAME:S/py//}
+CATEGORIES=	math python
+MASTER_SITES=	https://pypi.python.org/packages/source/p/pyodeint/
+
+MAINTAINER=	jihbed.research%gmail.com@localhost
+HOMEPAGE=	https://github.com/bjodah/
+COMMENT=	Python binding for odeint from boost
+LICENSE=	2-clause-bsd
+
+USE_LANGUAGES=	c c++
+
+PYDISTUTILSPKG= yes
+
+.include "../../devel/boost-headers/buildlink3.mk"
+.include "../../devel/py-cython/buildlink3.mk"
+.include "../../lang/python/extension.mk"
+.include "../../math/py-numpy/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/py-odeint/PLIST b/py-odeint/PLIST
new file mode 100644
index 0000000..48d96a5
--- /dev/null
+++ b/py-odeint/PLIST
@@ -0,0 +1 @@
+@comment $NetBSD$
diff --git a/py-odeint/distinfo b/py-odeint/distinfo
new file mode 100644
index 0000000..0799563
--- /dev/null
+++ b/py-odeint/distinfo
@@ -0,0 +1,5 @@
+$NetBSD$
+
+SHA1 (pyodeint-0.4.3.tar.gz) = b28cccc12ccfb45fdc6822ad05159662f7d9aa68
+RMD160 (pyodeint-0.4.3.tar.gz) = 2ea62b5f1093b83d5bc35a1d497e788636a5658d
+Size (pyodeint-0.4.3.tar.gz) = 64232 bytes


Home | Main Index | Thread Index | Old Index