diff --git a/recipes/fastqe/meta.yaml b/recipes/fastqe/meta.yaml index 37ee551c6f5e4..fbd3629b123aa 100644 --- a/recipes/fastqe/meta.yaml +++ b/recipes/fastqe/meta.yaml @@ -1,5 +1,5 @@ {% set name = "fastqe" %} -{% set version = "0.3.1" %} +{% set version = "0.3.3" %} package: name: '{{ name|lower }}' @@ -7,7 +7,7 @@ package: source: url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz - sha256: "5b2e60d3d48d9abc5807ebaa9b51c5326b2130b118e0852cd40a35179460379c" + sha256: "6ddcef4a9d25e22d7391ea6f6234181f3ec22c0767d07c90cb2c66deb4ec3881" patches: - patch @@ -16,14 +16,18 @@ build: number: 0 entry_points: - fastqe = fastqe.fastqe:main - script: {{ PYTHON }} -m pip install . --ignore-installed --no-deps -vv + script: {{ PYTHON }} -m pip install . --no-build-isolation --no-deps --no-cache-dir --use-pep517 -vvv + run_exports: + - {{ pin_subpackage('fastqe', max_pin="x.x") }} requirements: host: - - python + - python >=3.7 - pip + - twine >=1.11.0 + - setuptools run: - - python + - python >=3.7 - biopython >=1.66 - pyemojify @@ -35,7 +39,8 @@ test: about: home: https://github.com/lonsbio/fastqe - license: MIT - license_family: MIT - summary: A emoji based bioinformatics command line tool + license: BSD-3-Clause + license_family: BSD + license_file: LICENSE.txt + summary: "A emoji based bioinformatics command line tool." description: "The program reads one or more input FASTQ files.\nFor each file it computes the minimum, maximum and mean FASTQ quality score at each position across all reads in a file.\n\nFor some reason, it then represents these as emoji."