Hi simon, > Does it make sense to have something like "package-with-pypy" using > "package-with-explicit-python"? Because it would be easy to rebuild > all the pure Python packages with PyPy instead of CPython. that’s what I am proposing with my patch, however due to different search paths (/lib/pypy3.6/site-packages vs. /lib/python3.8/site-packages) the python build system needs some changes too. And that’s where my problems begin.
Lars