forked from conda-forge/rrparser-feedstock
-
Notifications
You must be signed in to change notification settings - Fork 0
/
meta.yaml
48 lines (41 loc) · 904 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
{% set name = "rrparser" %}
{% set version = "2.4.6" %}
package:
name: {{ name|lower }}
version: {{ version }}
source:
path: ..
url: https://github.com/brsynth/{{ name }}/archive/{{ version }}.tar.gz
sha256: c1b76e05ab6c5d55c2c9a6bd7a9c6497c489bb732fc011a8e4dbe1c4c2843d91
build:
number: 0
noarch: python
script: {{ PYTHON }} -m pip install -vv .
requirements:
host:
- python >=3.6
- pip
run:
- python >=3.6
- pandas
- brs_utils
- colorlog
test:
source_files:
- tests
imports:
- {{ name|lower }}
requires:
- pytest
commands:
- python -m {{ name|lower }} --help
- cd tests
- python -m pytest -v
about:
home: https://github.com/brsynth/{{ name|lower }}
summary: 'Reaction Rules Parser: retrieves the reaction rules from RetroRules'
license: MIT
license_file: LICENSE
extra:
recipe-maintainers:
- breakthewall