Skip to content

Commit

Permalink
Update sizemeup to 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
BiocondaBot authored and Autobump committed Sep 30, 2024
1 parent 4990d0b commit 6aafe97
Showing 1 changed file with 48 additions and 48 deletions.
96 changes: 48 additions & 48 deletions recipes/sizemeup/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,48 +1,48 @@
{% 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 --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

0 comments on commit 6aafe97

Please sign in to comment.