From d40c28b63c6486868de9e7f4357370cb7955dc23 Mon Sep 17 00:00:00 2001 From: Bioconda Bot <47040946+BiocondaBot@users.noreply.github.com> Date: Mon, 7 Oct 2024 12:48:20 -0400 Subject: [PATCH] Update sdrf-pipelines to 0.0.30 (#51199) * Update sdrf-pipelines to 0.0.30 * clean up recipe --------- Co-authored-by: mencian --- recipes/sdrf-pipelines/meta.yaml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/recipes/sdrf-pipelines/meta.yaml b/recipes/sdrf-pipelines/meta.yaml index bd2ce8164a5f2..86219f9021c8a 100644 --- a/recipes/sdrf-pipelines/meta.yaml +++ b/recipes/sdrf-pipelines/meta.yaml @@ -1,6 +1,6 @@ {% set name = "sdrf-pipelines" %} {% set pypi_name = "sdrf_pipelines" %} -{% set version = "0.0.29" %} +{% set version = "0.0.30" %} package: name: "{{ name|lower }}" @@ -8,16 +8,16 @@ package: source: url: "https://pypi.io/packages/source/{{ pypi_name[0] }}/{{ pypi_name }}/{{ pypi_name }}-{{ version }}.tar.gz" - sha256: 730d198ce879f864181aa5e567c51273ce95212c9394df84840a0e1896d644f1 + sha256: 3959102db85398afceac2175c6c96eebc7241d4a17f215fcae6ec2d854c37a3c build: number: 0 noarch: python run_exports: - - {{ pin_subpackage(name, max_pin="x") }} + - {{ pin_subpackage(name, max_pin="x.x") }} entry_points: - parse_sdrf = sdrf_pipelines.parse_sdrf:main - script: "{{ PYTHON }} -m pip install . --no-deps -vvv" + script: "{{ PYTHON }} -m pip install . --no-deps --no-build-isolation --no-cache-dir -vvv" requirements: host: @@ -48,7 +48,8 @@ test: about: home: "https://github.com/bigbio/sdrf-pipelines" - license: Apache 2 + license: "Apache-2.0" + license_family: APACHE ##license_file: LICENSE ## patch is applied upstream, next version will have it summary: "Translate, convert SDRF to configuration pipelines" doc_url: "https://github.com/bigbio/sdrf-pipelines"