Skip to content

Commit

Permalink
fix: pyodide build issues (#830)
Browse files Browse the repository at this point in the history
* chore: bump `pyodide` to `0.25.1`

* chore: remove `pydantic` recipe overrides

* chore: remove `altair` recipe override

* chore: bump `clingo` Pyodide to `5.7.1`

* chore: `altair` Pyodide recipe update
  • Loading branch information
peter-gy committed Apr 4, 2024
1 parent 95f51d8 commit 9f88475
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 55 deletions.
2 changes: 1 addition & 1 deletion pyodide/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
PYODIDE_REPO_NAME = "pyodide-src"
PYODIDE_REPO_PATH = PYODIDE_BUILD_MODULE_ROOT_PATH / PYODIDE_REPO_NAME
PYODIDE_REPO_URL = "https://github.com/pyodide/pyodide.git"
PYODIDE_REPO_TAG = "0.25.0"
PYODIDE_REPO_TAG = "0.25.1"

# Directory where the Pyodide distribution will be built
PYODIDE_DIST_PATH = PYODIDE_REPO_PATH / "dist"
Expand Down
8 changes: 4 additions & 4 deletions pyodide/packages/altair/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
package:
name: altair
version: 5.0.0
version: 5.3.0
top-level:
- altair
source:
url: https://files.pythonhosted.org/packages/2e/b8/49d377d9a7a85dc24e35d70384fc5ae7b19db6f8ee9d23d36337675c602e/altair-5.0.0-py3-none-any.whl
sha256: e7deed321f61a3ec752186ae96e97b44a1353de142928c1934fb211e9f0bfe9e
url: https://files.pythonhosted.org/packages/bd/3c/a0934e25e5eed622b35594261edff75bfa342882d651daa33961fdb4fbf0/altair-5.3.0.tar.gz
sha256: 5a268b1a0983b23d8f9129f819f956174aa7aea2719ed55a52eba9979b9f6675
requirements:
run:
- Jinja2
- jsonschema
- numpy
- packaging
- pandas
- toolz
- entrypoints
- typing-extensions
about:
home: http://altair-viz.github.io
Expand Down
6 changes: 3 additions & 3 deletions pyodide/packages/clingo/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
package:
name: clingo
version: 5.6.2
version: 5.7.1
top-level:
- clingo
source:
url: https://files.pythonhosted.org/packages/fe/a3/f3886a49f6483cff0efc08be5c82ce1573a686aea21e5e7387811bdce587/clingo-5.6.2.tar.gz
sha256: 7750f6e47bf2e725f93555cc9acd3b10d2ab73c2a3868e9eb6a098df9a6dd755
url: https://files.pythonhosted.org/packages/3b/b3/c7b464426f70fe100cb4f3e5b45623e3eb82ea50f1dffdc2f820f1418fe0/clingo-5.7.1.tar.gz
sha256: 17400a1894da46b2d4941a4a85012c98fa8b3c67a5c6b4c73dcd8c8facbc059f
requirements:
run:
- cffi
Expand Down
13 changes: 0 additions & 13 deletions pyodide/packages/entrypoints/meta.yaml

This file was deleted.

16 changes: 0 additions & 16 deletions pyodide/packages/pydantic-core/meta.yaml

This file was deleted.

18 changes: 0 additions & 18 deletions pyodide/packages/pydantic/meta.yaml

This file was deleted.

0 comments on commit 9f88475

Please sign in to comment.