diff --git a/recipes/hlafreq/meta.yaml b/recipes/hlafreq/meta.yaml index 3dfbdc5e02169..451c90a13fdcf 100644 --- a/recipes/hlafreq/meta.yaml +++ b/recipes/hlafreq/meta.yaml @@ -1,5 +1,5 @@ {% set name = "HLAfreq" %} -{% set version = "0.0.4" %} +{% set version = "0.0.5" %} package: name: "{{ name|lower }}" @@ -7,12 +7,12 @@ package: source: url: "https://pypi.io/packages/source/{{ name[0]|lower }}/{{ name|lower }}/{{ name|lower }}-{{ version }}.tar.gz" - sha256: 58aa7aaa1d554a3264531f6aaa3bd0a5a29c13b58441dc6564537adf4d096051 + sha256: 297ae735de85dfdc9f60f94f3fef92d4a1f055b455b282b7171e10d3de358b96 build: number: 0 noarch: python - script: "{{ PYTHON }} -m pip install . --no-deps --no-build-isolation -vvv" + script: "{{ PYTHON }} -m pip install . --no-deps --no-build-isolation --no-cache-dir -vvv" run_exports: - {{ pin_subpackage('hlafreq', max_pin="x.x") }} @@ -20,6 +20,7 @@ requirements: host: - python >=3.10 - pip + - setuptools run: - bs4 - matplotlib-base >=3.6.0 @@ -41,7 +42,8 @@ about: license: MIT license_family: MIT license_file: LICENSE - summary: "Download and combine HLA frequency data from multiple studies" + summary: "Download and combine HLA frequency data from multiple studies." + dev_url: "https://github.com/Vaccitech/HLAfreq" extra: recipe-maintainers: