{% set name = "h3" %} {% set version = "3.7.7" %} package: name: {{ name|lower }}-py version: {{ version }} source: url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz sha256: 33d141c3cef0725a881771fd8cb80c06a0db84a6e4ca5c647ce095ae07c61e94 build: number: 0 skip: true # [python_impl == 'pypy'] requirements: build: - python # [build_platform != target_platform] - cross-python_{{ target_platform }} # [build_platform != target_platform] - cython # [build_platform != target_platform] - {{ compiler('c') }} - {{ compiler('cxx') }} - make # [unix] - cmake # [unix] host: - python - pip - scikit-build - cython run: - python - numpy test: imports: - h3 about: home: https://github.com/uber/h3-py.git license: Apache-2.0 license_family: Apache license_file: LICENSE summary: Python bindings for H3, a hierarchical hexagonal geospatial indexing system developed by Uber Technologies dev_url: https://github.com/uber/h3-py.git extra: recipe-maintainers: - mxr-conda - bubblyorca - geoHeil