mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
New package: python3-mautrix-0.20.2.
This commit is contained in:
parent
e40eaa2c31
commit
331b6826ae
1 changed files with 18 additions and 0 deletions
18
srcpkgs/python3-mautrix/template
Normal file
18
srcpkgs/python3-mautrix/template
Normal file
|
@ -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
|
Loading…
Add table
Reference in a new issue