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 napari-calibration recipe #20175

Draft
wants to merge 6 commits into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
48 changes: 48 additions & 0 deletions recipes/napari-calibration/meta.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
{% 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:
- pip
- python >=3.7
run:
- napari
- numpy
- opencv
- python >=3.7
- qt-material

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

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

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