New package: python3-matrix-common-1.0.0
This commit is contained in:
parent
253786e3cc
commit
80369a99b8
1 changed files with 16 additions and 0 deletions
16
srcpkgs/python3-matrix-common/template
Normal file
16
srcpkgs/python3-matrix-common/template
Normal file
|
@ -0,0 +1,16 @@
|
|||
# Template file for 'python3-matrix-common'
|
||||
pkgname=python3-matrix-common
|
||||
version=1.0.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=d610357a78caf5141814f055e8b3facabf4dd4863db8594030d58c81b2b2b7fd
|
||||
make_check=no # requires unpackaged python3 module aiounittest
|
Loading…
Reference in a new issue