diff --git a/recipes/gfftk/meta.yaml b/recipes/gfftk/meta.yaml index 60caeb4b3da4a..279ee2df820f0 100644 --- a/recipes/gfftk/meta.yaml +++ b/recipes/gfftk/meta.yaml @@ -1,5 +1,5 @@ {% set name = "gfftk" %} -{% set version = "24.2.4" %} +{% set version = "24.10.30" %} package: name: {{ name|lower }} @@ -7,14 +7,14 @@ package: 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") }} @@ -22,11 +22,14 @@ requirements: host: - python >=3.6 - pip + - hatchling run: - python >=3.6 - natsort - numpy - table2asn + - requests + - gb-io >=0.3.2 test: imports: @@ -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: