From fddd69ae78fb831c5eda7862796d767e67622d93 Mon Sep 17 00:00:00 2001 From: Hadrien Mary Date: Fri, 19 Mar 2021 10:44:05 -0400 Subject: [PATCH 1/4] add bioservices --- recipes/bioservices/meta.yaml | 54 +++++++++++++++++++++++++++++++++++ 1 file changed, 54 insertions(+) create mode 100644 recipes/bioservices/meta.yaml diff --git a/recipes/bioservices/meta.yaml b/recipes/bioservices/meta.yaml new file mode 100644 index 0000000000000..214490217ad73 --- /dev/null +++ b/recipes/bioservices/meta.yaml @@ -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 + run: + - appdirs + - beautifulsoup4 + - colorlog + - easydev >=0.9.36 + - grequests + - lxml + - pandas + - python + - 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 + license_file: LICENSE + +extra: + recipe-maintainers: + - hadim From 1ea53bb7d70b6a953292d39e9ae7160791ea4d1e Mon Sep 17 00:00:00 2001 From: Hadrien Mary Date: Fri, 19 Mar 2021 10:45:42 -0400 Subject: [PATCH 2/4] fix lint --- recipes/bioservices/meta.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/recipes/bioservices/meta.yaml b/recipes/bioservices/meta.yaml index 214490217ad73..e8c09353a209a 100644 --- a/recipes/bioservices/meta.yaml +++ b/recipes/bioservices/meta.yaml @@ -18,7 +18,7 @@ build: requirements: host: - pip - - python + - python >=3.6 run: - appdirs - beautifulsoup4 @@ -27,7 +27,7 @@ requirements: - grequests - lxml - pandas - - python + - python >=3.6 - requests - requests_cache - suds-jurko @@ -46,7 +46,7 @@ test: about: home: http://github.com/cokelaer/bioservices summary: Access to Biological Web Services from Python - license: GPL-3.0 + license: GPL-3.0-only license_file: LICENSE extra: From 76557ecf907e72df7d36d74278db546c7d7b524b Mon Sep 17 00:00:00 2001 From: Hadrien Mary Date: Fri, 19 Mar 2021 13:45:08 -0400 Subject: [PATCH 3/4] Update meta.yaml --- recipes/bioservices/meta.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/bioservices/meta.yaml b/recipes/bioservices/meta.yaml index e8c09353a209a..c91f378b81423 100644 --- a/recipes/bioservices/meta.yaml +++ b/recipes/bioservices/meta.yaml @@ -46,7 +46,7 @@ test: about: home: http://github.com/cokelaer/bioservices summary: Access to Biological Web Services from Python - license: GPL-3.0-only + license: GPL-3.0-or-later license_file: LICENSE extra: From cc3d7a129bc11e461635d8439ae7e4a81be7609c Mon Sep 17 00:00:00 2001 From: Hadrien Mary Date: Fri, 9 Apr 2021 11:36:08 -0400 Subject: [PATCH 4/4] fix license --- recipes/bioservices/meta.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/bioservices/meta.yaml b/recipes/bioservices/meta.yaml index c91f378b81423..e8c09353a209a 100644 --- a/recipes/bioservices/meta.yaml +++ b/recipes/bioservices/meta.yaml @@ -46,7 +46,7 @@ test: about: home: http://github.com/cokelaer/bioservices summary: Access to Biological Web Services from Python - license: GPL-3.0-or-later + license: GPL-3.0-only license_file: LICENSE extra: