Hi Niels (2018.08.16_15:03:27_-0700)
> > Any update on this bug?
>
> Working on a solution. I'll filter /usr/share/doc in
> pypy{clean,compile}.
My thinking there is that it never makes sense to byte-compile things in
/usr/share/doc. (Unless specifically requested, not using the -p flag).
Piotr: The same bug exists in the fallback code that dh_pypy generates,
e.g.
# Automatically added by dh_pypy:
if which pypycompile >/dev/null 2>&1; then
pypycompile -p pypy-py
elif pypy -m py_compile >/dev/null 2>&1; then
dpkg -L pypy-py | grep '\.py$' | pypy -m py_compile - >/dev/null
fi
SR
--
Stefano Rivera
http://tumbleweed.org.za/
+1 415 683 3272