diff --git a/recipes/blastbesties/meta.yaml b/recipes/blastbesties/meta.yaml index ea69200a2fbcb..7154105824376 100644 --- a/recipes/blastbesties/meta.yaml +++ b/recipes/blastbesties/meta.yaml @@ -1,5 +1,5 @@ {% set name = "blastbesties" %} -{% set version = "1.1.2" %} +{% set version = "1.2.0" %} package: name: {{ name|lower }} @@ -7,24 +7,26 @@ package: source: url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/blastbesties-{{ version }}.tar.gz - sha256: 6dce21a9f92d8e47875a020c279e420ed5077d00ced3534844993a26e779e57d + sha256: 5d66264863667a505309e87e33bc186d40b98ff68c96c93c0273a68a8197757c build: number: 0 noarch: python entry_points: - blastbesties = blastbesties.app:main - script: {{ PYTHON }} -m pip install . -vvv --no-deps --no-build-isolation + script: {{ PYTHON }} -m pip install . -vvv --no-deps --no-build-isolation --no-cache-dir run_exports: - {{ pin_subpackage('blastbesties', max_pin="x") }} requirements: host: - - python >=3.7 + - python >=3.8 - pip - - setuptools-scm + - hatchling + - hatch-vcs run: - - python >=3.7 + - python >=3.8 + - argparse_tui test: imports: