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 seqerakit to 0.5.0 #52978

Merged
merged 2 commits into from
Jan 2, 2025
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
11 changes: 4 additions & 7 deletions recipes/seqerakit/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,27 +1,28 @@
{% set name = "seqerakit" %}
{% set version = "0.4.9" %}
{% set version = "0.5.0" %}

package:
name: {{ name|lower }}
version: {{ version }}

source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/seqerakit-{{ version }}.tar.gz
sha256: ecca8afc49498226a8c9ad81723a609ae324993e4352fd9561dd2ab657eff378
sha256: 00b8a242442addf49e8d382cdb41c5ebf199bd3cec117285d49b51e7e3afbc0a

build:
entry_points:
- seqerakit=seqerakit.cli:main
run_exports:
- {{ pin_subpackage(name, max_pin='x.x') }}
noarch: python
script: {{ PYTHON }} -m pip install . -vv --no-deps --no-build-isolation
script: {{ PYTHON }} -m pip install . -vvv --no-deps --no-build-isolation --no-cache-dir
number: 0

requirements:
host:
- python >=3.8,<4.0
- pip
- setuptools
run:
- python >=3.8,<4.0
- pyyaml >=6.0.0
Expand All @@ -31,17 +32,13 @@ test:
imports:
- seqerakit
commands:
- pip check
- seqerakit --help
requires:
- pip

about:
home: https://github.com/seqeralabs/seqera-kit
summary: Automate creation of Seqera Platform resources
license: Apache-2.0
license_file: LICENSE.txt

extra:
recipe-maintainers:
- pinin4fjords
Loading