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 blastbesties to 1.2.0 #52022

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
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
14 changes: 8 additions & 6 deletions recipes/blastbesties/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,30 +1,32 @@
{% set name = "blastbesties" %}
{% set version = "1.1.2" %}
{% set version = "1.2.0" %}

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

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:
Expand Down
Loading