Search Criteria
Package Details: pantalaimon 0.10.5-5
Package Actions
Git Clone URL: | https://aur.archlinux.org/pantalaimon.git (read-only, click to copy) |
---|---|
Package Base: | pantalaimon |
Description: | Pantalaimon is an end-to-end encryption aware Matrix reverse proxy daemon. |
Upstream URL: | https://github.com/matrix-org/pantalaimon |
Licenses: | Apache |
Submitter: | Midov |
Maintainer: | None |
Last Packager: | Midov |
Votes: | 5 |
Popularity: | 0.000000 |
First Submitted: | 2019-09-08 17:01 (UTC) |
Last Updated: | 2022-11-19 11:56 (UTC) |
Dependencies (24)
- libolm (libolm-gitAUR)
- python (python37AUR, python311AUR, python310AUR)
- python-aiohttp (python-aiohttp-gitAUR)
- python-appdirs (python-appdirs-gitAUR)
- python-atomicwrites
- python-cachetools
- python-click
- python-future
- python-h11
- python-h2
- python-janus
- python-jaraco.classes
- python-jsonschema
- python-keyring
- python-logbook
- python-matrix-nioAUR
- python-notify2
- python-olm (python-olm-gitAUR)
- python-peewee
- python-prompt_toolkit
- Show 4 more dependencies...
Required by (2)
- fluffychat-web (optional)
- fluffychat-web-git (optional)
Latest Comments
1 2 3 Next › Last »
nogweii commented on 2023-01-05 05:03 (UTC)
python-matrix-nio
is version 0.20 in the community repo and the python code requires the updated version. The version constraint in the PKGBUILD needs to be updated to match. Otherwise this fails to build due to makepkg being unable to find a matching version.e-v commented on 2022-11-15 13:52 (UTC) (edited on 2022-11-15 13:53 (UTC) by e-v)
Thanks a lot @Midov, it worked. In case it can be of any use to others, I simply replaced the following line:
Requires-Dist: charset-normalizer (<3.0,>=2.0)
byRequires-Dist: charset-normalizer (>=2.0)
in/usr/lib/python3.10/site-packages/aiohttp-3.8.3.dist-info/METADATA
.I don't like having to do this but Python packaging is indeed a PITA.
Midov commented on 2022-11-15 13:35 (UTC)
@e-v this is unrelated to pantalaimon. your aiohttp is broken, but this is common issue with shitty python packages, you should simply remove the version dependency from aiohttp (in /lib/python3.10/site-packages/) and it will work
e-v commented on 2022-11-15 13:26 (UTC)
It now fails to launch with the following error:
e-v commented on 2022-09-06 10:00 (UTC)
I needed to install
python-jaraco.classes
to get pantalaimon to run, but I don't know if this dependency is missing from this package or from another one.nogweii commented on 2022-08-30 05:55 (UTC)
Missing a
makedepend
:python-setuptools
.Thaodan commented on 2022-07-10 19:10 (UTC)
Can you make the pkgbuild so it follows: https://wiki.archlinux.org/title/Python_package_guidelines#setuptools_or_distutils?
e-v commented on 2022-04-04 23:14 (UTC)
diabonas: It works, thanks!
diabonas commented on 2022-04-04 22:41 (UTC)
@e-v, Midov: python-matrix-nio 0.19.0-3 removes the dependency version pinning, which should hopefully fix the issue.
Midov commented on 2022-04-04 09:24 (UTC) (edited on 2022-04-04 09:25 (UTC) by Midov)
Hey e-v, python-matrix-nio dependencies are a mess unfortunately. I had to edit
/lib/python3.10/site-packages/matrix_nio-0.19.0.dist-info/METADATA
and remove the lines containing cachetools<5.0.0,>=4.2.1 and aiofiles<0.7.0,>=0.6.0When you do that, pantalaimon starts working fine.
... I have no idea why do they keep adding retarded restrictions like these even though it works with the new versions.
1 2 3 Next › Last »