From 27fa1b9323eab10a28c4735109c368f2e2877b6f Mon Sep 17 00:00:00 2001 From: Bioconda Bot <47040946+BiocondaBot@users.noreply.github.com> Date: Wed, 6 Nov 2024 14:20:43 -0500 Subject: [PATCH] Update varfish-cli to 0.6.4 (#51973) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Update varfish-cli to 0.6.4 * Update meta.yaml --------- Co-authored-by: Andreas Sjödin --- recipes/varfish-cli/meta.yaml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/recipes/varfish-cli/meta.yaml b/recipes/varfish-cli/meta.yaml index 6baa90f445ec8..4f0542b85b1b0 100644 --- a/recipes/varfish-cli/meta.yaml +++ b/recipes/varfish-cli/meta.yaml @@ -1,5 +1,5 @@ -{% set version = "0.6.3" %} -{% set sha256 = "7a7344b3d88b8ac303f0a54f7709fa528fe1555dd6e935c45e6ec452d955871d" %} +{% set version = "0.6.4" %} +{% set sha256 = "229fbfb2798f5703fc2023b24034e05a6af7356681de0c0fa902f68fe80f1490" %} package: name: varfish-cli @@ -11,7 +11,7 @@ source: build: noarch: python - number: 2 + number: 0 script: {{ PYTHON }} -m pip install . --no-deps --no-build-isolation -vvv entry_points: - varfish-cli = varfish_cli.__main__:main @@ -22,6 +22,7 @@ requirements: host: - python >=3 - pip + - setuptools run: - python >=3.9 - attrs