blob: f2383665cb90106cd01d9a489d89c874271f083e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
|
pkgbase = weechat-matrix-git
pkgdesc = Weechat Matrix protocol script written in Python
pkgver = r733.427cb9f
pkgrel = 1
url = https://github.com/poljar/weechat-matrix
install = weechat-matrix-git.install
arch = any
license = ISC
checkdepends = python-hypothesis
checkdepends = python-pytest
makedepends = git
makedepends = python-dephell
depends = python-atomicwrites
depends = python-attrs
depends = python-future
depends = python-logbook
depends = python-matrix-nio
depends = python-pygments
depends = python-pyopenssl
depends = python-webcolors
optdepends = python-aiohttp: matrix_sso_helper support
optdepends = python-magic: matrix_upload support
optdepends = python-requests: matrix_decrypt and matrix_upload support
optdepends = ranger: default plumber for matrix_decrypt
provides = weechat-matrix
conflicts = weechat-matrix
replaces = weechat-poljar-matrix-git
source = git+https://github.com/poljar/weechat-matrix.git
sha512sums = SKIP
pkgname = weechat-matrix-git
|