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 sizemeup to 1.1.0 #51055

Merged
merged 2 commits into from
Sep 30, 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
97 changes: 49 additions & 48 deletions recipes/sizemeup/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,48 +1,49 @@
{% set name = "sizemeup" %}
{% set version = "1.0.2" %}

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

source:
url: https://github.com/rpetit3/sizemeup/archive/v{{ version }}.tar.gz
sha256: 0290d945909e20ccd417e4a874c22e14f5904695586974a98424dd9890bc9550

build:
number: 0
noarch: generic
run_exports:
- {{ pin_subpackage(name, max_pin='x.x') }}

requirements:
host:
- python >=3.7
- poetry
- pip
run:
- python >=3.7
- requests
- rich-click >=1.6.0

test:
imports:
- sizemeup
commands:
- pip check
- sizemeup --version
- sizemeup --help
- sizemeup --species "Staphylococcus aureus"
- sizemeup-build --help
requires:
- pip

about:
home: https://github.com/rpetit3/sizemeup
summary: A simple tool to determine the genome size of an organism
license: MIT
license_file: LICENSE

extra:
recipe-maintainers:
- rpetit3
{% set name = "sizemeup" %}
{% set version = "1.1.0" %}

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

source:
url: https://github.com/rpetit3/sizemeup/archive/v{{ version }}.tar.gz
sha256: 3941e0b6affa2ba69c6ee01875d38ed8a94b864fbf51c4971a811d5483a61b8c

build:
number: 0
noarch: generic
run_exports:
- {{ pin_subpackage(name, max_pin='x.x') }}

requirements:
host:
- python >=3.7
- poetry
- pip
run:
- python >=3.7
- requests
- rich-click >=1.6.0

test:
imports:
- sizemeup
commands:
- pip check
- sizemeup --version
- sizemeup --help
- sizemeup --query "Staphylococcus aureus"
- sizemeup -q 1280
- sizemeup-build --help
requires:
- pip

about:
home: https://github.com/rpetit3/sizemeup
summary: A simple tool to determine the genome size of an organism
license: MIT
license_file: LICENSE

extra:
recipe-maintainers:
- rpetit3