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

Add hvsampledata #29371

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
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/hvsampledata/meta.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
{% set name = "hvsampledata" %}
{% set version = "0.1.0" %}
{% set python_min = "3.9" %}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
{% set python_min = "3.9" %}


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

source:
url: https://pypi.org/packages/source/{{ name[0] }}/{{ name }}/hvsampledata-{{ version }}.tar.gz
sha256: 8483e96afd6072bacbc7c1ee96b8a356e949e7373917b466b3c330806c4dc568

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

requirements:
host:
- python {{ python_min }}
- hatchling
- hatch-vcs
- pip
run:
- python >={{ python_min }}
- platformdirs >=3.0.0
- urllib3 >=1.26.0

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

about:
home: https://github.com/holoviz/hvsampledata
summary: Datasets for the HoloViz projects
license: BSD-3-Clause
license_file: LICENSE.txt

extra:
recipe-maintainers:
- maximlt