Skip to content

Commit

Permalink
Merge pull request #14302 from hadim/bioservices
Browse files Browse the repository at this point in the history
add bioservices
  • Loading branch information
mbargull committed Apr 14, 2021
2 parents c519129 + cc3d7a1 commit fa35a31
Showing 1 changed file with 54 additions and 0 deletions.
54 changes: 54 additions & 0 deletions recipes/bioservices/meta.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
{% set name = "bioservices" %}
{% set version = "1.7.11" %}


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

source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/bioservices-{{ version }}.tar.gz
sha256: ad169fb2a1971daddd67507b81b07cb9654dfea7b76a5926d0913229f1e9d0fe

build:
number: 0
noarch: python
script: {{ PYTHON }} -m pip install . -vv

requirements:
host:
- pip
- python >=3.6
run:
- appdirs
- beautifulsoup4
- colorlog
- easydev >=0.9.36
- grequests
- lxml
- pandas
- python >=3.6
- requests
- requests_cache
- suds-jurko
- wrapt
- xmltodict

test:
imports:
- bioservices
- bioservices.apps
commands:
- pip check
requires:
- pip

about:
home: http://github.com/cokelaer/bioservices
summary: Access to Biological Web Services from Python
license: GPL-3.0-only
license_file: LICENSE

extra:
recipe-maintainers:
- hadim

0 comments on commit fa35a31

Please sign in to comment.