Search Criteria
Package Details: weechat-matrix 0.3.0-18
Package Actions
Git Clone URL: | https://aur.archlinux.org/weechat-matrix.git (read-only, click to copy) |
---|---|
Package Base: | weechat-matrix |
Description: | WeeChat Matrix protocol script written in Python |
Upstream URL: | https://github.com/poljar/weechat-matrix |
Licenses: | ISC |
Submitter: | gromit |
Maintainer: | loacker |
Last Packager: | loacker |
Votes: | 1 |
Popularity: | 0.004352 |
First Submitted: | 2024-03-20 18:14 (UTC) |
Last Updated: | 2025-01-04 22:09 (UTC) |
Dependencies (21)
- python (python37AUR, python311AUR, python310AUR)
- python-atomicwrites (python-atomicwrites-homeassistantAUR)
- python-attrs
- python-cachetools
- python-logbook
- python-matrix-nioAUR
- python-olm (python-olm-gitAUR)
- python-peewee
- python-pygments
- python-pyopenssl
- python-webcolors
- weechat (weechat-gitAUR)
- python-build (make)
- python-installer (make)
- python-poetry-core (python-poetry-core-gitAUR) (make)
- python-hypothesis (check)
- python-pytest (check)
- python-aiohttp (python-aiohttp-gitAUR) (optional) – matrix_sso_helper support
- python-magic (python-magic-gitAUR) (optional) – matrix_upload support
- python-requests (optional) – matrix_decrypt and matrix_upload support
- Show 1 more dependencies...
Required by (0)
Sources (7)
- 0001-Switch-to-correct-build-system-definition.patch
- 0002-Fix-compatibility-with-matrix-nio-0.21.patch
- 0003-server-remove-set_npn_protocols.patch
- 0004-fix-tests-module-webcolors-has-no-attribute-HTML4_HE.patch
- 0005-pyproject.toml-only-require-future-for-python-3.2.patch
- 0006-Drop-python-future-as-all-dependent-py-vers-are-EOL.patch
- weechat-matrix-0.3.0.tar.gz
Latest Comments
AndyRTR commented on 2025-01-04 20:26 (UTC)
Please include https://github.com/poljar/weechat-matrix/pull/368 (needs a small fix in line 226). That way we can drop python-future/python3.12 :)
loacker commented on 2024-12-23 11:18 (UTC)
The plugin is currently broken, and I'm researching this problem to see if there is a fix.
https://github.com/poljar/weechat-matrix/issues/357
loacker commented on 2024-12-17 13:37 (UTC)
I have since added a patch [1] to enable it to build. I'll see what I can do to report it upstream.
[1] 0004-fix-tests-module-webcolors-has-no-attribute-HTML4_HE.patch
AndyRTR commented on 2024-12-17 07:33 (UTC) (edited on 2024-12-17 07:34 (UTC) by AndyRTR)
Python-future has been removed by Fedora rawhide. Only removing the dependency from the package won't solve it because weechat-matrix acutally depends on it and will fail to start. Please someone bring it to the github tracker. Even if it's almost dead maybe someone has a solution to get it back working.
The webcolor test failure is expected now. Disable tests for now. See also https://github.com/poljar/weechat-matrix/issues/364
micwoj92 commented on 2024-12-16 22:19 (UTC)
Check fails:
ilf0 commented on 2024-05-22 13:18 (UTC) (edited on 2024-05-28 10:10 (UTC) by ilf0)
Please add
python-future
as dependency, as this won't run without it.Update: Thanks! https://aur.archlinux.org/cgit/aur.git/commit/?h=weechat-matrix&id=0e5a13aad5c6e9f07c7681dcb43c9e0a2a9d7d61