{% set name = "folium" %} {% set version = "0.14.0" %} package: name: {{ name|lower }} version: {{ version }} source: url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/folium-{{ version }}.tar.gz sha256: 8ec44697d18f5932e0fdaee8b19da98625de4d0e72cb30ef56f9479f18e11b9f build: number: 0 noarch: python script: {{ PYTHON }} -m pip install . -vv requirements: host: - python >=3.6 - pip - setuptools-scm run: - python >=3.6 - branca >=0.6.0 - jinja2 >=2.9 - numpy - requests test: requires: - pip commands: - pip check imports: - folium about: home: https://github.com/python-visualization/folium license: MIT license_file: LICENSE.txt summary: Make beautiful maps with Leaflet.js and Python extra: recipe-maintainers: - ocefpaf - BibMartin