Skip to content

Commit

Permalink
pyodide-build v0.27.2 (#14)
Browse files Browse the repository at this point in the history
automerged PR by conda-forge/automerge-action
  • Loading branch information
github-actions[bot] authored Jul 14, 2024
2 parents ecca2fd + f1ece56 commit 3ae04b8
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 14 deletions.
2 changes: 1 addition & 1 deletion .ci_support/linux_64_.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cdt_name:
- cos6
- cos7
channel_sources:
- conda-forge
channel_targets:
Expand Down
24 changes: 13 additions & 11 deletions recipe/0000-no-cmake-from-pip.patch
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
diff --git a/pyodide-build/pyproject.toml b/pyodide-build/pyproject.toml
index 1d0d4b2b..b064058f 100644
--- a/pyodide-build/pyproject.toml
+++ b/pyodide-build/pyproject.toml
@@ -24,7 +24,6 @@ dependencies = [
"virtualenv",
"pydantic>=1.10.2,<2",
"pyodide-cli~=0.2.1",
diff --git a/pyproject.toml b/pyproject.toml
index 5c32ccb..02cc591 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -19,7 +19,8 @@ dependencies = [
"pyodide-lock==0.1.0a6",
"auditwheel-emscripten~=0.0.9",
"pydantic>=2,<3",
- "cmake>=3.24",
"unearth~=0.6",
"requests",
"types-requests",
+ # conda-forge: use real cmake package
+ # "cmake>=3.24",
"wheel",
"ruamel.yaml",
"packaging",
4 changes: 2 additions & 2 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{% set version = "0.27.1" %}
{% set version = "0.27.2" %}

package:
name: pyodide-build
version: {{ version }}

source:
url: https://pypi.io/packages/source/p/pyodide-build/pyodide_build-{{ version }}.tar.gz
sha256: e2d6b50e957ad90690e52d38a4d0a61c27f74b9e3587e5405b0475692c8cb85a
sha256: 7bfcb67c48d6ec586e81aaf8b82c02b78f8f54431f921675dc6bee8a41f6d491
patches:
# this _should_ fail if the version of cmake changes below
- 0000-no-cmake-from-pip.patch
Expand Down

0 comments on commit 3ae04b8

Please sign in to comment.