-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmeta.yaml
44 lines (37 loc) · 898 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
38
39
40
41
42
43
44
{% set version = "1.2.6" %}
package:
name: h3-pyspark
version: {{ version }}
source:
url: https://github.com/kevinschaich/h3-pyspark/archive/refs/tags/{{ version }}.tar.gz
sha256: 8788b6179654515347949fac19b81bd5eedc2b7cc84a256a718669e1a37f2d3a
build:
noarch: python
number: 0
script: {{ PYTHON }} -m pip install . -vv
requirements:
build:
- pytest
- black
host:
- pip
- python >=3.6
run:
- python >=3.6
- pyspark
- h3-py
- shapely
test:
imports:
- h3_pyspark
about:
home: https://github.com/kevinschaich/h3-pyspark
summary: PySpark bindings for H3, a hierarchical hexagonal geospatial indexing system
license: Apache-2.0
license_family: Apache
license_file: LICENSE
dev_url: https://github.com/kevinschaich/h3-pyspark
doc_url: https://github.com/kevinschaich/h3-pyspark
extra:
recipe-maintainers:
- kevinschaich