From 30d974ad3ebf49eba1a716d36103cc3b480b4945 Mon Sep 17 00:00:00 2001 From: BiocondaBot <47040946+BiocondaBot@users.noreply.github.com> Date: Mon, 21 Oct 2024 03:12:26 +0000 Subject: [PATCH 1/2] Update freyja to 1.5.2 --- recipes/freyja/meta.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/recipes/freyja/meta.yaml b/recipes/freyja/meta.yaml index c6dd548925fd5..ec79e46068fc0 100644 --- a/recipes/freyja/meta.yaml +++ b/recipes/freyja/meta.yaml @@ -1,4 +1,4 @@ -{% set version = "1.5.1" %} +{% set version = "1.5.2" %} {% set name = "Freyja" %} package: @@ -6,7 +6,7 @@ package: version: {{ version }} build: - number: 1 + number: 0 script: "python -m pip install . --no-deps" noarch: python entry_points: @@ -16,7 +16,7 @@ build: source: url: https://github.com/andersen-lab/{{ name }}/archive/v{{ version }}.tar.gz - sha256: e9007c144857cb8aefe5a834e50c097d1ed685439c9c25f188e38d0c736084d8 + sha256: e1703f2bff4bd747f80b7b3ebd97a8b06dc1b149d4306323c0408ee4cfeddab9 requirements: host: From a49755797b08c3e152adf9d47060acc1214eba90 Mon Sep 17 00:00:00 2001 From: mencian Date: Mon, 21 Oct 2024 01:37:02 -0500 Subject: [PATCH 2/2] add setuptools to host --- recipes/freyja/meta.yaml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/recipes/freyja/meta.yaml b/recipes/freyja/meta.yaml index ec79e46068fc0..4e579935046e6 100644 --- a/recipes/freyja/meta.yaml +++ b/recipes/freyja/meta.yaml @@ -7,7 +7,7 @@ package: build: number: 0 - script: "python -m pip install . --no-deps" + script: "{{ PYTHON }} -m pip install . --no-deps --no-build-isolation --no-cache-dir -vvv" noarch: python entry_points: - freyja=freyja._cli:cli @@ -22,6 +22,7 @@ requirements: host: - python >=3.7 - pip + - setuptools run: - python >=3.7 - click @@ -40,8 +41,10 @@ requirements: - epiweeks - pysam - biopython - - seaborn + - seaborn-base - pyarrow + - sphinx + - sphinx_rtd_theme test: commands: @@ -53,3 +56,4 @@ about: license_family: BSD license_file: LICENSE summary: "Freyja recovers relative lineage abundances from mixed SARS-CoV-2 samples and provides functionality to analyze lineage dynamics." + dev_url: https://github.com/andersen-lab/Freyja