Search Criteria
Package Details: python-matrix-nio 0.25.2-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/python-matrix-nio.git (read-only, click to copy) |
---|---|
Package Base: | python-matrix-nio |
Description: | Python Matrix client library, designed according to sans I/O principles |
Upstream URL: | https://github.com/matrix-nio/matrix-nio |
Licenses: | ISC |
Submitter: | gromit |
Maintainer: | loacker |
Last Packager: | loacker |
Votes: | 3 |
Popularity: | 1.04 |
First Submitted: | 2024-03-20 15:27 (UTC) |
Last Updated: | 2024-10-04 12:13 (UTC) |
Dependencies (37)
- python (python37AUR, python311AUR, python310AUR)
- python-aiofiles
- python-aiohttp (python-aiohttp-gitAUR)
- python-aiohttp-socks (python-aiohttp-socks-gitAUR)
- python-h11
- python-h2
- python-jsonschema
- python-pycryptodome
- python-unpaddedbase64
- python-build (make)
- python-installer (python-installer-gitAUR) (make)
- python-poetry-core (python-poetry-core-gitAUR) (make)
- python-setuptools (make)
- python-sphinx (python-sphinx-gitAUR) (make)
- python-wheel (make)
- tar (tar-gitAUR, busybox-coreutilsAUR) (make)
- mypy (mypy-gitAUR) (check)
- pre-commit (pre-commit-gitAUR) (check)
- python-aioresponses (check)
- python-atomicwrites (check)
- Show 17 more dependencies...
Required by (13)
- matrix-commander
- matrix-commander-git
- mautrix-instagram (optional)
- mautrix-telegram-git (optional)
- moment
- moment-git
- pantalaimon
- pantalaimon-git
- platypush (optional)
- platypush-git (optional)
- python-matrix-reminder-bot
- python-simplematrixbotlib
- weechat-matrix
Latest Comments
kaleidos commented on 2024-05-01 16:09 (UTC) (edited on 2024-05-01 16:09 (UTC) by kaleidos)
It also works this way:
curl https://github.com/PaarthShah.gpg | gpg --import -
loacker commented on 2024-04-30 15:04 (UTC) (edited on 2024-05-01 17:00 (UTC) by loacker)
Unfortunately the key file is to big to upload it alongside the PKGBUILD.
Another workaround, although I found the key on the pgp.mit.edu keyserver:
polaris64 commented on 2024-04-29 09:13 (UTC) (edited on 2024-04-29 09:14 (UTC) by polaris64)
This is a temporary workaround to the missing PGP key problem.
The PGP public key for mail@shahpaarth.com is related to user PaarthShah (verify with this commit: https://github.com/matrix-nio/matrix-nio/commit/7bd2f2a513aba394477c9f67b60ff1ba1b5120c9).
The public key can be obtained from https://api.github.com/users/PaarthShah/gpg_keys; the public key is the "raw_key" field on the first array entry. This can then be imported via GPG (assuming that the above is sufficient).
e.g.
curl https://api.github.com/users/PaarthShah/gpg_keys | jq -r .[0].raw_key | gpg2 --import -
patlefort commented on 2024-04-28 00:31 (UTC)
GPG key problem:
D0CB3DB01DEF8CA2F4C9C4E308D39021F6D6A7B8
is not found on key server (keyserver.ubuntu.com) and verification is failing:matrix-nio git repo ... FAILED (unknown public key 08D39021F6D6A7B8)