-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathrecipe.yaml
More file actions
74 lines (66 loc) · 1.96 KB
/
recipe.yaml
File metadata and controls
74 lines (66 loc) · 1.96 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
schema_version: 1
context:
name: "geoh5py"
version: "0.12.1rc2.dev279+3df1d110" # This will be replaced by the actual version in the build process
python_min: "3.12"
module_name: ${{ name|lower|replace("-", "_") }}
package:
name: ${{ name|lower }}
version: ${{ version }}
source:
path: ../${{ name}}
build:
number: 0
noarch: python
script: ${{ PYTHON }} -m pip install . -vv --no-deps --no-build-isolation
requirements:
host:
- python ${{ python_min }}.*
- poetry-core >=1.8.0
- poetry-dynamic-versioning >=1.9, 1.*
- setuptools
- pip
run:
- python >=${{ python_min }}
- h5py >=3.15.0, 3.*
- numpy 2.4.*
- pillow 12.1.*
- pydantic 2.12.*
tests:
- python:
imports:
- ${{ module_name }}
- ${{ module_name }}._version
- script:
- pytest --ignore=tests/version_test.py
requirements:
run:
- pytest
- scipy 1.17.*
files:
source:
- tests/
- package_contents:
files:
- site-packages/${{ module_name }}/_version.py
about:
summary: Python API for geoh5, an open file format for geoscientific data.
description: |
The geoh5py library has been created for the manipulation and storage of a wide range of
geoscientific data (points, curve, surface, 2D and 3D grids) in GEOH5 file format. Users will
be able to directly leverage the powerful visualization capabilities of
(Geoscience ANALYST)<https://mirageoscience.com/mining-industry-software/geoscience-analyst/>
along with open-source code from the Python ecosystem.
license: LGPL-3.0-only
license_file:
- COPYING
- COPYING.LESSER
- docs/THIRD_PARTY_SOFTWARE.rst
homepage: https://www.mirageoscience.com/mining-industry-software/python-integration/
repository: https://github.com/MiraGeoscience/geoh5py
documentation: https://mirageoscience-geoh5py.readthedocs-hosted.com/
extra:
recipe-maintainers:
- andrewg-mira
- domfournier
- sebhmg