forked from kthorp/pyfao56
-
Notifications
You must be signed in to change notification settings - Fork 0
/
meta.yaml
executable file
·47 lines (39 loc) · 836 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
45
46
47
{% set name = "pyfao56" %}
{% set version = "1.2.1" %}
package:
name: {{ name|lower }}
version: {{ version }}
source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/pyfao56-{{ version }}.tar.gz
sha256: e04b6ba07c34311c0ea13039abdb5f17796a78bdd5e5d0b7587f1694adbf2b16
build:
number: 0
noarch: python
script: {{ PYTHON }} -m pip install . -vv
requirements:
host:
- pip
- python >=3.7
run:
- matplotlib
- numpy
- pandas
- python >=3.7
- requests
- urllib3
test:
imports:
- pyfao56
commands:
- pip check
requires:
- pip
about:
home: http://github.com/kthorp/pyfao56
summary: FAO-56 Evapotranspiration in Python
dev_url: http://github.com/kthorp/pyfao56
license: Unlicense
license_file: LICENSE.md
extra:
recipe-maintainers:
- kthorp