blob: 8fe630886e65a57a435a320b4a7113904cf326a9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
pkgbase = python-omemo
pkgdesc = An open python implementation of the OMEMO Multi-End Message and Object Encryption protocol.
pkgver = 2.1.0
pkgrel = 2
url = https://github.com/Syndace/python-omemo
arch = any
license = MIT
makedepends = python-build
makedepends = python-installer
makedepends = python-setuptools
makedepends = python-wheel
depends = python
depends = python-typing_extensions
depends = python-xeddsa
optdepends = python-prettytable: for the optional cli
optdepends = python-twisted: alternative async backend
source = python-omemo-2.1.0.tar.gz::https://github.com/Syndace/python-omemo/archive/refs/tags/v2.1.0.tar.gz
sha256sums = 49fb4597996dc0b4cc4fa2696a77b9e3c5af601e2f83462e811d0683d182635d
pkgname = python-omemo
|