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

Update xwidgets to 0.29.0 #1083

Merged
merged 6 commits into from
May 31, 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
26 changes: 15 additions & 11 deletions recipes/recipes_emscripten/xwidgets/recipe.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
context:
version: 0.28.1
version: 0.29.0

package:
name: xwidgets
version: ${{ version }}

source:
url: https://github.com/jupyter-xeus/xwidgets/archive/refs/tags/${{ version }}.tar.gz
sha256: ef399a813543e83180b3c4eeaac6d7c6baef94f9911bb74a0ebf2cfc98568ca0
sha256: 07c789b7936b19a123f37ac1edfd0598a89f23e02d4eeffc9976817be68bee42

build:
number: 0
Expand All @@ -18,21 +18,25 @@ requirements:
- cmake
- ninja
host:
- xtl >=0.7,<0.8
- nlohmann_json
- xeus >=3.0,<4.0
- xproperty >=0.11.0,<0.12
- nlohmann_json >=3.11
- xeus >=5,<6
- xproperty >=0.12.0,<0.13
run:
- xtl >=0.7,<0.8
- nlohmann_json
- xeus >=3.0,<4.0
- xproperty >=0.11.0,<0.12
- nlohmann_json >=3.11
- xeus >=5,<6
- xproperty >=0.12.0,<0.13

tests:
- script:
- test -d $PREFIX/include/xwidgets
- test -f $PREFIX/include/xwidgets/xtransport.hpp
anutosh491 marked this conversation as resolved.
Show resolved Hide resolved
- test -f $PREFIX/lib/libxwidgets.a

about:
license: BSD-3-Clause
license_family: BSD-3
license_file: LICENSE
summary: xtl
summary: C++ backend for Jupyter interactive widgets
homepage: https://github.com/jupyter-xeus/xwidgets
extra:
recipe-maintainers:
Expand Down