Skip to content

Commit

Permalink
synapse: update to 1.47.1, adopt.
Browse files Browse the repository at this point in the history
  • Loading branch information
TinfoilSubmarine authored and paper42 committed Nov 28, 2021
1 parent d5e7f0e commit 9d4e4c1
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions srcpkgs/synapse/template
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Template file for 'synapse'
pkgname=synapse
version=1.46.0
version=1.47.1
revision=1
build_style=python3-module
hostmakedepends="python3-setuptools"
Expand All @@ -12,13 +12,14 @@ depends="python3-jsonschema python3-frozendict python3-canonicaljson
python3-setuptools python3-bleach python3-Jinja2 python3-psycopg2 python3-lxml
python3-saml2 python3-treq python3-macaroons python3-sortedcontainers
python3-typing_extensions python3-ijson"
checkdepends="$depends python3-parameterized"
short_desc="Matrix reference homeserver"
maintainer="Pete <pete@port22.co.uk>"
maintainer="Joel Beckmeyer <joel@beckmeyer.us>"
license="Apache-2.0"
homepage="https://github.com/matrix-org/synapse"
changelog="https://raw.githubusercontent.com/matrix-org/synapse/develop/CHANGES.md"
distfiles="https://github.com/matrix-org/synapse/archive/v${version}.tar.gz"
checksum=5f730958e57b8196ee9352b8abc32da612296f8febf675dec76e0b9d3a322ec5
checksum=cc385b6cfeba671bba800c2557ad39063bdd53f70dfb3781c85df7af6f5d064c

system_accounts="synapse"
synapse_homedir="/var/lib/synapse"
Expand All @@ -27,6 +28,10 @@ make_dirs="
/var/lib/synapse 0700 synapse synapse
/etc/synapse 0755 synapse synapse"

do_check() {
PYTHONPATH="." trial3 tests
}

post_install() {
vsv synapse
}

0 comments on commit 9d4e4c1

Please sign in to comment.