generated from ACCESS-NRI/template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmeta.yaml
37 lines (31 loc) · 869 Bytes
/
meta.yaml
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
{% set data = load_setup_py_data(setup_file='../setup.py', from_recipe_dir=True) %}
{% set version = data.get('version') %}
package:
name: access-py-telemetry
version: "{{ version }}"
source:
url: "https://pypi.io/packages/source/a/access-py-telemetry/access_py_telemetry-{{ version }}.tar.gz"
build:
noarch: python
number: 0
script: "{{ PYTHON }} -m pip install . -vv"
requirements:
host:
- python
- pip
- versioneer
run:
- python >=3.10
- ipython>=7.0.0
- pydantic>=2.0.0
- pyyaml>=6.0.0
- httpx>=0.28.0
about:
home: https://github.com/ACCESS-NRI/access-py-telemetry
license: Apache Software
license_family: APACHE
summary: "Tools to add telemetry data to Python package usage"
# doc_url: https://access-py-telemetry-catalog.readthedocs.io/en/latest/
extra:
recipe-maintainers:
- charles-turner-1