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 ipyreact #22993

Merged
merged 3 commits into from
Jun 2, 2023
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
47 changes: 47 additions & 0 deletions recipes/ipyreact/meta.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
{% set name = "ipyreact" %}
{% set version = "0.3.0" %}

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

source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/ipyreact-{{ version }}.tar.gz
sha256: 968e40000e6792a62c63aeb64ef897f1ae569696c6df71c939593554c1a51de9

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

requirements:
host:
- python >=3.7
- hatchling >=1.3.1
- hatch-jupyter-builder >=0.3.2
- jupyterlab ==3.*
- pip
run:
- python >=3.7
- ipywidgets >=7.0.0
- anywidget >=0.2.0

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

about:
home: https://github.com/widgetti/ipyreact
summary: React for ipywidgets that just works
license: BSD-3-Clause
license_file: LICENSE.txt

extra:
recipe-maintainers:
- kolibril13
- maartenbreddels
- martinRenou