mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
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>
This commit is contained in:
parent
147c459f21
commit
ae8c724ac2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=404902
4 changed files with 26 additions and 0 deletions
|
@ -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
|
||||
|
|
19
math/py-pyvtk/Makefile
Normal file
19
math/py-pyvtk/Makefile
Normal file
|
@ -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>
|
2
math/py-pyvtk/distinfo
Normal file
2
math/py-pyvtk/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (PyVTK-0.4.85.tar.gz) = 4f971e21eb73b44fd4dd52bed1aeea7879e0d9e8debfded651bb8fc9c80033e2
|
||||
SIZE (PyVTK-0.4.85.tar.gz) = 27023
|
4
math/py-pyvtk/pkg-descr
Normal file
4
math/py-pyvtk/pkg-descr
Normal file
|
@ -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/
|
Loading…
Add table
Reference in a new issue