-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrecipe.yaml
More file actions
80 lines (69 loc) · 1.99 KB
/
Copy pathrecipe.yaml
File metadata and controls
80 lines (69 loc) · 1.99 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
75
76
77
78
79
80
schema_version: 1
context:
name: geoh5-interop
python_min: "3.12"
# Extract version from auto-generated _version.json
version: "${{ load_from_file('_version.json').version | trim }}"
module_name: ${{ name|lower|replace("-", "_") }}
package:
name: ${{ name|lower }}
version: "${{ version }}"
source:
path: ../${{ name }}
build:
number: 0
noarch: python
script:
env:
POETRY_DYNAMIC_VERSIONING_BYPASS: "${{ version }}"
content:
${{ PYTHON }} -m pip install . -vv --no-deps --no-build-isolation
requirements:
host:
- python ${{ python_min }}.*
- pip
- poetry-core >=1.8.0
- poetry-dynamic-versioning >=1.9, 1.*
run:
- python >=${{ python_min }}
- geoh5py >=0.13.0b1, 0.13.*
- las-geoh5 >=0.3.3b1, 0.3.*
- mira-omf >=3.4.0b1, 3.4.*
tests:
- python:
python_version: ${{ python_min }}.*
imports:
- ${{ module_name }}
- ${{ module_name }}._version
- geoh5py
- las_geoh5
- omf
- properties
pip_check: false # something wrong with properties 0.6.1, but installation seems correct nonetheless
- script:
- pip list
requirements:
run:
- pip
- package_contents:
files:
- site-packages/${{ module_name }}/_version.py
about:
homepage: https://www.mirageoscience.com/mining-industry-software/python-integration
summary: 'A meta-package that groups together packages for interoperability between GEOH5 and other file formats.'
# repository: https://github.com/MiraGeoscience/geoh5-interop
description: |
This meta-package collects the following packages:
- [geoh5py](https://github.com/MiraGeoscience/geoh5py)
- [mira-omf](https://github.com/MiraGeoscience/omf)
- [las-geoh5](https://github.com/MiraGeoscience/las-geoh5)
See the individual package documentation for more information.
license: MIT
license_file:
- LICENSE
extra:
recipe-maintainers:
- andrewg-mira
- domfournier
- RomFloreani
- sebhmg