Skip to content

calibration-client

context:
  name: calibration-client
  version: 11.4.0

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

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

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

requirements:
  host:
    - python >=3.7
    - pip
  run:
    - python >=3.7
    - oauthlib
    - requests
    - requests-oauthlib
    - oauth2-xfel-client >=6.1
    - pytz

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

about:
  home: https://git.xfel.eu/gitlab/ITDM/calibration_client
  summary: Python Client for European XFEL Calibration Catalogue Web App available at https://in.xfel.eu/calibration
  license: MIT
  license_file: LICENSE

extra:
  recipe-maintainers:
    - RobertRosca