Skip to content

Commit 7cd97b7

Browse files
authored
Merge branch 'main' into add-sql-agent-tool
2 parents 9398493 + 108da08 commit 7cd97b7

File tree

2 files changed

+65
-49
lines changed

2 files changed

+65
-49
lines changed

recipes/geoh5-interop/recipe.yaml

+65
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,65 @@
1+
context:
2+
name: geoh5_interop
3+
version: 1.1.1
4+
python_min: 3.10
5+
6+
package:
7+
name: ${{ name|lower }}
8+
version: ${{ version }}
9+
10+
source:
11+
url: https://pypi.org/packages/source/${{ name[0] }}/${{ name }}/${{ name }}-${{ version }}.tar.gz
12+
sha256: b5d42898e812da1420e348309048a8bad1d56cdc11c8ca00a4828d3ac3fefae0
13+
14+
build:
15+
noarch: python
16+
script: ${{ PYTHON }} -m pip install . -vv --no-deps --no-build-isolation
17+
number: 0
18+
19+
requirements:
20+
host:
21+
- pip
22+
- poetry-core >=1.0.0
23+
- python ${{ python_min }}.*
24+
- setuptools
25+
run:
26+
- python >=${{ python_min }}
27+
- geoh5py >=0.10.0,<0.11.dev
28+
- las-geoh5 >=0.3.0,<0.4.dev
29+
- mira-omf >=3.3.0,<3.4.dev
30+
31+
tests:
32+
- python:
33+
imports:
34+
- geoh5_interop
35+
- geoh5py
36+
- las_geoh5
37+
- omf
38+
- properties
39+
pip_check: false # something wrong with properties 0.6.1, but installation seems correct nonetheless
40+
python_version: ${{ python_min }}.*
41+
- script:
42+
- pip list
43+
requirements:
44+
run:
45+
- pip
46+
47+
about:
48+
homepage: https://www.mirageoscience.com/mining-industry-software/python-integration
49+
summary: 'A meta-package that groups together packages for interoperability between GEOH5 and other file formats.'
50+
51+
description: |
52+
This meta-package collects the following packages:
53+
- [geoh5py](https://github.com/MiraGeoscience/geoh5py)
54+
- [mira-omf](https://github.com/MiraGeoscience/omf)
55+
- [las-geoh5](https://github.com/MiraGeoscience/las-geoh5)
56+
57+
See the individual package documentation for more information.
58+
59+
license: MIT
60+
license_file:
61+
- LICENSE
62+
63+
extra:
64+
recipe-maintainers:
65+
- sebhmg

recipes/servicex-analysis-utils/recipe.yaml

-49
This file was deleted.

0 commit comments

Comments
 (0)