[arch-commits] Commit in python-matrix-nio/trunk (PKGBUILD)
Jonas Witschel
diabonas at gemini.archlinux.org
Tue Apr 5 13:40:48 UTC 2022
Date: Tuesday, April 5, 2022 @ 13:40:48
Author: diabonas
Revision: 1181443
upgpkg: python-matrix-nio 0.19.0-4: move matrix-nio[e2e] dependencies to optdepends
These dependencies are marked as optional in pyproject.toml, so move them to
optdepends/checkdepends.
Modified:
python-matrix-nio/trunk/PKGBUILD
----------+
PKGBUILD | 16 ++++++++++------
1 file changed, 10 insertions(+), 6 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2022-04-05 13:40:05 UTC (rev 1181442)
+++ PKGBUILD 2022-04-05 13:40:48 UTC (rev 1181443)
@@ -2,17 +2,21 @@
pkgname=python-matrix-nio
pkgver=0.19.0
_tag=52109a160765f1a9e7f78be1aed8a282a83515f1 # git rev-parse "$pkgver"
-pkgrel=3
+pkgrel=4
pkgdesc='Python Matrix client library, designed according to sans I/O principles'
arch=('any')
url='https://github.com/poljar/matrix-nio'
license=('ISC')
-depends=('python' 'python-aiofiles' 'python-aiohttp' 'python-aiohttp-socks' 'python-atomicwrites'
- 'python-cachetools' 'python-future' 'python-h11' 'python-h2' 'python-jsonschema' 'python-logbook'
- 'python-olm' 'python-peewee' 'python-pycryptodome' 'python-unpaddedbase64')
+depends=('python' 'python-aiofiles' 'python-aiohttp' 'python-aiohttp-socks' 'python-future' 'python-h11'
+ 'python-h2' 'python-jsonschema' 'python-logbook' 'python-pycryptodome' 'python-unpaddedbase64')
makedepends=('git' 'python-build' 'python-installer' 'python-poetry-core')
-checkdepends=('python-aioresponses' 'python-faker' 'python-hpack' 'python-hyperframe' 'python-hypothesis'
- 'python-pytest' 'python-pytest-aiohttp' 'python-pytest-benchmark')
+checkdepends=('python-aioresponses' 'python-atomicwrites' 'python-cachetools' 'python-faker' 'python-hpack'
+ 'python-hyperframe' 'python-hypothesis' 'python-olm' 'python-peewee' 'python-pytest'
+ 'python-pytest-aiohttp' 'python-pytest-benchmark')
+optdepends=('python-atomicwrites: end-to-end encryption support'
+ 'python-cachetools: end-to-end encryption support'
+ 'python-peewee: end-to-end encryption support'
+ 'python-olm: end-to-end encryption support')
source=("git+$url.git?signed#tag=$_tag")
sha512sums=('SKIP')
validpgpkeys=('689A3B5BC6560AB4C99A2A0581314DA807EF4E22') # Damir Jelić (poljar) <poljar at termina.org.uk>
More information about the arch-commits
mailing list