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 jcvi to 1.5.1 #48566

Open
wants to merge 12 commits into
base: master
Choose a base branch
from
5 changes: 0 additions & 5 deletions recipes/jcvi/build_failure.linux-64.yaml

This file was deleted.

34 changes: 0 additions & 34 deletions recipes/jcvi/build_failure.linux-aarch64.yaml

This file was deleted.

6 changes: 3 additions & 3 deletions recipes/jcvi/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
{% set name = "jcvi" %}
{% set version = "1.4.16" %}
{% set version = "1.5.1" %}

package:
name: {{ name }}
version: {{ version }}

source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz
sha256: 78201d911d45d226f1cb6a97076e6f5aac57fa5d5fec5fc5bd2896e6e5c240e7
sha256: c1173a7815d69396cc33e246964bd28a4c3539c013b896452dd1ea06f8e794ad

build:
skip: True # [osx]
number: 1
number: 0
script_env:
- SETUPTOOLS_SCM_PRETEND_VERSION={{ version }}
script: {{ PYTHON }} -m pip install . --no-deps --no-build-isolation --no-cache-dir -vvv
Expand Down
Loading