-
Notifications
You must be signed in to change notification settings - Fork 11
/
meta.yaml
44 lines (37 loc) · 886 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.2" %}
package:
name: h3-pyspark
version: {{ version }}
source:
url: https://github.com/kevinschaich/h3-pyspark/archive/refs/tags/{{ version }}.tar.gz
sha256: 64c39a66664676ce799dbfb5cbd49d9a9d76926e5495dcc8ea580fb03b4b46fb
build:
noarch: python
number: 0
script: {{ PYTHON }} -m pip install . -vv
requirements:
build:
- pytest
- black
host:
- pip
- python
run:
- python
- 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