16 lines
656 B
Bash
16 lines
656 B
Bash
# Template file for 'python3-matrix-common'
|
|
pkgname=python3-matrix-common
|
|
version=1.2.1
|
|
revision=1
|
|
wrksrc="matrix-python-common-${version}"
|
|
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=75ccb0de5b5cd551d81770addea1d2b227831f9cb83d46079ee0c74af0fb0a69
|
|
make_check=no # requires unpackaged python3 module aiounittest
|