Skip to content

Commit

Permalink
Update pybigwig to v0.3.23 (#52566)
Browse files Browse the repository at this point in the history
  • Loading branch information
mencian authored Dec 3, 2024
1 parent bab506d commit 82511d6
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 15 deletions.
4 changes: 0 additions & 4 deletions recipes/pybigwig/build.sh

This file was deleted.

27 changes: 16 additions & 11 deletions recipes/pybigwig/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,15 +1,20 @@
{% set version = "0.3.22" %}
{% set name = "pybigwig" %}
{% set version = "0.3.23" %}

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

source:
url: https://files.pythonhosted.org/packages/f0/57/334db9a75d6941876ef282cc7eb1885a24fe71d3c6522c19f717db4f8b73/pyBigWig-{{ version }}.tar.gz
sha256: 5d4426f754bd7b7f6dc21d6c3f93b58a96a65b6eb2e578ae03b31a71272d2243
url: https://pypi.org/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz
sha256: b780c2b77f024c7967d7bd2eca0fa39a4d939c86b807135960e26faafafbec84

build:
number: 3
number: 0
skip: True # [py < 39]
script:
- export C_INCLUDE_PATH="$PREFIX/include"
- {{ PYTHON }} -m pip install . -vvv --no-deps --no-build-isolation --no-cache-dir
run_exports:
- {{ pin_subpackage('pybigwig', max_pin="x.x") }}

Expand All @@ -22,11 +27,9 @@ requirements:
- curl
- libcurl
- zlib
- numpy
- numpy >=2.0.0
run:
- python
- libcurl
- zlib
- {{ pin_compatible('numpy') }}

test:
Expand All @@ -36,13 +39,15 @@ test:
- python -c "import pyBigWig; assert(pyBigWig.numpy == 1); assert(pyBigWig.remote == 1)"

about:
home: https://github.com/dpryan79/pyBigWig
home: "https://github.com/deeptools/pyBigWig"
license: MIT
license_family: MIT
license_file: LICENSE.txt
summary: A python extension written in C for quick access to bigWig files.
dev_url: https://github.com/dpryan79/pyBigWig
summary: "A python extension written in C for quick access to bigWig files."
dev_url: "https://github.com/deeptools/pyBigWig"
doc_url: "https://github.com/deeptools/pyBigWig/blob/{{ version }}/README.md"

extra:
additional-platforms:
- linux-aarch64
- osx-arm64

0 comments on commit 82511d6

Please sign in to comment.