From 8abfc96dfd811af439e13239ea4ee000acecbf8c Mon Sep 17 00:00:00 2001 From: BiocondaBot <47040946+BiocondaBot@users.noreply.github.com> Date: Wed, 20 Nov 2024 00:14:45 +0000 Subject: [PATCH 1/2] Update pango-designation to 1.31 --- recipes/pango-designation/meta.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes/pango-designation/meta.yaml b/recipes/pango-designation/meta.yaml index 8c9f30d0327ae..e7b2f85de0bf0 100644 --- a/recipes/pango-designation/meta.yaml +++ b/recipes/pango-designation/meta.yaml @@ -1,4 +1,4 @@ -{% set version = "1.30" %} +{% set version = "1.31" %} package: name: pango-designation @@ -6,7 +6,7 @@ package: source: url: https://github.com/cov-lineages/pango-designation/archive/refs/tags/v{{ version }}.tar.gz - sha256: 835075a7410d4d3a59003105a993358ce20f4ee744231f9728092756a8f2e8d6 + sha256: 6e82abfbb368023bd07d409d4c4f04473fa3aa36a76bb22a564b4d3cb98ddfda build: number: 0 From 9a599820a89905b29f84c2e6fe45ec601fb36fe0 Mon Sep 17 00:00:00 2001 From: Joshua Zhuang <71105179+mencian@users.noreply.github.com> Date: Tue, 19 Nov 2024 18:45:10 -0600 Subject: [PATCH 2/2] Update meta.yaml --- recipes/pango-designation/meta.yaml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/recipes/pango-designation/meta.yaml b/recipes/pango-designation/meta.yaml index e7b2f85de0bf0..054c230131bfd 100644 --- a/recipes/pango-designation/meta.yaml +++ b/recipes/pango-designation/meta.yaml @@ -11,7 +11,7 @@ source: build: number: 0 noarch: python - 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 . entry_points: - pango_designation = pango_designation.command:main run_exports: @@ -21,6 +21,7 @@ requirements: host: - python >=3.7 - pip + - setuptools run: - python >=3.7 @@ -30,9 +31,10 @@ test: about: home: https://github.com/cov-lineages/pango-designation - license: CC-BY-NC-4.0 - license_file: LICENSE.md - summary: Repository for suggesting new lineages that should be added to the current + license: "CC-BY-NC-4.0" + license_file: "LICENSE.md" + summary: "Repository for suggesting new lineages that should be added to the current scheme." + dev_url: https://github.com/cov-lineages/pango-designation extra: recipe-maintainers: