15 lines
615 B
Bash
15 lines
615 B
Bash
# Template file for 'python3-matrix-common'
|
|
pkgname=python3-matrix-common
|
|
version=1.3.0
|
|
revision=3
|
|
build_style=python3-pep517
|
|
hostmakedepends="python3-setuptools python3-wheel"
|
|
depends="python3-attrs"
|
|
short_desc="Common code for Synapse, Sydent and Sygnal"
|
|
maintainer="Joel Beckmeyer <joel@beckmeyer.us>"
|
|
license="Apache-2.0"
|
|
homepage="https://github.com/matrix-org/matrix-python-common"
|
|
distfiles="https://github.com/matrix-org/matrix-python-common/archive/v${version}.tar.gz"
|
|
checksum=9792a69b04904cb2da027890fe07229cc6610254268d2a5037e31aaeb7047104
|
|
make_check=no # requires unpackaged python3 module aiounittest
|