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

add aicspylibczi #16326

Closed
wants to merge 7 commits into from
Closed
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
51 changes: 51 additions & 0 deletions recipes/aicspylibczi/meta.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
{% set name = "aicspylibczi" %}
{% set version = "3.0.5" %}

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

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

build:
number: 0
skip: true # [py<37]
script: "{{ PYTHON }} -m pip install . -vv"

requirements:
build:
- {{ compiler('cxx') }}
- cmake
host:
- python
- pip
- pybind11-abi
- pytest-runner
run:
- python
- numpy >=1.14.1

test:
imports:
- aicspylibczi
requires:
- pip
commands:
- pip check

about:
home: https://github.com/AllenCellModeling/aicspylibczi
license: BSD-3-Clause
license_family: BSD
license_file: LICENSE
summary: Python module utilizing libCZI for reading Zeiss CZI files.
doc_url: https://allencellmodeling.github.io/aicspylibczi/
dev_url: https://github.com/AllenCellModeling/aicspylibczi

extra:
recipe-maintainers:
- toloudis
- JacksonMaxfield
- tlambert03