Package Details: python-matrix-nio 0.24.0-4

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: 1
Popularity: 0.87
First Submitted: 2024-03-20 15:27 (UTC)
Last Updated: 2024-05-04 22:47 (UTC)

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:

$ sudo pacman -S devtools
$ git clone https://aur.archlinux.org/python-matrix-nio.git
$ cd python-matrix-nio
$ export-pkgbuild-keys
$ gpg --import keys/pgp/D0CB3DB01DEF8CA2F4C9C4E308D39021F6D6A7B8.asc

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)