0.2
http_archive(
name = "jvolkman_rules_pycross",
url = "https://github.com/jvolkman/rules_pycross/archive/refs/tags/v0.2.tar.gz",
sha256 = "5b51cfa4890d6de29b6a0976248e8139f69354bf29924308093a039d93ab630f",
strip_prefix = "rules_pycross-0.2",
)
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
- Fix leaking PYVENV_LAUNCHER by @jvolkman in #23
- Experimental wheel cross-compilation by @jvolkman in #24
- Introduce absl-py and use flag files by @jvolkman in #25
- Support a newer version of poetry, and downgrade the import usage to … by @ianoc in #27
- dev/absolutize flags by @jvolkman in #28
- fix: normalize package-name from pdm-lockfile by @betaboon in #29
- feat: add dont-edit comment to lockfile by @betaboon in #38
- Don't fail when no wheel/sdist is available for a platform by @jvolkman in #31
- make pdm support compatible with pdm 2.8 by @betaboon in #40
New Contributors
Full Changelog: 0.1...v0.2