Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding altair_tiles #25760

Merged
merged 3 commits into from
Mar 17, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
45 changes: 45 additions & 0 deletions recipes/altair_tiles/meta.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
{% set name = "altair_tiles" %}
{% set version = "0.3.0" %}

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

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

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

requirements:
host:
- python >=3.8
- hatchling
- pip
run:
- python >=3.8
- altair
- xyzservices
- mercantile

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

about:
summary: 'You can use altair_tiles to add tiles from any xyz tile provider such as OpenStreetMap to your Altair chart.'
home: https://github.com/altair-viz/altair_tiles
dev_url: https://github.com/altair-viz/altair_tiles
license: BSD-3-Clause
license_file: LICENSE

extra:
recipe-maintainers:
- binste