diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2015-12-31 03:12:50 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2015-12-31 03:12:50 +0000 |
commit | ae8c724ac2387e6e7f7da9dbfaf778b174f3860d (patch) | |
tree | 3d16f970a9dc2ecaa95a52b6ae5eec3a71a933a1 /math/py-pyvtk | |
parent | 147c459f2162c5a9f5ab14d3260395d786985a0d (diff) | |
download | ports-ae8c724ac2387e6e7f7da9dbfaf778b174f3860d.tar.gz ports-ae8c724ac2387e6e7f7da9dbfaf778b174f3860d.zip |
Notes
Diffstat (limited to 'math/py-pyvtk')
-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 |
3 files changed, 25 insertions, 0 deletions
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/ |