diff options
author | miwi <miwi@FreeBSD.org> | 2015-12-31 11:12:50 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2015-12-31 11:12:50 +0800 |
commit | dd8a1f71074b2645f5bfa30c46d9110c29b84c16 (patch) | |
tree | 3d16f970a9dc2ecaa95a52b6ae5eec3a71a933a1 /math | |
parent | d15bf7763f87d101d3c6a0ce2add4c95435bb0e8 (diff) | |
download | freebsd-ports-gnome-dd8a1f71074b2645f5bfa30c46d9110c29b84c16.tar.gz freebsd-ports-gnome-dd8a1f71074b2645f5bfa30c46d9110c29b84c16.tar.zst freebsd-ports-gnome-dd8a1f71074b2645f5bfa30c46d9110c29b84c16.zip |
Tools for manipulating VTK (Visualization Toolkit) files in Python.
WWW: https://github.com/pearu/pyvtk/
WWW: https://pypi.python.org/pypi/PyVTK/
PR: 205644
Submitted by: Yuri Victorovich <yuri@rawbw.com>
Diffstat (limited to 'math')
-rw-r--r-- | math/Makefile | 1 | ||||
-rw-r--r-- | math/py-pyvtk/Makefile | 19 | ||||
-rw-r--r-- | math/py-pyvtk/distinfo | 2 | ||||
-rw-r--r-- | math/py-pyvtk/pkg-descr | 4 |
4 files changed, 26 insertions, 0 deletions
diff --git a/math/Makefile b/math/Makefile index c83fcad80a81..d22f87a82fb9 100644 --- a/math/Makefile +++ b/math/Makefile @@ -610,6 +610,7 @@ SUBDIR += py-pyfst SUBDIR += py-pyhull SUBDIR += py-pymc + SUBDIR += py-pyvtk SUBDIR += py-roman SUBDIR += py-scientific SUBDIR += py-statsmodels diff --git a/math/py-pyvtk/Makefile b/math/py-pyvtk/Makefile new file mode 100644 index 000000000000..e4944716ab79 --- /dev/null +++ b/math/py-pyvtk/Makefile @@ -0,0 +1,19 @@ +# Created by: Yuri Victorovich <yuri@rawbw.com> +# $FreeBSD$ + +PORTNAME= PyVTK +PORTVERSION= 0.4.85 +CATEGORIES= math python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= yuri@rawbw.com +COMMENT= Tools for manipulating VTK files in Python + +LICENSE= GPLv2 + +USES= python +USE_PYTHON= autoplist distutils +NO_ARCH= yes + +.include <bsd.port.mk> diff --git a/math/py-pyvtk/distinfo b/math/py-pyvtk/distinfo new file mode 100644 index 000000000000..46a389169ec2 --- /dev/null +++ b/math/py-pyvtk/distinfo @@ -0,0 +1,2 @@ +SHA256 (PyVTK-0.4.85.tar.gz) = 4f971e21eb73b44fd4dd52bed1aeea7879e0d9e8debfded651bb8fc9c80033e2 +SIZE (PyVTK-0.4.85.tar.gz) = 27023 diff --git a/math/py-pyvtk/pkg-descr b/math/py-pyvtk/pkg-descr new file mode 100644 index 000000000000..19cdbc04320b --- /dev/null +++ b/math/py-pyvtk/pkg-descr @@ -0,0 +1,4 @@ +Tools for manipulating VTK (Visualization Toolkit) files in Python. + +WWW: https://github.com/pearu/pyvtk/ +WWW: https://pypi.python.org/pypi/PyVTK/ |