Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update pango-designation to 1.31 #52213

Merged
merged 2 commits into from
Nov 20, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 8 additions & 6 deletions recipes/pango-designation/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
{% set version = "1.30" %}
{% set version = "1.31" %}

package:
name: pango-designation
version: {{ version }}

source:
url: https://github.com/cov-lineages/pango-designation/archive/refs/tags/v{{ version }}.tar.gz
sha256: 835075a7410d4d3a59003105a993358ce20f4ee744231f9728092756a8f2e8d6
sha256: 6e82abfbb368023bd07d409d4c4f04473fa3aa36a76bb22a564b4d3cb98ddfda

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:
Expand All @@ -21,6 +21,7 @@ requirements:
host:
- python >=3.7
- pip
- setuptools
run:
- python >=3.7

Expand All @@ -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:
Expand Down
Loading