mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 15:11:25 +00:00
matrix-synapse: 0.34.1.1 -> 0.99.0
Also cleanup of old dependencies and irrelevant patch
This commit is contained in:
parent
95f434366b
commit
d667c33cb2
@ -23,29 +23,24 @@ let
|
||||
|
||||
in buildPythonApplication rec {
|
||||
pname = "matrix-synapse";
|
||||
version = "0.34.1.1";
|
||||
version = "0.99.0";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "13jmbcabll3gk0b6yqwfwpc7aymqhpv6iririzskhm4pgbjcp3yk";
|
||||
sha256 = "1xsp60172zvgyjgpjmzz90rj1din8d65ffg73nzid4nd875p45kh";
|
||||
};
|
||||
|
||||
patches = [
|
||||
./matrix-synapse.patch
|
||||
];
|
||||
|
||||
propagatedBuildInputs = [
|
||||
bcrypt
|
||||
bleach
|
||||
canonicaljson
|
||||
daemonize
|
||||
dateutil
|
||||
frozendict
|
||||
jinja2
|
||||
jsonschema
|
||||
lxml
|
||||
matrix-synapse-ldap3
|
||||
msgpack-python
|
||||
msgpack
|
||||
netaddr
|
||||
phonenumbers
|
||||
pillow
|
||||
@ -59,8 +54,7 @@ in buildPythonApplication rec {
|
||||
psutil
|
||||
psycopg2
|
||||
pyasn1
|
||||
pydenticon
|
||||
pymacaroons-pynacl
|
||||
pymacaroons
|
||||
pynacl
|
||||
pyopenssl
|
||||
pysaml2
|
||||
|
@ -1,20 +0,0 @@
|
||||
diff --git a/homeserver b/homeserver
|
||||
new file mode 120000
|
||||
index 0000000..2f1d413
|
||||
--- /dev/null
|
||||
+++ b/homeserver
|
||||
@@ -0,0 +1,1 @@
|
||||
+synapse/app/homeserver.py
|
||||
\ No newline at end of file
|
||||
diff --git a/setup.py b/setup.py
|
||||
index b00c2af..c7f6e0a 100755
|
||||
--- a/setup.py
|
||||
+++ b/setup.py
|
||||
@@ -92,6 +92,6 @@ setup(
|
||||
include_package_data=True,
|
||||
zip_safe=False,
|
||||
long_description=long_description,
|
||||
- scripts=["synctl"] + glob.glob("scripts/*"),
|
||||
+ scripts=["synctl", "homeserver"] + glob.glob("scripts/*"),
|
||||
cmdclass={'test': TestCommand},
|
||||
)
|
Loading…
Reference in New Issue
Block a user