net-im/matrix-synapse: version bump

This commit is contained in:
nemunaire 2019-02-17 01:35:22 +01:00
parent 203ba6db6d
commit 862b2aa632
2 changed files with 67 additions and 0 deletions

View File

@ -1,4 +1,6 @@
AUX synapse.init 965 BLAKE2B 5b33e0277721a9348fe3a2d2f87bc275c4f13676eabcd1427ecf9d168a0348902c74fc72453035560fd9190b2ef434cadc3828895a6688abcad9e4b96a081726 SHA512 481aa963a0bd26f85d9c78684bd68681f4df512e2d4d50aa2fe52331c3fcae6cb78cc882a953153cfb1b8a56a322f6a43fefd07069f8535ef364d32a4b77d369
AUX synapse.service 253 BLAKE2B 59fbcd1d4cf0668524c4dbe10b0d779a2987d33e6025d511a695242fd5f7e313a1266e9770e0c08f3ca7d969dd2618ed7957d4d3959216dc852e314f4b34748c SHA512 865f94744d61670fad0de679a2fd1901d89e6cb4c169614bec90afc715f2abb918a21739daeb2c75482226790d06f3d324dee000074a59853bcc0e90e29d93f8
DIST matrix-synapse-0.34.1.1.tar.gz 1035119 BLAKE2B ddffa99a5ca3db8bdcec0d1003612930daeca9d35e3ad49b5514a6ebe5d251539190dfdd925c572f63e103b1d58f91631d3d8e2269274426fab01dc5f2392209 SHA512 9de5a17ac575102a993329575d27574c6f2b1dab1eb9d1e250b65220e3d02db9b3f5a60952c873df49b846acf79dd9bcab9eabcacdd4dab77728ab9125a58b97
DIST matrix-synapse-0.99.1.1.tar.gz 1679023 BLAKE2B 24a0f7cdc0acff40812b4b37d4c03d3de087dd6f2b27bdb55b49fd70bac5ec36472e3e9fe53235d0674e9c65806dc121f59200ef720ad31669ca1e39f9d5e064 SHA512 6cf641f2e3f4ee4c26d1a35e61a9ac6a1321eb159a6562ae2200788efa556bbc8ed6677675cdc6a70b915f3942b486643dd18fb26322d0c9519c7dd6a0ed9b8b
EBUILD matrix-synapse-0.34.1.1.ebuild 2007 BLAKE2B 3e0ba32a4a878c1f8bad2ef57df8b490b07c022e9dba344418db7e6664f682becd0891d6e7cc13432ff205b150f95229e3e31c4ef7183322c9b103cc83c1c167 SHA512 a2b8ce4ada100c791ea5c7ab0327dcb72242d958505341ac8c1bddf4664f70576ef8c84439a549481ea264eeb1194c021f73a2bed7ce8a691ad07c2406f0fb4d
EBUILD matrix-synapse-0.99.1.1.ebuild 2007 BLAKE2B 3e0ba32a4a878c1f8bad2ef57df8b490b07c022e9dba344418db7e6664f682becd0891d6e7cc13432ff205b150f95229e3e31c4ef7183322c9b103cc83c1c167 SHA512 a2b8ce4ada100c791ea5c7ab0327dcb72242d958505341ac8c1bddf4664f70576ef8c84439a549481ea264eeb1194c021f73a2bed7ce8a691ad07c2406f0fb4d

View File

@ -0,0 +1,65 @@
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
PYTHON_COMPAT=( python2_7 python3_{5,6,7} )
inherit distutils-r1 systemd user
DESCRIPTION="Synapse: Matrix reference homeserver"
HOMEPAGE="https://matrix.org"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
RDEPEND="
dev-lang/python[sqlite]
>=dev-python/jsonschema-2.5.1[${PYTHON_USEDEP}]
>=dev-python/frozendict-1.0.0[${PYTHON_USEDEP}]
>=dev-python/unpaddedbase64-1.1.0[${PYTHON_USEDEP}]
>=dev-python/canonicaljson-1.1.3[${PYTHON_USEDEP}]
>=dev-python/signedjson-1.0.0[${PYTHON_USEDEP}]
>=dev-python/pynacl-1.2.1[${PYTHON_USEDEP}]
>=dev-python/service_identity-16.0.0[${PYTHON_USEDEP}]
>=dev-python/twisted-18.7.0[${PYTHON_USEDEP}]
>=dev-python/treq-15.1.0[${PYTHON_USEDEP}]
>=dev-python/pyopenssl-16.0.0[${PYTHON_USEDEP}]
>=dev-python/pyyaml-3.11.0[${PYTHON_USEDEP}]
>=dev-python/pyasn1-0.1.9[${PYTHON_USEDEP}]
>=dev-python/pyasn1-modules-0.0.7[${PYTHON_USEDEP}]
>=dev-python/daemonize-2.4.2[${PYTHON_USEDEP}]
>=dev-python/bcrypt-3.1.0[${PYTHON_USEDEP}]
>=dev-python/pillow-3.1.2[jpeg,${PYTHON_USEDEP}]
>=dev-python/sortedcontainers-1.4.4[${PYTHON_USEDEP}]
>=dev-python/psutil-2.0.0[${PYTHON_USEDEP}]
>=dev-python/pysaml2-4.0.2[${PYTHON_USEDEP}]
>=dev-python/pymacaroons-pynacl-0.9.3[${PYTHON_USEDEP}]
>=dev-python/msgpack-0.5.0[${PYTHON_USEDEP}]
>=dev-python/phonenumbers-8.2.0[${PYTHON_USEDEP}]
dev-python/six[${PYTHON_USEDEP}]
<dev-python/prometheus_client-0.4.0[${PYTHON_USEDEP}]
>=dev-python/attrs-17.4.0[${PYTHON_USEDEP}]
>=dev-python/netaddr-0.7.18[${PYTHON_USEDEP}]
virtual/libffi
"
DEPEND="
${RDEPEND}
"
python_install_all() {
distutils-r1_python_install_all
keepdir /var/lib/${PN}
newinitd "${FILESDIR}/synapse.init" synapse
systemd_newunit "${FILESDIR}/synapse.service" synapse.service
}
pkg_postinst() {
enewgroup synapse
enewuser synapse -1 -1 /var/lib/synapse synapse
}