From 997ea9e52f8a2523f6454d185009c4136f64de40 Mon Sep 17 00:00:00 2001 From: BiocondaBot <47040946+BiocondaBot@users.noreply.github.com> Date: Tue, 5 Nov 2024 17:22:13 +0000 Subject: [PATCH 1/2] Update gottcha2 to 2.1.8.7 --- recipes/gottcha2/meta.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes/gottcha2/meta.yaml b/recipes/gottcha2/meta.yaml index 50a0db70f10d7..6b74d7800b6ff 100644 --- a/recipes/gottcha2/meta.yaml +++ b/recipes/gottcha2/meta.yaml @@ -1,5 +1,5 @@ {% set name = "GOTTCHA2" %} -{% set version = "2.1.8.6" %} +{% set version = "2.1.8.7" %} package: name: {{ name|lower }} @@ -16,7 +16,7 @@ build: source: url: https://github.com/poeli/GOTTCHA2/archive/refs/tags/{{ version }}.tar.gz - sha256: 18ae74fa448e837ade605676334c5c37cda07473a6cf0105937d8afe1b017359 + sha256: 52426b49dff96d5c17ac3f9e496df01846c519a41de0d0f2071a16a486ceefdf requirements: host: From cd3038bb2e145e98b094dc100891724ac9dbcbec Mon Sep 17 00:00:00 2001 From: mencian Date: Tue, 5 Nov 2024 15:02:04 -0600 Subject: [PATCH 2/2] add setuptools to host --- recipes/gottcha2/meta.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/recipes/gottcha2/meta.yaml b/recipes/gottcha2/meta.yaml index 6b74d7800b6ff..29e33a06cc724 100644 --- a/recipes/gottcha2/meta.yaml +++ b/recipes/gottcha2/meta.yaml @@ -8,7 +8,7 @@ package: build: noarch: python number: 0 - script: {{ PYTHON }} -m pip install -vvv --no-deps --no-build-isolation . + script: {{ PYTHON }} -m pip install -vvv --no-deps --no-build-isolation --no-cache-dir . entry_points: - gottcha2 = cmd:gottcha2_command run_exports: @@ -22,6 +22,7 @@ requirements: host: - python >=3.6 - pip + - setuptools run: - python >=3.6 - minimap2 >=2.17