Skip to content

Commit

Permalink
Update taxopy to 0.14.0 (bioconda#53672)
Browse files Browse the repository at this point in the history
* Update taxopy to 0.14.0

* Update `run_exports`

* Update install script

---------

Co-authored-by: Antônio Camargo <apcamargo@users.noreply.github.com>
  • Loading branch information
2 people authored and stuber committed Feb 7, 2025
1 parent 6f0d477 commit e07912d
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions recipes/taxopy/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
{% set name = "taxopy" %}
{% set version = "0.13.0" %}
{% set version = "0.14.0" %}

package:
name: "{{ name|lower }}"
version: "{{ version }}"

source:
url: "https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz"
sha256: 0f56b8470864bc8c44cda1edb00dd210a0105e5aec25dfb9f6bb725b0f753f5c
sha256: c39c4c4330b322f2e0505de45c2980a53eb945f8129fc679dd655a093042dbe6

build:
number: 0
noarch: python
script: "{{ PYTHON }} -m pip install . -vv"
script: {{ PYTHON }} -m pip install . -vv --no-deps --no-build-isolation
run_exports:
- {{ pin_subpackage('taxopy', max_pin="x") }}
- {{ pin_subpackage("taxopy", max_pin="x.x") }}

requirements:
host:
Expand All @@ -33,4 +33,6 @@ about:
license: "GNU General Public License v3.0"
license_family: GPL
license_file: LICENSE
summary: "A Python package for obtaining complete lineages and the lowest common ancestor (LCA) from a set of taxonomic identifiers."
summary: >
A Python package for obtaining complete lineages and the lowest common
ancestor (LCA) from a set of taxonomic identifiers.

0 comments on commit e07912d

Please sign in to comment.