-
Notifications
You must be signed in to change notification settings - Fork 1
/
meta.yaml
47 lines (40 loc) · 924 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 = "vegspec" %}
{% set version = "1.0.4" %}
package:
name: {{ name|lower }}
version: {{ version }}
source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/vegspec-{{ version }}.tar.gz
sha256: f682907c0b5a155e348b615eabf96a5e62405f177d2bab94aaa7f50cbf307b76
build:
noarch: python
script: {{ PYTHON }} -m pip install . -vv --no-deps --no-build-isolation
number: 0
requirements:
host:
- python >=3.9
- setuptools >=42
- wheel
- pip
run:
- python >=3.9
- matplotlib-base
- numpy
- pandas
- scipy
test:
imports:
- vegspec
commands:
- pip check
requires:
- pip
about:
home: http://github.com/kthorp/vegspec
summary: A compilation of vegetative spectral indices and transformations in Python
dev_url: http://github.com/kthorp/vegspec
license: SAX-PD
license_file: LICENSE.md
extra:
recipe-maintainers:
- kthorp