diff --git a/recipe/meta.yaml b/recipe/meta.yaml new file mode 100644 index 0000000..360518f --- /dev/null +++ b/recipe/meta.yaml @@ -0,0 +1,48 @@ +package: + name: pynemaiqpet + version: {{ environ.get('GIT_DESCRIBE_TAG','v')[1:] }} + +source: + path: .. + +build: + number: 0 + noarch: python + entry_points: + - pynemaiqpet_wb_nema_iq=pynemaiqpet.command_line_tools:wb_nema_iq + script: {{ PYTHON }} -m pip install . -vv + +requirements: + host: + - pip + - python >=3.6,<3.9 + - setuptools-scm + - setuptools_scm_git_archive + run: + - lmfit >=1.0 + - matplotlib-base >=3.1 + - nibabel >=3.0 + - pandas >=1.0 + - pydicom >=2.0 + - pymirc >=0.23 + - python >=3.6,<3.9 + - scipy >=1.4 + +test: + imports: + - pynemaiqpet + commands: + - pip check + - pynemaiqpet_wb_nema_iq --help + requires: + - pip + +about: + home: https://github.com/gschramm/pynemaiqpet + summary: Analysis of PET NEMA IQ phantom scans + license: MIT + license_file: LICENSE + +extra: + recipe-maintainers: + - gschramm