Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 2 Apr 2018 08:43:54 +0000 (UTC)
From:      Max Brazhnikov <makc@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r466210 - in head/science: . py-openpiv
Message-ID:  <201804020843.w328hsmC020130@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: makc
Date: Mon Apr  2 08:43:54 2018
New Revision: 466210
URL: https://svnweb.freebsd.org/changeset/ports/466210

Log:
  Add new port science/py-openpiv:
  
  Python module for Particle Image Velocimetry (PIV) image analysis
  and post-processing.
  
  WWW: http://www.openpiv.net/

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

Modified: head/science/Makefile
==============================================================================
--- head/science/Makefile	Mon Apr  2 08:35:11 2018	(r466209)
+++ head/science/Makefile	Mon Apr  2 08:43:54 2018	(r466210)
@@ -168,6 +168,7 @@
     SUBDIR += py-mlpy
     SUBDIR += py-netCDF4
     SUBDIR += py-obspy
+    SUBDIR += py-openpiv
     SUBDIR += py-paida
     SUBDIR += py-pupynere
     SUBDIR += py-pyaixi

Added: head/science/py-openpiv/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/science/py-openpiv/Makefile	Mon Apr  2 08:43:54 2018	(r466210)
@@ -0,0 +1,41 @@
+# $FreeBSD$
+
+PORTNAME=	openpiv
+PORTVERSION=	0.20.9
+CATEGORIES=	science python
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=	makc@FreeBSD.org
+COMMENT=	Python module for Particle Image Velocimetry
+
+LICENSE=	GPLv3
+LICENSE_FILE=	${WRKSRC}/LICENSE.txt
+
+BUILD_DEPENDS=	${PYNUMPY}
+RUN_DEPENDS=	${PYNUMPY} \
+		${PY_FUTURE} \
+		${PYTHON_PKGNAMEPREFIX}six>=0:devel/py-six@${FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}matplotlib>=0:math/py-matplotlib@${FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}scipy>=0:science/py-scipy@${FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}scikit-image>=0.12.0:graphics/py-scikit-image@${FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}progressbar2>=3.8.1:misc/py-progressbar2@${FLAVOR}
+
+USES=		python
+USE_PYTHON=	autoplist distutils cython cython_run
+USE_GITHUB=	yes
+GH_ACCOUNT=	OpenPIV
+GH_PROJECT=	openpiv-python
+
+post-patch:
+# Do not install supplementing data to allow concurrent installion
+	${REINPLACE_CMD} -e '/data_files = data_files,/d' ${WRKSRC}/setup.py
+
+.include <bsd.port.pre.mk>
+
+.if ${PYTHON_REL} < 3000
+PY_FUTURE=	${PYTHON_PKGNAMEPREFIX}future>=0:devel/py-future@${FLAVOR}
+.else
+PY_FUTURE=
+.endif
+
+.include <bsd.port.post.mk>

Added: head/science/py-openpiv/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/science/py-openpiv/distinfo	Mon Apr  2 08:43:54 2018	(r466210)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1521535609
+SHA256 (OpenPIV-openpiv-python-0.20.9_GH0.tar.gz) = cbee966f9d5479db24d32c7844e8be6fd1e8033cb51e83485c84ce1874bfd488
+SIZE (OpenPIV-openpiv-python-0.20.9_GH0.tar.gz) = 21118182

Added: head/science/py-openpiv/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/science/py-openpiv/pkg-descr	Mon Apr  2 08:43:54 2018	(r466210)
@@ -0,0 +1,4 @@
+OpenPIV is open-source software for Particle Image Velocimetry (PIV)
+image analysis and post-processing.
+
+WWW: http://www.openpiv.net/



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