-
Notifications
You must be signed in to change notification settings - Fork 39
/
meta.yaml
59 lines (51 loc) · 969 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
48
49
50
51
52
53
54
55
56
57
58
59
---
# {% set data = load_setup_py_data(setup_file="./setup.py", from_recipe_dir=True) %}
package:
name: {{data.get('name')}}
version: {{data.get('version')}}
source:
path: .
build:
number: 0
noarch: python
script: "{{ PYTHON }} -m pip install --no-deps --ignore-installed ."
requirements:
host:
- python=3.7
- setuptools
run:
- python=3.7
- pip
- pytest
- gevent
- flask
- flask-socketio
- flask-restx
- gevent-websocket
- redis-py
- scipy
- mock
- jsonpickle
- pillow
- suds-jurko
- python-ldap
- lxml
- numpy
- requests
- scandir
- redis
- nodejs
- ffmpeg
- pytango
- opencv
- ruamel.yaml
- matplotlib
test:
imports:
- {{data.get('name')}}
about:
home: {{data.get('url')}}
license: {{data.get('license')}}
summary: {{data.get('description')}}
author: {{data.get('author')}}
description: {{data.get('description')}}