# This file created by conda-build 1.21.1 # meta.yaml template originally from: # /recipe_root, last modified Thu Jun 23 16:00:57 2016 # ------------------------------------------------ package: name: edffile version: 5.0.0 source: path: src build: number: '0' script: python setup.py install --single-version-externally-managed --record=record.txt requirements: build: - python - setuptools - numpy run: - python - numpy test: imports: - EdfFile about: home: https://github.com/vasole/pymca/blob/master/PyMca5/PyMcaIO/EdfFile.py license: MIT summary: Reader for EDF files part of the PyMCA x-ray fluorescence toolkit extra: recipe-maintainers: - dgursoy - decarlof - ericdill - licode - ravescovi - tacaswell