summaryrefslogtreecommitdiff
path: root/net-im/synapse/files
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-06-03 15:31:48 +0100
committerV3n3RiX <venerix@koprulu.sector>2023-06-03 15:31:48 +0100
commitc1503bdaa031111d22d91db2f41dad440fb148e8 (patch)
tree9760e4735d0c80c6b4679eb9b1369b33dec5e668 /net-im/synapse/files
parent9f322d80b846d0000268f94422b74c28979e4adf (diff)
gentoo auto-resync : 03:06:2023 - 15:31:48
Diffstat (limited to 'net-im/synapse/files')
-rw-r--r--net-im/synapse/files/synapse-1.78.0-frozendict-version.patch16
-rw-r--r--net-im/synapse/files/synapse.initd10
2 files changed, 0 insertions, 26 deletions
diff --git a/net-im/synapse/files/synapse-1.78.0-frozendict-version.patch b/net-im/synapse/files/synapse-1.78.0-frozendict-version.patch
deleted file mode 100644
index 2253e597d2dc..000000000000
--- a/net-im/synapse/files/synapse-1.78.0-frozendict-version.patch
+++ /dev/null
@@ -1,16 +0,0 @@
-Revert frozendict restriction, because we don't have issue with 2.3.5 version.
-This is related to upstream PR https://github.com/matrix-org/synapse/pull/15114
-
---- a/pyproject.toml
-+++ b/pyproject.toml
-@@ -154,9 +154,7 @@ python = "^3.7.1"
- # we use the TYPE_CHECKER.redefine method added in jsonschema 3.0.0
- jsonschema = ">=3.0.0"
- # frozendict 2.1.2 is broken on Debian 10: https://github.com/Marco-Sulla/python-frozendict/issues/41
--# We cannot test our wheels against the 2.3.5 release in CI. Putting in an upper bound for this
--# because frozendict has been more trouble than it's worth; we would like to move to immutabledict.
--frozendict = ">=1,!=2.1.2,<2.3.5"
-+frozendict = ">=1,!=2.1.2"
- # We require 2.1.0 or higher for type hints. Previous guard was >= 1.1.0
- unpaddedbase64 = ">=2.1.0"
- # We require 1.5.0 to work around an issue when running against the C implementation of
diff --git a/net-im/synapse/files/synapse.initd b/net-im/synapse/files/synapse.initd
deleted file mode 100644
index e8e494c722c0..000000000000
--- a/net-im/synapse/files/synapse.initd
+++ /dev/null
@@ -1,10 +0,0 @@
-#!/sbin/openrc-run
-# Copyright 2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-name="Matrix synapse daemon"
-description=""
-command=/usr/bin/synapse_homeserver
-command_args="--daemonize --config-path /etc/synapse/homeserver.yaml"
-pidfile=/var/lib/synapse/homeserver.pid
-start_stop_daemon_args="--user synapse --group synapse"