contrib/python3-matrix-nio/Pkgfile

17 lines
715 B
Plaintext
Raw Normal View History

# Description: A Python Matrix client library, designed according to sans I/O principles
2021-06-22 21:52:43 +02:00
# URL: https://github.com/poljar/matrix-nio
# 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
name=python3-matrix-nio
2023-03-31 16:24:25 +02:00
version=0.20.2
2022-10-01 11:49:52 +02:00
release=1
source=(https://github.com/poljar/matrix-nio/archive/$version/$name-$version.tar.gz)
build() {
cd matrix-nio-$version
/usr/bin/python3 -m build --wheel --skip-dependency-check --no-isolation
/usr/bin/python3 -m installer --compile-bytecode 2 --destdir=$PKG dist/*.whl
}