Skip to content

Commit

Permalink
Update pronto to 2.5.6 (bioconda#45936)
Browse files Browse the repository at this point in the history
* Update pronto to 2.5.6

* add run_exports

---------

Co-authored-by: mencian <[email protected]>
  • Loading branch information
BiocondaBot and mencian authored Feb 21, 2024
1 parent f697f23 commit 1d9a521
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions recipes/pronto/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,18 +1,20 @@
{% set name = "pronto" %}
{% set version = "2.5.5" %}
{% set version = "2.5.6" %}

package:
name: "{{ name }}"
version: "{{ version }}"

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:
Expand All @@ -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:
Expand Down

0 comments on commit 1d9a521

Please sign in to comment.