This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Commit 760eec5 committed Mar 6, 2025 · 2 / 4
1 parent 4cbc6ef commit 760eec5 Copy full SHA for 760eec5
File tree 1 file changed +62
-0
lines changed
1 file changed +62
-0
lines changed Original file line number Diff line number Diff line change
1
+ {% set name = "pan3d" %}
2
+ {% set version = "0.14.1" %}
3
+
4
+ package :
5
+ name : {{ name|lower }}
6
+ version : {{ version }}
7
+
8
+ source :
9
+ url : https://pypi.org/packages/source/{{ name[0] }}/{{ name }}/pan3d-{{ version }}.tar.gz
10
+ sha256 : 0d7d4891e0a359e9fa84a141a8d88df490b9057b574555f9992e7c96ebe341e0
11
+
12
+ build :
13
+ entry_points :
14
+ - xr-viewer = pan3d.viewers.preview:main
15
+ - xr-catalog = pan3d.viewers.catalog:main
16
+ - xr-slicer = pan3d.explorers.slicer:main
17
+ - xr-globe = pan3d.explorers.globe:main
18
+ - xr-contour = pan3d.explorers.contour:main
19
+ noarch : python
20
+ script : {{ PYTHON }} -m pip install . -vv --no-deps --no-build-isolation
21
+ number : 0
22
+
23
+ requirements :
24
+ host :
25
+ - python >=3.9
26
+ - setuptools
27
+ - wheel
28
+ - pip
29
+ run :
30
+ - python >=3.9
31
+ - vtk >=9.4.0rc3
32
+ - requests >=2.31
33
+ - aiohttp
34
+ - xarray >=2023.8
35
+
36
+ test :
37
+ imports :
38
+ - dist
39
+ - docker
40
+ - docs
41
+ - examples
42
+ - pan3d
43
+ commands :
44
+ - pip check
45
+ - xr-viewer --help
46
+ - xr-catalog --help
47
+ - xr-slicer --help
48
+ - xr-globe --help
49
+ - xr-contour --help
50
+ requires :
51
+ - pip
52
+
53
+ about :
54
+ summary : Utility package for processing and visualizing 3D datasets
55
+ license : Apache-2.0
56
+ license_file : LICENSE
57
+
58
+ extra :
59
+ recipe-maintainers :
60
+ - ayenpure
61
+ - jourdain
62
+ - danlipsa
You can’t perform that action at this time.
0 commit comments