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 srahunter to 0.0.3 #51300

Merged
merged 2 commits into from
Oct 10, 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
12 changes: 6 additions & 6 deletions recipes/srahunter/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
{% set name = "srahunter" %}
{% set version = "0.0.2" %}
{% set version = "0.0.3" %}

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

source:
url: https://github.com/GitEnricoNeko/srahunter/archive/refs/tags/{{version}}.tar.gz
sha256: 635dbea61296fc84857b8290fb8858b5dbc26301031d8fce3a5de2e340c78740
sha256: f8efc31a28f84bbf62aa4b9b5b78703273ed3b6fdc29a36edc9f835838e6dd2b
build:
entry_points:
- srahunter=scripts.cli:main
noarch: python
script: {{ PYTHON }} -m pip install . --no-build-isolation --no-deps -vvv
script: {{ PYTHON }} -m pip install . --no-build-isolation --no-deps --no-cache-dir -vvv
number: 0
run_exports:
- {{ pin_subpackage('srahunter', max_pin="x") }}
Expand All @@ -21,6 +21,7 @@ requirements:
host:
- python >=3.6
- pip
- setuptools
run:
- datavzrd
- entrez-direct
Expand All @@ -34,13 +35,12 @@ requirements:

test:
commands:
- pip check
- srahunter --help
requires:
- pip

about:
home: https://github.com/GitEnricoNeko/srahunter
license: MIT
license_family: MIT
license_file: LICENSE
summary: "srahunter is a tool for processing SRA accession numbers."
dev_url: https://github.com/GitEnricoNeko/srahunter