aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuca Matei Pintilie <luca@lucamatei.com>2023-11-05 21:28:37 +0000
committerLuca Matei Pintilie <luca@lucamatei.com>2024-05-09 08:00:53 +0000
commit44d3a7d75b9b4fc1bb850eb3c7f904bb2d4f5797 (patch)
treee612e503f966c9bc10d3ba753ad44d6429910899
parent2e1d86f8a213f56361983b0520052a6af45c0f51 (diff)
downloadvoid-packages-44d3a7d75b9b4fc1bb850eb3c7f904bb2d4f5797.tar
void-packages-44d3a7d75b9b4fc1bb850eb3c7f904bb2d4f5797.tar.gz
void-packages-44d3a7d75b9b4fc1bb850eb3c7f904bb2d4f5797.tar.bz2
void-packages-44d3a7d75b9b4fc1bb850eb3c7f904bb2d4f5797.tar.lz
void-packages-44d3a7d75b9b4fc1bb850eb3c7f904bb2d4f5797.tar.xz
void-packages-44d3a7d75b9b4fc1bb850eb3c7f904bb2d4f5797.tar.zst
void-packages-44d3a7d75b9b4fc1bb850eb3c7f904bb2d4f5797.zip
New package: python3-mautrix-0.20.2.
-rw-r--r--srcpkgs/python3-mautrix/template18
1 files changed, 18 insertions, 0 deletions
diff --git a/srcpkgs/python3-mautrix/template b/srcpkgs/python3-mautrix/template
new file mode 100644
index 00000000000..78ad7fd72f1
--- /dev/null
+++ b/srcpkgs/python3-mautrix/template
@@ -0,0 +1,18 @@
+# Template file for 'python3-mautrix'
+pkgname=python3-mautrix
+version=0.20.2
+revision=1
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3-aiohttp python3-attrs python3-yarl python3-magic olm-python3"
+checkdepends="${depends} python3-pytest"
+short_desc="Asyncio Matrix framework"
+maintainer="Luca Matei Pintilie <luca@lucamatei.com>"
+license="MPL-2.0"
+homepage="https://github.com/mautrix/python"
+changelog="https://github.com/mautrix/python/releases"
+distfiles="https://github.com/mautrix/python/archive/refs/tags/v$version.tar.gz"
+checksum=f888f58a6a70c92cf2d2b51abc3faf0e118b5ba706e687020905ed03579fe98b
+
+# Requires a bunch of dependencies not used by Heisenbridge
+make_check=no