Skip to content

Commit

Permalink
Add napari-ids recipe
Browse files Browse the repository at this point in the history
  • Loading branch information
goanpeca committed Jun 13, 2022
1 parent 97b0949 commit 66046a0
Show file tree
Hide file tree
Showing 2 changed files with 47 additions and 0 deletions.
45 changes: 45 additions & 0 deletions recipes/napari-ids/meta.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
{% set name = "napari-ids" %}
{% set version = "0.0.8" %}

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

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

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

requirements:
host:
- pip
- python
- setuptools-scm
run:
- numpy
- opencv
- python

test:
imports:
- napari_ids
commands:
- pip list
- pip check
requires:
- pip

about:
home: https://github.com/tcotte/napari-IDS
summary: Plug in which enables to take photo with IDS uEye camera
license: BSD-3-Clause
license_file: LICENSE

extra:
recipe-maintainers:
- goanpeca
- jaimergp
2 changes: 2 additions & 0 deletions recipes/napari-ids/yum_requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
mesa-libGL-devel
xorg-x11-server-Xvfb

0 comments on commit 66046a0

Please sign in to comment.