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 ms-entropy to 1.3.3 #48586

Merged
merged 11 commits into from
Nov 4, 2024
31 changes: 17 additions & 14 deletions recipes/ms-entropy/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,28 +1,29 @@
{% set name = "ms-entropy" %}
{% set version = "1.2.0" %}
{% set version = "1.3.3" %}

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

source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/ms_entropy-{{ version }}.tar.gz
sha256: 428b43006b75824d80bd494dea0f80fa2e3c3366b7b31d556055ea6500a568cd
sha256: 08fe799e237af12f7e5a3bcea8ae83e8940dc46f75c46fe2a4c717db4a75215c

build:
script: {{ PYTHON }} -m pip install . -vv
number: 1
script: {{ PYTHON }} -m pip install . --no-deps --no-build-isolation --no-cache-dir -vvv
number: 0
skip: True # [py < 310]
run_exports:
- {{ pin_subpackage('ms-entropy', max_pin='x.x') }}
- {{ pin_subpackage('ms-entropy', max_pin='x') }}

requirements:
build:
- {{ compiler('c') }}
- libclang # [osx]
host:
- python
- setuptools >=61.0
- cython >=0.26.1
- numpy >=1.9.3
- cython
- {{ pin_compatible('numpy') }}
- pip
run:
- python
Expand All @@ -31,17 +32,19 @@ requirements:
test:
imports:
- ms_entropy
commands:
- pip check
requires:
- pip

about:
home: https://github.com/YuanyueLi/MSEntropy
summary: This package provides a Python implementation of calculating spectral entropy, entropy similarity, and Flash entropy search for mass spectrometry data.
home: "https://github.com/YuanyueLi/MSEntropy"
summary: "This package provides a Python implementation of calculating spectral entropy, entropy similarity, and Flash entropy search for mass spectrometry data."
license: Apache-2.0
license_family: APACHE
license_file: LICENSE
dev_url: "https://github.com/YuanyueLi/MSEntropy"
doc_url: "https://msentropy.readthedocs.io/en/latest"

extra:
recipe-maintainers:
- hechth
identifiers:
- doi:10.1038/s41592-023-02012-9
- doi:10.1038/s41592-021-01331-z