pyodide/meta.yaml: better document version placeholder

This commit is contained in:
Andrej730
2026-08-10 16:32:46 +05:00
parent 19a3707f72
commit 4095d5c8d6
2 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -30,7 +30,7 @@ emcc --version
mkdir -p packages/ifcopenshell
VERSION=`cat IfcOpenShell/VERSION`
cp IfcOpenShell/pyodide/meta.yaml packages/ifcopenshell
sed -i s/0.8.0/$VERSION/g packages/ifcopenshell/meta.yaml
sed -i s/9.9.9/$VERSION/g packages/ifcopenshell/meta.yaml
# Use custom build ifcopenshell directory in build-all to make caching simpler
# Otherwise pyodide build path typically includes package version, so cached cmake configs might break.
+2 -1
View File
@@ -1,6 +1,7 @@
package:
name: ifcopenshell
version: 0.8.0
# Placeholder, replaced by build_pyodide.sh with the actual version from VERSION file.
version: 9.9.9
source:
# meta.yaml is placed as `packages/ifcopenshell/meta.yaml`.