Skip to content

extra-geom

context:
  name: extra-geom
  version: 1.14.0

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

source:
  url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/extra_geom-{{ version }}.tar.gz
  sha256: c3996adb856de26aab0e8c43fe13ac350de14ea7b5fced0b9f05d5f8fa550403

build:
  noarch: python
  script: '{{ PYTHON }} -m pip install --no-deps --ignore-installed -vv .'
  number: 0

requirements:
  host:
    - python >=3.9
    - pip
  run:
    - python >=3.9
    - cfelpyutils >=2.0,<3.0
    - h5py >=2.7.1
    - matplotlib-base
    - numpy

test:
  imports:
    - extra_geom
  commands:
    - pip check
  requires:
    - pip

about:
  home: https://github.com/European-XFEL/EXtra-geom
  summary: Tools to work with EuXFEL detector geometry and assemble detector images
  license: BSD-3-Clause
  license_file: LICENSE

extra:
  recipe-maintainers:
    - RobertRosca