summaryrefslogtreecommitdiff
path: root/python3-matrix-nio/Pkgfile
blob: b817deb2e7b83ff0b45dc52b4079e6f49c34ad98 (plain)
    1 # Description: A Python Matrix client library, designed according to sans I/O principles
    2 # URL: https://github.com/poljar/matrix-nio
    3 # Maintainer: Tim Biermann, tbier at posteo dot de
    4 # 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
    5 
    6 name=python3-matrix-nio
    7 version=0.20.1
    8 release=1
    9 source=(https://github.com/poljar/matrix-nio/archive/$version/$name-$version.tar.gz)
   10 
   11 build() {
   12   cd matrix-nio-$version
   13 
   14   /usr/bin/python3 -m build --wheel --skip-dependency-check --no-isolation
   15   /usr/bin/python3 -m installer --compile-bytecode 2 --destdir=$PKG dist/*.whl
   16 }

Generated by cgit