From 66f671b56658b535345020632955b30da2d89bdc Mon Sep 17 00:00:00 2001 From: martinRenou Date: Tue, 9 Aug 2022 16:44:12 +0200 Subject: [PATCH] Remove bokeh recipe --- recipes/recipes_emscripten/bokeh/recipe.yaml | 38 ------------------- .../bokeh/test_import_bokeh.py | 4 -- 2 files changed, 42 deletions(-) delete mode 100644 recipes/recipes_emscripten/bokeh/recipe.yaml delete mode 100644 recipes/recipes_emscripten/bokeh/test_import_bokeh.py diff --git a/recipes/recipes_emscripten/bokeh/recipe.yaml b/recipes/recipes_emscripten/bokeh/recipe.yaml deleted file mode 100644 index 8385dc1ea..000000000 --- a/recipes/recipes_emscripten/bokeh/recipe.yaml +++ /dev/null @@ -1,38 +0,0 @@ -context: - version: '2.4.2' - -package: - name: bokeh - version: '{{ version }}' - -source: - - url: https://pypi.io/packages/source/b/bokeh/bokeh-{{ version }}.tar.gz - sha256: f0a4b53364ed3b7eb936c5cb1a4f4132369e394c7ae0a8ef420459410958033d - -build: - number: 0 - script: - - "{{ PYTHON }} -m pip install . -vv" - -requirements: - build: - - python - - cross-python_emscripten-32 - host: - - python - - pip - run: - - numpy - - jinja2 - - pillow - - python-dateutil - - six - - typing-extensions - - pyyaml - - python - -extra: - emscripten_tests: - python: - pytest_files: - - test_import_bokeh.py diff --git a/recipes/recipes_emscripten/bokeh/test_import_bokeh.py b/recipes/recipes_emscripten/bokeh/test_import_bokeh.py deleted file mode 100644 index 5e98750c1..000000000 --- a/recipes/recipes_emscripten/bokeh/test_import_bokeh.py +++ /dev/null @@ -1,4 +0,0 @@ - -def test_import_bokeh(): - import bokeh - \ No newline at end of file