From 1d9a521d63b1514774ba2dfcb6a35d8947a10db6 Mon Sep 17 00:00:00 2001 From: Bioconda Bot <47040946+BiocondaBot@users.noreply.github.com> Date: Wed, 21 Feb 2024 14:43:25 -0500 Subject: [PATCH] Update pronto to 2.5.6 (#45936) * Update pronto to 2.5.6 * add run_exports --------- Co-authored-by: mencian --- recipes/pronto/meta.yaml | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/recipes/pronto/meta.yaml b/recipes/pronto/meta.yaml index ed42fc4d9781c..4651abcbc0bd9 100644 --- a/recipes/pronto/meta.yaml +++ b/recipes/pronto/meta.yaml @@ -1,5 +1,5 @@ {% set name = "pronto" %} -{% set version = "2.5.5" %} +{% set version = "2.5.6" %} package: name: "{{ name }}" @@ -7,12 +7,14 @@ package: source: url: "https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz" - sha256: 8f9a0917156248b2cce05d238c5d76a7b49ee07619f2bce3c73796bff82d5b4f + sha256: eacdaa9b629042d1a07c59470241576c111751229ac052a05bfce8180df33bf8 build: noarch: python number: 0 - script: {{ PYTHON }} -m pip install . --ignore-installed --no-deps -vv + script: {{ PYTHON }} -m pip install . --no-build-isolation --no-deps -vvv + run_exports: + - {{ pin_subpackage('pronto', max_pin="x") }} requirements: host: @@ -35,10 +37,13 @@ test: - pronto.serializers about: - home: http://github.com/althonos/pronto + home: https://github.com/althonos/pronto license: MIT summary: 'Python frontend to ontologies' license_family: MIT + license_file: COPYING + doc_url: https://pronto.readthedocs.io/en/stable/ + dev_url: https://github.com/althonos/pronto extra: recipe-maintainers: