2021-06-14 19:51:52 +00:00
|
|
|
# Description: A Python Matrix client library, designed according to sans I/O principles
|
2021-06-22 19:52:43 +00:00
|
|
|
# URL: https://github.com/poljar/matrix-nio
|
2021-06-14 19:51:52 +00:00
|
|
|
# Maintainer: Tim Biermann, tbier at posteo dot de
|
2022-02-12 16:15:41 +01:00
|
|
|
# Depends on: python3-aiofiles python3-aiohttp-socks python3-atomicwrites python3-cachetools python3-h11 python3-h2 python3-logbook python3-olm python3-peewee python3-pycryptodome python3-unpaddedbase64
|
2021-06-14 19:51:52 +00:00
|
|
|
|
|
|
|
name=python3-matrix-nio
|
2023-07-19 19:53:44 +02:00
|
|
|
version=0.21.2
|
2022-10-01 11:49:52 +02:00
|
|
|
release=1
|
2021-06-14 19:51:52 +00:00
|
|
|
source=(https://github.com/poljar/matrix-nio/archive/$version/$name-$version.tar.gz)
|
|
|
|
|
|
|
|
build() {
|
|
|
|
cd matrix-nio-$version
|
2022-07-02 11:45:59 +02:00
|
|
|
|
|
|
|
/usr/bin/python3 -m build --wheel --skip-dependency-check --no-isolation
|
2022-07-10 18:48:47 +02:00
|
|
|
/usr/bin/python3 -m installer --compile-bytecode 2 --destdir=$PKG dist/*.whl
|
2021-06-14 19:51:52 +00:00
|
|
|
}
|