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 pyhmmer to v0.11.0 #53169

Merged
merged 2 commits into from
Jan 10, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 7 additions & 4 deletions recipes/pyhmmer/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{% set name = "pyhmmer" %}
{% set version = "0.10.15" %}
{% set version = "0.11.0" %}

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

source:
url: "https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz"
sha256: bf8e97ce8da6fb5850298f3074640f3e998d5a655877f865c1592eb057dc7921
sha256: 4a4c3d72d2da0a46a083c1431739eb256e6850287120f99267a18cc5c57e8ab7

build:
number: 1
number: 0
skip: True # [py2k or win]
script: "{{ PYTHON }} -m pip install . --no-deps --no-build-isolation --no-cache-dir --use-pep517 -vvv"
run_exports:
Expand All @@ -19,13 +19,16 @@ build:
requirements:
build:
- {{ compiler('c') }}
- cmake >=3.20
- make
host:
- python
- pip
- cython
- scikit-build-core
run:
- python
- psutil >=5.8
- psutil >=6.0

test:
requires:
Expand Down