File tree Expand file tree Collapse file tree 1 file changed +49
-0
lines changed Expand file tree Collapse file tree 1 file changed +49
-0
lines changed Original file line number Diff line number Diff line change 1+ {% set name = "zvtk" %}
2+ {% set version = "0.1.1" %}
3+
4+ package :
5+ name : {{ name|lower }}
6+ version : {{ version }}
7+
8+ source :
9+ url : https://pypi.org/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz
10+ sha256 : d0c58939b1c244e5e7225cce12a859daaa8313521c60361fd0216c980f89ae08
11+
12+ build :
13+ noarch : python
14+ script : {{ PYTHON }} -m pip install . -vv
15+ number : 0
16+
17+ requirements :
18+ host :
19+ - python >=3.8
20+ - pip
21+ - setuptools
22+ run :
23+ - python
24+ - pyvista
25+ - zstandard
26+
27+ test :
28+ imports :
29+ - zvtk
30+ commands :
31+ - pip check
32+ requires :
33+ - pip
34+
35+ about :
36+ home : https://github.com/pyvista/zvtk
37+ summary : ' Compress VTK files using zstandard'
38+ description : |
39+ Seamlessly compress VTK datasets using Zstandard.
40+ Read in VTK datasets 37x faster, write 14x faster,
41+ all while using 28% less space versus VTK's modern XML format.
42+ license : MIT
43+ license_file : LICENSE
44+ doc_url : https://github.com/pyvista/zvtk
45+ dev_url : https://github.com/pyvista/zvtk
46+
47+ extra :
48+ recipe-maintainers :
49+ - pmav99
You can’t perform that action at this time.
0 commit comments