From 93dc66003ebf55d500fbcc95e9311a994b00752c Mon Sep 17 00:00:00 2001 From: Bioconda Bot <47040946+BiocondaBot@users.noreply.github.com> Date: Thu, 14 Nov 2024 16:47:10 -0500 Subject: [PATCH] Update itsxpress to 2.1.3 (#52117) * Update itsxpress to 2.1.3 * add setuptools to host --------- Co-authored-by: mencian --- recipes/itsxpress/meta.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/recipes/itsxpress/meta.yaml b/recipes/itsxpress/meta.yaml index cbef171ed668d..0f3c1b5b93e26 100644 --- a/recipes/itsxpress/meta.yaml +++ b/recipes/itsxpress/meta.yaml @@ -1,8 +1,8 @@ {% set name = "itsxpress" %} -{% set version = "2.1.2" %} +{% set version = "2.1.3" %} {% set file_ext = "tar.gz" %} {% set hash_type = "sha256" %} -{% set hash_value = "5a19ef9333ac4acacfa1da9c27ff3f713d7521661fbfe7541c58221c2ce2d08f" %} +{% set hash_value = "a911701cbcf86ca6fc59b606d20fbee7015577477cfd4aa41d97420f23ad87c0" %} package: name: '{{ name|lower }}' @@ -17,7 +17,7 @@ build: number: 0 entry_points: - itsxpress=itsxpress.main:main - script: {{ PYTHON }} -m pip install --no-deps --no-build-isolation . -vvv + script: {{ PYTHON }} -m pip install --no-deps --no-build-isolation --no-cache-dir . -vvv run_exports: - {{ pin_subpackage('itsxpress', max_pin="x") }} @@ -25,8 +25,8 @@ requirements: host: - pip - python >=3.8 + - setuptools run: - - pip - python >=3.8 - biopython >=1.79 - hmmer =3.1b2 @@ -44,7 +44,7 @@ about: license: CC0-1.0 license_family: 'PUBLIC-DOMAIN' summary: 'ITSxpress: Software to rapidly trim the Internally Transcribed Spacer (ITS) region from FASTQ files' - + dev_url: http://github.com/usda-ars-gbru/itsxpress extra: recipe-maintainers: