Source: numpy Version: 1:1.21.5-1 Severity: wishlist We regularly get requests for numpy and matplotlib on PyPy in Debian. While pypy3 and cpython3 share the same sys.path, we don't have binary modules for numpy or matplotlib on pypy3 available.
This would probably require separating the binary modules from the pure-python modules, to avoid duplication. The conclusion from previous discussions about how this should work was that we'd have pypy3-MODULENAME packages, with the necessary dependencies, for python modules that weren't pure python, and worked on pypy. You probably don't want to be the first person to take these steps, but these are probably the most important packages to provide. On behalf of the PyPy community, thanks :) SR