-
Notifications
You must be signed in to change notification settings - Fork 19
/
meta-backup.yaml
50 lines (42 loc) · 941 Bytes
/
meta-backup.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
38
39
40
41
42
43
44
45
46
47
48
49
50
{% set name = "h3pandas" %}
{% set version = "0.1.3" %}
package:
name: {{ name|lower }}
version: {{ version }}
source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/h3pandas-{{ version }}.tar.gz
sha256: 562922a2cded5b54c490d9abe869024f379cd82e539d4c5993aecd65c2f43c0f
build:
number: 0
noarch: python
script: {{ PYTHON }} -m pip install . -vv
requirements:
host:
- pip
- python >=3.6
run:
- geopandas
- h3-py
- numpy
- pandas
- python >=3.6
- shapely
- typing-extensions
test:
imports:
- h3pandas
- h3pandas.util
commands:
- pytest --pyargs h3pandas
requires:
- pytest
about:
home: https://github.com/DahnJ/H3-Pandas
summary: Integration of H3 and GeoPandas
license: MIT
license_file: LICENSE
doc_url: https://h3-pandas.readthedocs.io/en/latest/
dev_url: https://github.com/DahnJ/H3-Pandas
extra:
recipe-maintainers:
- dahn