0.3
http_archive(
name = "jvolkman_rules_pycross",
url = "https://github.com/jvolkman/rules_pycross/archive/refs/tags/v0.3.tar.gz",
sha256 = "ec150d5fe4dabd9dad6dea71a7ead3d491ce37221f310b5c161ad18e70e31e4b",
strip_prefix = "rules_pycross-0.3",
)
load("@jvolkman_rules_pycross//pycross:repositories.bzl", "rules_pycross_dependencies")
rules_pycross_dependencies()
# Or, if you're using a hermetic toolchain:
# rules_pycross_dependencies(python_interpreter_target = interpreter)
What's Changed
- Pdm 2.10.0 by @betaboon in #45
- [Easy] Fixed wheel builder bug. by @eaplatanios in #44
- Better support for complex wheel builds by @jvolkman in #48
- feat: add
package_ignore_dependencies
option by @betaboon in #49 - Better toolchain/environment setup, and integration tests by @jvolkman in #51
New Contributors
- @eaplatanios made their first contribution in #44
Full Changelog: v0.2...v0.3