16 lines
713 B
Bash
16 lines
713 B
Bash
# Template file for 'python3-matrix-common'
|
|
pkgname=python3-matrix-common
|
|
version=1.1.0
|
|
revision=1
|
|
wrksrc="matrix-python-common-${version}"
|
|
build_style=python3-pep517
|
|
make_install_target="matrix_common-${version}-*-*-*.whl"
|
|
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=ad2efb9dfe878df88b115f44eb036046b2cee9d09a03c6bc2e464772a3622082
|
|
make_check=no # requires unpackaged python3 module aiounittest
|