guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#39841] [WIP PATCH] synapse


From: Alex ter Weele
Subject: [bug#39841] [WIP PATCH] synapse
Date: Sat, 29 Feb 2020 11:53:03 -0600

Hello,

These are some patches to add Synapse
<https://github.com/matrix-org/synapse>.

I would appreciate some help getting the tests to run for some of the
Python dependencies, they're marked with TODOs.

Synapse appears to have some optional dependencies. I haven't packaged
all of them. The remaining ones are also marked with TODOs.

But, it seems to run! Here's what I had to do to start it:

guix environment guix -- make -j4 && ./pre-inst-env guix environment synapse

cd ~/src/synapse/

python -m synapse.app.homeserver --server-name test.local --config-path 
/tmp/homeserver.yaml --generate-config --report-stats=no

exit

guix environment guix -- make -j4 && ./pre-inst-env guix environment --ad-hoc 
synapse -- synctl --no-daemonize start /tmp/homeserver.yaml


Attachment: 0001-gnu-python-typing-extensions-Update-to-3.7.4.1.patch
Description: Text Data

Attachment: 0002-gnu-Add-python-frozendict.patch
Description: Text Data

Attachment: 0003-gnu-Add-python-unpaddedbase64.patch
Description: Text Data

Attachment: 0004-gnu-Add-python-canonicaljson.patch
Description: Text Data

Attachment: 0005-gnu-Add-python-signedjson.patch
Description: Text Data

Attachment: 0006-gnu-Add-python-daemonize.patch
Description: Text Data

Attachment: 0007-gnu-Add-python-pymacaroons.patch
Description: Text Data

Attachment: 0008-gnu-Add-python-prometheus-client.patch
Description: Text Data

Attachment: 0009-gnu-Add-python-ldap3.patch
Description: Text Data

Attachment: 0010-gnu-Add-python-txacme.patch
Description: Text Data

Attachment: 0011-gnu-Add-python-matrix-synapse-ldap3.patch
Description: Text Data

Attachment: 0012-gnu-Add-synapse.patch
Description: Text Data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]