From owner-svn-ports-head@freebsd.org Sun Apr 1 06:24:53 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 86F9DFA5F8E; Sun, 1 Apr 2018 06:24:53 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 393B972962; Sun, 1 Apr 2018 06:24:53 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 34307231A2; Sun, 1 Apr 2018 06:24:53 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w316OqL9014483; Sun, 1 Apr 2018 06:24:52 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w316OqAo014479; Sun, 1 Apr 2018 06:24:52 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201804010624.w316OqAo014479@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Sun, 1 Apr 2018 06:24:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r466121 - in head/math: . py-pyodesys X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: in head/math: . py-pyodesys X-SVN-Commit-Revision: 466121 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Apr 2018 06:24:53 -0000 Author: yuri Date: Sun Apr 1 06:24:52 2018 New Revision: 466121 URL: https://svnweb.freebsd.org/changeset/ports/466121 Log: New port: math/py-pyodesys: Straightforward numerical integration of ODE systems from Python Added: head/math/py-pyodesys/ head/math/py-pyodesys/Makefile (contents, props changed) head/math/py-pyodesys/distinfo (contents, props changed) head/math/py-pyodesys/pkg-descr (contents, props changed) Modified: head/math/Makefile Modified: head/math/Makefile ============================================================================== --- head/math/Makefile Sun Apr 1 06:06:26 2018 (r466120) +++ head/math/Makefile Sun Apr 1 06:24:52 2018 (r466121) @@ -675,6 +675,7 @@ SUBDIR += py-pymc SUBDIR += py-pymc3 SUBDIR += py-pyneqsys + SUBDIR += py-pyodesys SUBDIR += py-pysparse SUBDIR += py-pysym SUBDIR += py-pyvtk Added: head/math/py-pyodesys/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/py-pyodesys/Makefile Sun Apr 1 06:24:52 2018 (r466121) @@ -0,0 +1,25 @@ +# $FreeBSD$ + +PORTNAME= pyodesys +DISTVERSION= 0.11.9 +CATEGORIES= math python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= yuri@FreeBSD.org +COMMENT= Straightforward numerical integration of ODE systems from Python + +LICENSE= BSD2CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE + +RUN_DEPENDS= ${PYNUMPY} \ + ${PYTHON_PKGNAMEPREFIX}matplotlib>0:math/py-matplotlib@${FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}scipy>0:science/py-scipy@${FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}sym>=0.3.1:math/py-sym@${FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}sympy>=1.1.1:math/py-sympy@${FLAVOR} + +USES= python +USE_PYTHON= distutils autoplist +NO_ARCH= yes + +.include Added: head/math/py-pyodesys/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/py-pyodesys/distinfo Sun Apr 1 06:24:52 2018 (r466121) @@ -0,0 +1,3 @@ +TIMESTAMP = 1522563241 +SHA256 (pyodesys-0.11.9.tar.gz) = 60ade7b48423ab98534260548624f0a9b20e788fa8a2dcee3a790478137019a0 +SIZE (pyodesys-0.11.9.tar.gz) = 97005 Added: head/math/py-pyodesys/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/py-pyodesys/pkg-descr Sun Apr 1 06:24:52 2018 (r466121) @@ -0,0 +1,15 @@ +pyodesys provides a straightforward way of numerically integrating systems of +ordinary differential equations (initial value problems). It unifies the +interface of several libraries for performing the numerical integration as well +as several libraries for symbolic representation. It also provides a convenience +class for representing and integrating ODE systems defined by symbolic +expressions, e.g. SymPy expressions. This allows the user to write concise code +and rely on pyodesys to handle the subtle differences between libraries. + +The numerical integration is performed using either: +* scipy.integrate.ode +* pygslodeiv2 +* pyodeint +* pycvodes + +WWW: https://github.com/bjodah/pyodesys