summaryrefslogtreecommitdiff
path: root/python3-matrix-nio/Pkgfile
diff options
context:
space:
mode:
authorTim Biermann <tbier@posteo.de>2021-06-14 19:51:52 +0000
committerTim Biermann <tbier@posteo.de>2021-06-14 19:51:52 +0000
commite4f558a60b6c55733fdc9c0fb25db8b779d5e7c3 (patch)
tree8c7ee353e31860c1116d4ea65d7c2ab8ea7cfd74 /python3-matrix-nio/Pkgfile
parent7c5b541fc1fe1c9bd84aa463ce848c97862ac264 (diff)
downloadcontrib-e4f558a60b6c55733fdc9c0fb25db8b779d5e7c3.tar.gz
contrib-e4f558a60b6c55733fdc9c0fb25db8b779d5e7c3.tar.xz
python3-matrix-nio: initial commit, version 0.18.2
Diffstat (limited to 'python3-matrix-nio/Pkgfile')
-rw-r--r--python3-matrix-nio/Pkgfile18
1 files changed, 18 insertions, 0 deletions
diff --git a/python3-matrix-nio/Pkgfile b/python3-matrix-nio/Pkgfile
new file mode 100644
index 000000000..72fccd5a1
--- /dev/null
+++ b/python3-matrix-nio/Pkgfile
@@ -0,0 +1,18 @@
+# Description: A Python Matrix client library, designed according to sans I/O principles
+# URL: https://logbook.readthedocs.io/en/stable/
+# Maintainer: Tim Biermann, tbier at posteo dot de
+# Depends on: libolm python3-aiofiles python3-aiohttp-socks python3-atomicwrites python3-cachetools python3-future python3-h11 python3-h2 python3-logbook python3-peewee python3-pycryptodome python3-unpaddedbase64
+
+name=python3-matrix-nio
+version=0.18.2
+release=1
+source=(https://github.com/poljar/matrix-nio/archive/$version/$name-$version.tar.gz)
+
+build() {
+ cd matrix-nio-$version
+ dephell deps convert --from pyproject.toml --to setup.py
+ /usr/bin/python3 setup.py build
+ /usr/bin/python3 setup.py install --prefix=/usr \
+ --root=$PKG \
+ --skip-build
+}

Generated by cgit