diff --git a/recipes/napari-toothfairy-annotator/meta.yaml b/recipes/napari-toothfairy-annotator/meta.yaml new file mode 100644 index 0000000000000..d1cd8fb3f51ff --- /dev/null +++ b/recipes/napari-toothfairy-annotator/meta.yaml @@ -0,0 +1,46 @@ +{% set name = "napari-toothfairy-annotator" %} +{% set version = "0.0.5" %} + +package: + name: {{ name|lower }} + version: {{ version }} + +source: + url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/napari-toothfairy-annotator-{{ version }}.tar.gz + sha256: 92bcfe65b970aa96d8d6d45ccda2af6cf90cd7c69a2c307a0901d1dbe3f7a68c + +build: + noarch: python + script: {{ PYTHON }} -m pip install . -vv --no-deps --no-build-isolation + number: 0 + +requirements: + host: + - python >=3.8 + - pip + run: + - python >=3.8 + - numpy + - magicgui + - qtpy + - scikit-image + - napari >=0.4.18 + +test: + imports: + - napari_toothfairy_annotator + commands: + - pip check + requires: + - pip + - pyqt + +about: + home: https://github.com/LucaLumetti/napari-toothfairy-annotator + summary: The plugin employed to annotate volumes employed in the ToothFairy 2 Challenge + license: MIT + license_file: LICENSE + +extra: + recipe-maintainers: + - LucaLumetti diff --git a/recipes/napari-toothfairy-annotator/yum_requirements.txt b/recipes/napari-toothfairy-annotator/yum_requirements.txt new file mode 100644 index 0000000000000..7b288b0ae8555 --- /dev/null +++ b/recipes/napari-toothfairy-annotator/yum_requirements.txt @@ -0,0 +1,2 @@ +mesa-libGL-devel +xorg-x11-server-Xvfb