From 762d2e3949cac7fa2b3a71b02dd359500a9c55ab Mon Sep 17 00:00:00 2001 From: Bioconda Bot <47040946+BiocondaBot@users.noreply.github.com> Date: Fri, 27 Sep 2024 12:34:36 -0400 Subject: [PATCH] Update baltic to 0.3.0 (#51010) * Update baltic to 0.3.0 * add run_exports * add run_exports --------- Co-authored-by: mencian --- recipes/baltic/meta.yaml | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/recipes/baltic/meta.yaml b/recipes/baltic/meta.yaml index 1838b30e463fb..724178253314a 100644 --- a/recipes/baltic/meta.yaml +++ b/recipes/baltic/meta.yaml @@ -1,5 +1,5 @@ {% set name = "baltic" %} -{% set version = "0.2.2" %} +{% set version = "0.3.0" %} package: name: "{{ name|lower }}" @@ -7,21 +7,23 @@ package: source: url: "https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz" - sha256: 095045aeb0f86f7668df5d7f163ab9fec30e59a564fc77c06b5cb756027a1e79 + sha256: d7fd92d0a40840f15826416e5aaaa3b9e40db07df99f9d4add2eeaf683ae385d build: number: 0 - script: python -m pip install --no-deps --ignore-installed . + script: {{ PYTHON }} -m pip install --no-deps --no-build-isolation --no-cache-dir . -vvv noarch: python + run_exports: + - {{ pin_subpackage('baltic', max_pin="x.x") }} requirements: host: - pip - - python + - python >=3.5 run: - matplotlib-base >=2.0.0 - numpy >=1.16 - - python + - python >=3.5 test: imports: @@ -29,7 +31,8 @@ test: about: home: "https://github.com/evogytis/baltic" - license: GPL-3.0 + license: GPL-3.0-or-later license_family: GPL3 license_file: LICENSE - summary: "Lightweight package for analyzing, manipulating and visualizing annotated phylogenetic trees" + summary: "Lightweight package for analyzing, manipulating and visualizing annotated phylogenetic trees." + dev_url: "https://github.com/evogytis/baltic"