Skip to content

Add pyzmq#5482

Draft
bmorris3 wants to merge 2 commits into
emscripten-forge:mainfrom
bmorris3:pyzmq
Draft

Add pyzmq#5482
bmorris3 wants to merge 2 commits into
emscripten-forge:mainfrom
bmorris3:pyzmq

Conversation

@bmorris3
Copy link
Copy Markdown
Contributor

@bmorris3 bmorris3 commented May 12, 2026

Template A: Checklist for adding a package

Pre-submission Checks

  • Package requires building for emscripten-wasm32 platform (not a noarch package), in other words, the package requires compilation.

Recipe Structure

Added recipes/recipes_emscripten/[package-name]/recipe.yaml with proper structure:

  • context section with version (and optionally name)
  • package section with name and version using Jinja2 templates
  • source section with:
    • Source URL is valid and points to archive file (.tar.gz, .tar.bz2, .tar.xz, .tgz, or .zip)
    • Source URL contains ${{ version }} template for version updates
    • SHA256 hash is correct (verified with curl -sL <url> | sha256sum)
    • Patches (if any) are included in [package-name]/patches/ directory
  • build section with appropriate script/method
    • Python packages: ${PYTHON} -m pip install . ${PIP_ARGS}
    • R packages: $R CMD INSTALL $R_ARGS .
    • C++ packages: Uses emcmake/emmake or emconfigure/emmake
    • Rust packages: Uses rust-nightly and maturin or appropriate Rust build tool
    • Build number is 0
    • If the script is longer than 3 lines, a build.sh is included
  • requirements section (build, host, run as needed)
  • tests section
    • Python packages: test_import_[package].py file created and referenced
    • C++ packages: Test executable or package_contents test
    • R packages: Package contents test
  • about section with license, homepage, summary

Package Details

  • Package Name: pyzmq
  • Version: 27.1.0

@bmorris3 bmorris3 force-pushed the pyzmq branch 3 times, most recently from 8c3925c to 829c86e Compare May 12, 2026 20:50
@DerThorsten
Copy link
Copy Markdown
Contributor

I have little hope that any zmq related code will work in the browser

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants