I've pushed a couple of fixes for python-sip@4, python-latexrestricted, python-beangulp, python-zipfile2, python-pyinotify, and python-hjson.
> WARNING: (gnu packages pypy): `pypi-uri' imported from > both (guix build-system python) and (guix build-system pyproject) IMHO the problem is (guix build-system python) is still in used for Python 2 stuff, which can be fixed as follows. - #:use-module (guix build-system python) + #:use-module ((guix build-system python) #:select (package-with-python2))
