Hello, The pantalaimon package sanity-check phase failure:
--8<---------------cut here---------------start------------->8--- =================== 14 passed, 3 skipped, 1 warning in 1.65s =================== phase `check' succeeded after 2.8 seconds starting phase `sanity-check' validating 'pantalaimon' /gnu/store/zjbcpf8m4l5jz56axsc5046y09zr65ks-pantalaimon-0.10.3/lib/python3.9/site-packages ...checking requirements: OK ...trying to load module pantalaimon: OK ...trying to load endpoint console_scripts panctl: ERROR: Traceback (most recent call last): File "/gnu/store/nwwr89v2vyg1hs48i49m083vhczsgh3m-sanity-check.py", line 85, in <module> ep.load() File "/gnu/store/p5fgysbcnnp8b1d91mrvjvababmczga0-python-3.9.6/lib/python3.9/site-packages/pkg_resources/__init__.py", line 2450, in load return self.resolve() File "/gnu/store/p5fgysbcnnp8b1d91mrvjvababmczga0-python-3.9.6/lib/python3.9/site-packages/pkg_resources/__init__.py", line 2456, in resolve module = __import__(self.module_name, fromlist=['__name__'], level=0) File "/gnu/store/zjbcpf8m4l5jz56axsc5046y09zr65ks-pantalaimon-0.10.3/lib/python3.9/site-packages/pantalaimon/panctl.py", line 26, in <module> from gi.repository import GLib ModuleNotFoundError: No module named 'gi' ...trying to load endpoint console_scripts pantalaimon: OK error: in phase 'sanity-check': uncaught exception: %exception #<&invoke-error program: "python" arguments: ("/gnu/store/nwwr89v2vyg1hs48i49m083vhczsgh3m-sanity-check.py" "/gnu/store/zjbcpf8m4l5jz56axsc5046y09zr65ks-pantalaimon-0.10.3/lib/python3.9/site-packages") exit-status: 1 term-signal: #f stop-signal: #f> phase `sanity-check' failed after 0.7 seconds command "python" "/gnu/store/nwwr89v2vyg1hs48i49m083vhczsgh3m-sanity-check.py" "/gnu/store/zjbcpf8m4l5jz56axsc5046y09zr65ks-pantalaimon-0.10.3/lib/python3.9/site-packages" failed with status 1 --8<---------------cut here---------------end--------------->8--- If you add python-pygobject to native-inputs, you get the following error: --8<---------------cut here---------------start------------->8--- ModuleNotFoundError: No module named 'pydbus' ...trying to load endpoint console_scripts pantalaimon: OK error: in phase 'sanity-check': uncaught exception: %exception #<&invoke-error program: "python" arguments: ("/gnu/store/nwwr89v2vyg1hs48i49m083vhczsgh3m-sanity-check.py" "/gnu/store/4zbrpxm3ksyh7azwv4hsj37q83qjn0ga-pantalaimon-0.10.3/lib/python3.9/site-packages") exit-status: 1 term-signal: #f stop-signal: #f> --8<---------------cut here---------------end--------------->8--- pydbus is not package yet. -- Aleksandr Vityazev