{% set version = "2022.7.1" %} package: name: pytz version: {{ version }} source: url: https://pypi.io/packages/source/p/pytz/pytz-{{ version }}.tar.gz sha256: 01a0681c4b9684a28304615eba55d1ab31ae00bf68ec157ec3708a8182dbbcd0 build: number: 0 noarch: python script: {{ PYTHON }} -m pip install . -vv requirements: host: - python >=3.6 - pip run: - python >=3.6 test: imports: - pytz commands: - pip check requires: - pip about: home: http://pythonhosted.org/pytz/ license: MIT license_file: LICENSE.txt summary: World timezone definitions, modern and historical. description: | pytz brings the Olson tz database into Python. This library allows accurate and cross platform timezone calculations using Python 2.4 or higher. It also solves the issue of ambiguous times at the end of daylight saving time. doc_url: http://pythonhosted.org/pytz/ dev_url: https://github.com/newvem/pytz extra: recipe-maintainers: - msarahan - ocefpaf