Skip to content

Commit

Permalink
Merge pull request #1 from mavaylon1/new_branch
Browse files Browse the repository at this point in the history
meta
  • Loading branch information
mavaylon1 authored Sep 21, 2022
2 parents a9f581b + c50b517 commit 7f68875
Showing 1 changed file with 56 additions and 0 deletions.
56 changes: 56 additions & 0 deletions recipes/hdmf_zarr/meta.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,56 @@
{% set name = "hdmf-zarr" %}
{% set version = "0.1.6" %}

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

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

build:
script: {{ PYTHON }} -m pip install . -vv
noarch: python
number: 0

requirements:
build:
- {{ compiler('c') }}
host:
- python >=3.7
- pip
run:
- python >=3.7
- hdmf==3.4.0
- zarr==2.11.0
- numcodecs==0.9.1
- pynwb==2.0.0
- setuptools

test:
imports:
- hdmf_zarr
- hdmf_zarr.tests
requires:
- pip
commands:
- pip check

about:
home: https://github.com/hdmf-dev/hdmf-zarr
summary: 'Zarr backend for HDMF'
description: |
The hdmf-zarr library implements a Zarr backend for HDMF as well
as convenience classes for integration of Zarr with PyNWB to
support writing of NWB files to Zarr.
license: BSD-4-Clause-UC
license_family: BSD-4-Clause
license_file: LICENSE.txt
doc_url: https://hdmf-zarr.readthedocs.io/en/latest/
dev_url: https://github.com/hdmf-dev/hdmf-zarr/tree/dev/src/hdmf_zarr

extra:
recipe-maintainers:
- mavaylon1

0 comments on commit 7f68875

Please sign in to comment.