www/py-cherrypy: unbreak with python311
import cherrypy
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/usr/local/lib/python3.11/site-packages/cherrypy/__init__.py", line 71, in <module>
from . import _cpdispatch as dispatch
File "/usr/local/lib/python3.11/site-packages/cherrypy/_cpdispatch.py", line 209, in <module>
getargspec = inspect.getargspec
^^^^^^^^^^^^^^^^^^AttributeError: module 'inspect' has no attribute 'getargspec'. Did you mean: 'getargs'?