diff --git a/recipes/unassigner/meta.yaml b/recipes/unassigner/meta.yaml index e3b7bce47b243..b3df994f8715f 100644 --- a/recipes/unassigner/meta.yaml +++ b/recipes/unassigner/meta.yaml @@ -1,46 +1,46 @@ -{% set name = "unassigner" %} -{% set version = "1.0.0" %} - -package: - name: "{{ name|lower }}" - version: "{{ version }}" - -source: - url: "https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz" - sha256: 0a79a0fdf88318a2583e2a46deffb6f6ff4ce612c55b470c007eed7bb9aa2194 - -build: - number: 0 - noarch: python - entry_points: - - unassigner = unassigner.command:main - script: {{ PYTHON }} -m pip install . --ignore-installed --no-deps -vv - run_exports: - - {{ pin_subpackage('unassigner', max_pin="x") }} - -requirements: - host: - - pip - - python - run: - - python - - vsearch - - biopython - - scipy - -test: - imports: - - unassigner - commands: - - unassigner --help - -about: - home: https://github.com/PennChopMicrobiomeProgram/unassigner - license: GPL-2.0-or-later - license_family: GPL - summary: "Type strain identification for 16S reads" - dev_url: https://github.com/PennChopMicrobiomeProgram/unassigner - -extra: - recipe-maintainers: - - Ulthran +{% set name = "unassigner" %} +{% set version = "1.0.2" %} + +package: + name: "{{ name|lower }}" + version: "{{ version }}" + +source: + url: "https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz" + sha256: ccfa3b95dad3db36652d73741eb7108498ac0c9664a9aef0b52cd64fd3192816 + +build: + number: 0 + noarch: python + entry_points: + - unassigner = unassigner.command:main + script: {{ PYTHON }} -m pip install . --ignore-installed --no-deps -vv + run_exports: + - {{ pin_subpackage('unassigner', max_pin="x") }} + +requirements: + host: + - pip + - python + run: + - python + - vsearch + - biopython + - scipy + +test: + imports: + - unassigner + commands: + - unassigner --help + +about: + home: https://github.com/PennChopMicrobiomeProgram/unassigner + license: GPL-2.0-or-later + license_family: GPL + summary: "Type strain identification for 16S reads" + dev_url: https://github.com/PennChopMicrobiomeProgram/unassigner + +extra: + recipe-maintainers: + - Ulthran