summaryrefslogtreecommitdiff
path: root/python3-matrix-nio/Pkgfile
blob: 87c54064a401e788d52956a784c52a69fc5d05c3 (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.19.0
    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   dephell deps convert --from pyproject.toml --to setup.py
   14   /usr/bin/python3 setup.py build
   15   /usr/bin/python3 setup.py install --prefix=/usr \
   16     --root=$PKG \
   17     --skip-build
   18 }

Generated by cgit