Skip to content

Commit

Permalink
Update seqerakit to 0.5.0 (#52978)
Browse files Browse the repository at this point in the history
* Update seqerakit to 0.5.0

* Update meta.yaml

---------

Co-authored-by: Joshua Zhuang <71105179+mencian@users.noreply.github.com>
  • Loading branch information
BiocondaBot and mencian authored Jan 2, 2025
1 parent dac4616 commit d105c64
Showing 1 changed file with 4 additions and 7 deletions.
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

0 comments on commit d105c64

Please sign in to comment.