Skip to content

community/hexchat: enable on armv7, armhf and modernize

  • Enable on armv7 and armhf architectures (tested in armv7 but not in armhf)
  • Python3 cffi module is not detected at runtime, so move package to depends
  • Add options variable

I have also renamed iso-codes to iso-codes-dev in makedepends, so it detects the dependency properly.

When I opened hexchat, a warning popped up in terminal telling that py3-cffi is not installed, so that's why I place it in depends variable.

Failed to initialize the Python-CFFI embedding logic:

Traceback (most recent call last):
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 984, in _find_and_load_unlocked
ModuleNotFoundError: No module named '_cffi_backend'

From: _hexchat_embedded
compiled with cffi version: 1.14.5
_cffi_backend module: not loaded
sys.path: ['/usr/lib/python39.zip', '/usr/lib/python3.9', '/usr/lib/python3.9/lib-dynload', '/usr/lib/python3.9/site-packages']
Edited by Antoni Aloy Torrens

Merge request reports