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 gfftk to 24.10.30 #51899

Merged
merged 2 commits into from
Nov 4, 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
10 changes: 7 additions & 3 deletions recipes/gfftk/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,32 +1,35 @@
{% set name = "gfftk" %}
{% set version = "24.2.4" %}
{% set version = "24.10.30" %}

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

source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/gfftk-{{ version }}.tar.gz
sha256: 053a95204cfcb24b47e0dc23e5983b57cdc0023a37763a4c80a83d7d92598056
sha256: de3ad03d996cf47a910c763e950b7f0889e5b7c483196763d92840fb127b625e

build:
number: 0
noarch: python
entry_points:
- gfftk = gfftk.__main__: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('gfftk', max_pin="x") }}

requirements:
host:
- python >=3.6
- pip
- hatchling
run:
- python >=3.6
- natsort
- numpy
- table2asn
- requests
- gb-io >=0.3.2

test:
imports:
Expand All @@ -40,6 +43,7 @@ about:
license: BSD-2-Clause
license_family: BSD
license_file: LICENSE.md
dev_url: https://github.com/nextgenusfs/gfftk

extra:
recipe-maintainers:
Expand Down
Loading