Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 19 Sep 2018 23:11:36 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r480121 - in head/math: . py-pygslodeiv2
Message-ID:  <201809192311.w8JNBacH067379@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: yuri
Date: Wed Sep 19 23:11:35 2018
New Revision: 480121
URL: https://svnweb.freebsd.org/changeset/ports/480121

Log:
  New port: math/py-pygslodeiv2: Python binding for odeiv2 in GNU Scientific Library (GSL)

Added:
  head/math/py-pygslodeiv2/
  head/math/py-pygslodeiv2/Makefile   (contents, props changed)
  head/math/py-pygslodeiv2/distinfo   (contents, props changed)
  head/math/py-pygslodeiv2/pkg-descr   (contents, props changed)
Modified:
  head/math/Makefile

Modified: head/math/Makefile
==============================================================================
--- head/math/Makefile	Wed Sep 19 22:52:41 2018	(r480120)
+++ head/math/Makefile	Wed Sep 19 23:11:35 2018	(r480121)
@@ -687,6 +687,7 @@
     SUBDIR += py-gmpy2
     SUBDIR += py-gnuplot
     SUBDIR += py-graphillion
+    SUBDIR += py-pygslodeiv2
     SUBDIR += py-igakit
     SUBDIR += py-igraph
     SUBDIR += py-intspan

Added: head/math/py-pygslodeiv2/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/math/py-pygslodeiv2/Makefile	Wed Sep 19 23:11:35 2018	(r480121)
@@ -0,0 +1,22 @@
+# $FreeBSD$
+
+PORTNAME=	pygslodeiv2
+DISTVERSION=	0.9.1
+CATEGORIES=	math python
+MASTER_SITES=	CHEESESHOP
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=	yuri@FreeBSD.org
+COMMENT=	Python binding for odeiv2 in GNU Scientific Library (GSL)
+
+LICENSE=	GPLv3
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
+BUILD_DEPENDS=	${PYNUMPY}
+LIB_DEPENDS=	libgsl.so:math/gsl
+RUN_DEPENDS=	${PYNUMPY}
+
+USES=		localbase python
+USE_PYTHON=	distutils autoplist
+
+.include <bsd.port.mk>

Added: head/math/py-pygslodeiv2/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/math/py-pygslodeiv2/distinfo	Wed Sep 19 23:11:35 2018	(r480121)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1537398210
+SHA256 (pygslodeiv2-0.9.1.tar.gz) = 4297d2a78d9cc05365dd0b7b614c71057a09dec04fb29544183ee3c684e321e6
+SIZE (pygslodeiv2-0.9.1.tar.gz) = 113497

Added: head/math/py-pygslodeiv2/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/math/py-pygslodeiv2/pkg-descr	Wed Sep 19 23:11:35 2018	(r480121)
@@ -0,0 +1,6 @@
+pygslodeiv2 provides a Python binding to the Ordinary Differential Equation
+integration routines exposed by the odeiv2 interface of GSL - GNU Scientific
+Library. The odeiv2 interface allows a user to numerically integrate
+(systems of) differential equations.
+
+WWW: https://github.com/bjodah/pygslodeiv2



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201809192311.w8JNBacH067379>