mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 08:52:56 +02:00
synapse: update to 1.84.0.
restore make_install_target needed for tests
This commit is contained in:
parent
de117679f3
commit
1ef4a43f23
1 changed files with 3 additions and 2 deletions
|
@ -1,10 +1,11 @@
|
||||||
# Template file for 'synapse'
|
# Template file for 'synapse'
|
||||||
pkgname=synapse
|
pkgname=synapse
|
||||||
version=1.82.0
|
version=1.84.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=python3-pep517
|
build_style=python3-pep517
|
||||||
build_helper=rust
|
build_helper=rust
|
||||||
make_check_target=tests
|
make_check_target=tests
|
||||||
|
make_install_target="dist/matrix_synapse-${version}-*-*-*.whl"
|
||||||
hostmakedepends="python3-poetry-core python3-setuptools-rust cargo"
|
hostmakedepends="python3-poetry-core python3-setuptools-rust cargo"
|
||||||
depends="python3-jsonschema python3-immutabledict python3-unpaddedbase64
|
depends="python3-jsonschema python3-immutabledict python3-unpaddedbase64
|
||||||
python3-canonicaljson python3-signedjson python3-pynacl
|
python3-canonicaljson python3-signedjson python3-pynacl
|
||||||
|
@ -23,7 +24,7 @@ license="Apache-2.0"
|
||||||
homepage="https://github.com/matrix-org/synapse"
|
homepage="https://github.com/matrix-org/synapse"
|
||||||
changelog="https://raw.githubusercontent.com/matrix-org/synapse/develop/CHANGES.md"
|
changelog="https://raw.githubusercontent.com/matrix-org/synapse/develop/CHANGES.md"
|
||||||
distfiles="https://github.com/matrix-org/synapse/archive/v${version}.tar.gz"
|
distfiles="https://github.com/matrix-org/synapse/archive/v${version}.tar.gz"
|
||||||
checksum=bea5b8e40be5f79977732867dae34eb45667aae41c3ee366a3164d5e20c8b327
|
checksum=f87b0565403bdf457f92c75e314fd3581e50bf48259089f22406dc5d90be44bd
|
||||||
|
|
||||||
if [ "$CROSS_BUILD" ]; then
|
if [ "$CROSS_BUILD" ]; then
|
||||||
makedepends+=" rust-std"
|
makedepends+=" rust-std"
|
||||||
|
|
Loading…
Add table
Reference in a new issue