From eaf5fab545d231858380c43d9a6bdfc0ca62cc98 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Sat, 23 Sep 2023 21:02:50 -0400 Subject: [PATCH] synapse: rebuild for Python 3.12 --- srcpkgs/synapse/template | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/srcpkgs/synapse/template b/srcpkgs/synapse/template index c3d09c9a6ef..34b1cc84df3 100644 --- a/srcpkgs/synapse/template +++ b/srcpkgs/synapse/template @@ -1,12 +1,13 @@ # Template file for 'synapse' pkgname=synapse version=1.93.0 -revision=1 +revision=2 build_style=python3-pep517 build_helper=rust make_check_target=tests make_install_target="dist/matrix_synapse-${version}-*-*-*.whl" hostmakedepends="python3-poetry-core python3-setuptools-rust cargo" +makedepends="rust-std python3-devel" depends="python3-jsonschema python3-immutabledict python3-unpaddedbase64 python3-canonicaljson python3-signedjson python3-pynacl python3-service_identity python3-Twisted python3-openssl python3-yaml @@ -26,10 +27,6 @@ changelog="https://raw.githubusercontent.com/matrix-org/synapse/develop/CHANGES. distfiles="https://github.com/matrix-org/synapse/archive/v${version}.tar.gz" checksum=4bacff7559cd1f36a51743b79fe871eb3b96933aa663aad6f8900a1c6b7f8e21 -if [ "$CROSS_BUILD" ]; then - makedepends+=" rust-std python3" -fi - system_accounts="synapse" synapse_homedir="/var/lib/synapse"