Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add bioservices #14302

Merged
merged 4 commits into from
Apr 14, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
hadim marked this conversation as resolved.
Show resolved Hide resolved
license_file: LICENSE

extra:
recipe-maintainers:
- hadim