Skip to content

Commit

Permalink
Update gfftk to 24.10.30 (#51899)
Browse files Browse the repository at this point in the history
* Update gfftk to 24.10.30

* update dependencies

---------

Co-authored-by: mencian <[email protected]>
  • Loading branch information
BiocondaBot and mencian authored Nov 4, 2024
1 parent 0aa65d1 commit 3d46bd0
Showing 1 changed file with 7 additions and 3 deletions.
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

0 comments on commit 3d46bd0

Please sign in to comment.