Skip to content

Commit

Permalink
Add napari-calibration recipe
Browse files Browse the repository at this point in the history
  • Loading branch information
goanpeca committed Aug 1, 2023
1 parent c96683b commit 7791ef5
Show file tree
Hide file tree
Showing 2 changed files with 48 additions and 0 deletions.
46 changes: 46 additions & 0 deletions recipes/napari-calibration/meta.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
{% set name = "napari-calibration" %}
{% set version = "0.0.14" %}

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

source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/napari-calibration-{{ version }}.tar.gz
sha256: 9d794d683af8635dcd8f703a21813c5b9e67af7ce94d9119240840c98af2fea4

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

requirements:
host:
- python >=3.7
- pip
run:
- python >=3.7
- napari
- numpy
- qt-material
- opencv

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

about:
home: https://github.com/tcotte/napari-calibration
summary: Plug in which enables to make camera calibration
license: BSD-3-Clause
license_file: LICENSE

extra:
recipe-maintainers:
- goanpeca
- jaimergp
2 changes: 2 additions & 0 deletions recipes/napari-calibration/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 7791ef5

Please sign in to comment.