Bug Description
PyPI mode limitation for PyPy: The xbr package has a transitive dependency chain (xbr → py-multihash → blake3) where blake3 is a Rust extension that:
- Has no pre-built PyPy wheels on PyPI
- Its Rust build system reports "Unsupported platform: pp73" when attempting to build from source
Checklist