aboutsummaryrefslogtreecommitdiffstats
path: root/community/py3-mautrix/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/py3-mautrix/APKBUILD')
-rw-r--r--community/py3-mautrix/APKBUILD32
1 files changed, 0 insertions, 32 deletions
diff --git a/community/py3-mautrix/APKBUILD b/community/py3-mautrix/APKBUILD
deleted file mode 100644
index 1fe9196f241..00000000000
--- a/community/py3-mautrix/APKBUILD
+++ /dev/null
@@ -1,32 +0,0 @@
-# Contributor: Bart Ribbers <bribbers@disroot.org>
-# Maintainer:
-pkgname=py3-mautrix
-pkgver=0.8.16
-pkgrel=2
-pkgdesc="A Python 3 asyncio Matrix framework"
-url="https://github.com/tulir/mautrix-python"
-arch="noarch"
-license="MPL-2.0"
-depends="
- py3-aiohttp
- py3-attrs
- py3-commonmark
- py3-lxml
- py3-ruamel.yaml
- py3-sqlalchemy
- python3
- "
-makedepends="py3-setuptools"
-source="https://github.com/tulir/mautrix-python/archive/v$pkgver/mautrix-python-v$pkgver.tar.gz"
-options="!check" # No tests
-builddir="$srcdir/mautrix-python-$pkgver"
-
-build() {
- python3 setup.py build
-}
-
-package() {
- python3 setup.py install --prefix=/usr --root="$pkgdir"
-}
-
-sha512sums="d73f24a3e32f29d72a21177f6035cda8fba66e5977df66c806d36da00c26aa3b032f12c438525e6daa65b61d6d24f96745f1e1ccd266e29d9b29893c7a9eaa79 mautrix-python-v0.8.16.tar.gz"