-
Notifications
You must be signed in to change notification settings - Fork 16
/
meta.yaml
42 lines (35 loc) · 829 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
{% set name = "geodemo" %}
{% set version = "0.0.4" %}
package:
name: "{{ name|lower }}"
version: "{{ version }}"
source:
url: "https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz"
sha256: 10f4991d93dbd7a3a4d7f2fcc83faf5ae8203349655ddac0098c71acc59216db
build:
number: 0
noarch: python
script: "{{ PYTHON }} -m pip install . -vv"
requirements:
host:
- pip
- python >=3.6
run:
- folium
- ipyleaflet
- pyshp
- python >=3.6
test:
imports:
- geodemo
about:
home: "https://github.com/giswqs/geodemo"
license: MIT
license_family: MIT
license_file: LICENSE
summary: "A Python package for interactive mapping"
doc_url: https://geodemo.gishub.org
dev_url: https://github.com/giswqs/geodemo
extra:
recipe-maintainers:
- giswqs