Skip to content

Commit

Permalink
Merge pull request #17 from regro-cf-autotick-bot/0.28.0_ha6801d
Browse files Browse the repository at this point in the history
pyodide-build v0.28.0
  • Loading branch information
bollwyvl authored Aug 14, 2024
2 parents 4018825 + bfafb25 commit 8a1f30f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
4 changes: 2 additions & 2 deletions build-locally.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 6 additions & 3 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{% set version = "0.27.3" %}
{% set version = "0.28.0" %}

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

source:
url: https://pypi.io/packages/source/p/pyodide-build/pyodide_build-{{ version }}.tar.gz
sha256: c9d6c5b233289862433e0e4e4e834a5f2a81bdfef0ff47ce8f48db3e9dde3ff0
sha256: b0e805de24a823159aed0226d8151714b00b1852ff32fcd050e768448e5a94cc
patches:
# this _should_ fail if the version of cmake changes below
- 0000-no-cmake-from-pip.patch
Expand All @@ -18,6 +18,7 @@ build:

requirements:
host:
- hatch-vcs
- hatchling
- pip
- python >=3.12
Expand All @@ -29,7 +30,7 @@ requirements:
- pyodide-cli >=0.2.1,<0.3.dev0
- python >=3.12
- python-build >=1.2.0,<1.3.dev0
- pyodide-lock ==0.1.0a6
- pyodide-lock ==0.1.0a7
- pyyaml
- requests
- resolvelib
Expand All @@ -45,11 +46,13 @@ test:
- pyodide_build
requires:
- pip
- m2-grep # [win]
commands:
- pip check
- pyodide build-recipes --help
- pyodide skeleton --help
- pyodide config --help
- python -c "v = __import__('pyodide_build').__version__; print(v); assert v == '{{ version }}'"

about:
home: https://github.com/pyodide/pyodide-build
Expand Down

0 comments on commit 8a1f30f

Please sign in to comment.