Skip to content

Commit

Permalink
Initial feedstock commit with conda-smithy 3.12.
Browse files Browse the repository at this point in the history
  • Loading branch information
conda-forge-admin committed Oct 6, 2021
0 parents commit 7b3e01e
Show file tree
Hide file tree
Showing 2 changed files with 49 additions and 0 deletions.
1 change: 1 addition & 0 deletions conda-forge.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{}
48 changes: 48 additions & 0 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
{% set name = "rrparser" %}
{% set version = "2.4.1" %}

package:
name: {{ name|lower }}
version: {{ version }}

source:
path: ..
url: https://github.com/brsynth/{{ name }}/archive/{{ version }}.tar.gz
sha256: 27a541e7e56df60b53cbaa6437f24cd55d915692580c49c3fed2b04ad54e2058

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

0 comments on commit 7b3e01e

Please sign in to comment.