From 0ded23e9afc3d3424aef90e5cec3f2ca6d6b4c30 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Wed, 13 Dec 2023 11:40:30 +0000 Subject: gentoo auto-resync : 13:12:2023 - 11:40:30 --- net-im/synapse/Manifest | 2 +- net-im/synapse/synapse-1.98.0-r1.ebuild | 210 +++++++++++++++++++++++++++++++ net-im/synapse/synapse-1.98.0.ebuild | 211 -------------------------------- 3 files changed, 211 insertions(+), 212 deletions(-) create mode 100644 net-im/synapse/synapse-1.98.0-r1.ebuild delete mode 100644 net-im/synapse/synapse-1.98.0.ebuild (limited to 'net-im/synapse') diff --git a/net-im/synapse/Manifest b/net-im/synapse/Manifest index c277908d1ca0..50f1d256ede3 100644 --- a/net-im/synapse/Manifest +++ b/net-im/synapse/Manifest @@ -76,5 +76,5 @@ DIST windows_x86_64_gnu-0.36.1.crate 790934 BLAKE2B 9dec5d966bdc89efbc81989acca2 DIST windows_x86_64_msvc-0.36.1.crate 661999 BLAKE2B 4cf967f10d4ce148bac967598168752d1996b4ddf5278a8fca53360566c37c1a014bfb4dfdc0ae2d96e01196c42eb4906ea80d8e9dd23b9e9f3163631c9e253e SHA512 89c22ed51a74f531662d80ae0fa5e0215728db1e6caf3c13eaeba95a93548b43c00b8474f52553ac866ac83c203b6c22dc44fbc870e882a4c9c97ba54b87c631 EBUILD synapse-1.96.0.ebuild 5648 BLAKE2B c1762a485562622d19875d36a62e45374caf1423eb65f8b7df4974648cebcb3286d53a79d907d7b2d62f5a117b3d0b418ae1e526f5b5c1aa3ffff10bf44e407c SHA512 6fb41dcbfde70e7efb23d8c0ffd63990fbda7f010fc78810ff59088f2a4daeef5767bce107befe2e16c5a91ba86ba306c368dd20df7d62f87df71f94a9dee43a EBUILD synapse-1.97.0.ebuild 5656 BLAKE2B 773fa45b49601eef90eb79f9ece4e55a5f1741eb800627132fa048f614746b0f94ffd395daae751b062734d95bc5097a1e5665aa44dd0ad07dd330f45cba37d5 SHA512 14b145289557e136141f28fe2d8a4843bbca870284f6d26802ac5942a1fc7ee624f95e4160a0dc8a441c7176fd490819c676ca70d67699139dac7341690d4f7e -EBUILD synapse-1.98.0.ebuild 5672 BLAKE2B a13dd9ece5e448243f3027af33211a1b9ceae76b06d71634484c81de2a2b0f34f82b51f6a0b0fd879252438719f0d9b311bc30e85af3a8ac63803a3a441d283e SHA512 7b22d4abefacff48bf31d6c99881185d1aa5fca346df8e6498e1666d0bcea124d7f005ad55606f1dd5bfc517a489b501e0318f9c82d6a93d020ef1011e75f8a4 +EBUILD synapse-1.98.0-r1.ebuild 5581 BLAKE2B 8667a7812543da0cf7d8f1a499e82d86078bae942f0f2f0773b627311c2cded604ac5781d81582e5c310894756eeb40b578a252f8216dd7aaf6957b7d37b199d SHA512 80b9ca0bf7787b671f73251ceb387d228da6570e8c2c838919ef59a3b453cbc83462c7c50ab624b009a72c3bbe967e8a618bbb8e8ff34cff0f96e876efcc72cb MISC metadata.xml 381 BLAKE2B e30ab1922ad223634dc45a6f02ff4f26b163f75c4b722065be26e9ce0c32d0ac2f177b6183c728abea52a8c67af57b5fa5bdbca833523a07e19efe2e51abdb36 SHA512 f414d0f1cc6ab60bda1432489f7a5ee7d81cd068d3b81686e8c7c325676cf7b03c0e48dd436a8bb99df398e89c57d1ad1644b13fa8b6e679d7bf53566b96c3f0 diff --git a/net-im/synapse/synapse-1.98.0-r1.ebuild b/net-im/synapse/synapse-1.98.0-r1.ebuild new file mode 100644 index 000000000000..23a6f0d0c451 --- /dev/null +++ b/net-im/synapse/synapse-1.98.0-r1.ebuild @@ -0,0 +1,210 @@ +# Copyright 2022-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_EXT=1 +DISTUTILS_USE_PEP517=poetry +PYTHON_COMPAT=( python3_{10..12} ) + +CRATES=" + aho-corasick@1.0.2 + anyhow@1.0.75 + arc-swap@1.5.1 + autocfg@1.1.0 + bitflags@1.3.2 + blake2@0.10.6 + block-buffer@0.10.3 + cfg-if@1.0.0 + crypto-common@0.1.6 + digest@0.10.5 + generic-array@0.14.6 + heck@0.4.1 + hex@0.4.3 + indoc@2.0.4 + itoa@1.0.4 + lazy_static@1.4.0 + libc@0.2.135 + lock_api@0.4.9 + log@0.4.20 + memchr@2.6.3 + memoffset@0.9.0 + once_cell@1.15.0 + parking_lot@0.12.1 + parking_lot_core@0.9.3 + proc-macro2@1.0.64 + pyo3-build-config@0.20.0 + pyo3-ffi@0.20.0 + pyo3-log@0.9.0 + pyo3-macros-backend@0.20.0 + pyo3-macros@0.20.0 + pyo3@0.20.0 + pythonize@0.20.0 + quote@1.0.29 + redox_syscall@0.2.16 + regex-automata@0.3.9 + regex-syntax@0.7.5 + regex@1.9.6 + ryu@1.0.11 + scopeguard@1.1.0 + serde@1.0.193 + serde_derive@1.0.193 + serde_json@1.0.108 + smallvec@1.10.0 + subtle@2.4.1 + syn@2.0.28 + target-lexicon@0.12.4 + typenum@1.15.0 + unicode-ident@1.0.5 + unindent@0.2.3 + version_check@0.9.4 + windows-sys@0.36.1 + windows_aarch64_msvc@0.36.1 + windows_i686_gnu@0.36.1 + windows_i686_msvc@0.36.1 + windows_x86_64_gnu@0.36.1 + windows_x86_64_msvc@0.36.1 +" + +inherit cargo distutils-r1 multiprocessing optfeature systemd + +DESCRIPTION="Reference implementation of Matrix homeserver" +HOMEPAGE=" + https://matrix.org/ + https://github.com/matrix-org/synapse/ +" +SRC_URI=" + https://github.com/matrix-org/${PN}/archive/v${PV}.tar.gz + -> ${P}.gh.tar.gz + ${CARGO_CRATE_URIS} +" + +LICENSE="Apache-2.0" +# Dependent crate licenses +LICENSE+=" + Apache-2.0-with-LLVM-exceptions BSD MIT Unicode-DFS-2016 + || ( Apache-2.0 Boost-1.0 ) +" +SLOT="0" +KEYWORDS="~amd64 ~arm64 ~ppc64" +IUSE="postgres systemd test" +RESTRICT="!test? ( test )" + +DEPEND=" + acct-user/synapse + acct-group/synapse +" +RDEPEND=" + ${DEPEND} + dev-python/attrs[${PYTHON_USEDEP}] + dev-python/bcrypt[${PYTHON_USEDEP}] + dev-python/bleach[${PYTHON_USEDEP}] + >=dev-python/canonicaljson-2[${PYTHON_USEDEP}] + dev-python/cryptography[${PYTHON_USEDEP}] + dev-python/ijson[${PYTHON_USEDEP}] + dev-python/immutabledict[${PYTHON_USEDEP}] + >=dev-python/jinja-3.0[${PYTHON_USEDEP}] + dev-python/jsonschema[${PYTHON_USEDEP}] + >=dev-python/matrix-common-1.3.0[${PYTHON_USEDEP}] + dev-python/msgpack[${PYTHON_USEDEP}] + dev-python/netaddr[${PYTHON_USEDEP}] + dev-python/packaging[${PYTHON_USEDEP}] + dev-python/phonenumbers[${PYTHON_USEDEP}] + >=dev-python/pillow-10.0.1[${PYTHON_USEDEP},webp] + dev-python/prometheus-client[${PYTHON_USEDEP}] + dev-python/pyasn1-modules[${PYTHON_USEDEP}] + dev-python/pyasn1[${PYTHON_USEDEP}] + dev-python/pydantic[${PYTHON_USEDEP}] + dev-python/pymacaroons[${PYTHON_USEDEP}] + dev-python/pyopenssl[${PYTHON_USEDEP}] + dev-python/pyyaml[${PYTHON_USEDEP}] + dev-python/service-identity[${PYTHON_USEDEP}] + dev-python/signedjson[${PYTHON_USEDEP}] + dev-python/sortedcontainers[${PYTHON_USEDEP}] + dev-python/treq[${PYTHON_USEDEP}] + dev-python/twisted[${PYTHON_USEDEP}] + dev-python/typing-extensions[${PYTHON_USEDEP}] + dev-python/unpaddedbase64[${PYTHON_USEDEP}] + postgres? ( dev-python/psycopg:2[${PYTHON_USEDEP}] ) + systemd? ( dev-python/python-systemd[${PYTHON_USEDEP}] ) +" +BDEPEND=" + dev-python/setuptools-rust[${PYTHON_USEDEP}] + test? ( + dev-python/hiredis[${PYTHON_USEDEP}] + dev-python/idna[${PYTHON_USEDEP}] + dev-python/parameterized[${PYTHON_USEDEP}] + dev-python/pyicu[${PYTHON_USEDEP}] + dev-python/txredisapi[${PYTHON_USEDEP}] + postgres? ( dev-db/postgresql[server] ) + ) +" + +# Rust extension +QA_FLAGS_IGNORED="usr/lib/python3.*/site-packages/synapse/synapse_rust.abi3.so" + +src_test() { + if use postgres; then + einfo "Preparing postgres test instance" + initdb --pgdata="${T}/pgsql" || die + pg_ctl --wait --pgdata="${T}/pgsql" start \ + --options="-h '' -k '${T}'" || die + createdb --host="${T}" synapse_test || die + + # See https://matrix-org.github.io/synapse/latest/development/contributing_guide.html#running-tests-under-postgresql + local -x SYNAPSE_POSTGRES=1 + local -x SYNAPSE_POSTGRES_HOST="${T}" + fi + + # This remove is necessary otherwise python is not able to locate + # synapse_rust.abi3.so. + rm -rf synapse || die + + nonfatal distutils-r1_src_test + local ret=${?} + + if use postgres; then + einfo "Stopping postgres test instance" + pg_ctl --wait --pgdata="${T}/pgsql" stop || die + fi + + [[ ${ret} -ne 0 ]] && die +} + +python_test() { + "${EPYTHON}" -m twisted.trial -j "$(makeopts_jobs)" tests +} + +src_install() { + distutils-r1_src_install + keepdir /var/{lib,log}/synapse /etc/synapse + fowners synapse:synapse /var/{lib,log}/synapse /etc/synapse + fperms 0750 /var/{lib,log}/synapse /etc/synapse + newinitd "${FILESDIR}/${PN}.initd-r1" "${PN}" + systemd_dounit "${FILESDIR}/synapse.service" +} + +pkg_postinst() { + optfeature "Improve user search for international display names" dev-python/pyicu + optfeature "Redis support" dev-python/txredisapi + optfeature "VoIP relaying on your homeserver with turn" net-im/coturn + + if [[ -z "${REPLACING_VERSIONS}" ]]; then + einfo + elog "In order to generate initial configuration run:" + elog "sudo -u synapse synapse_homeserver \\" + elog " --server-name matrix.domain.tld \\" + elog " --config-path /etc/synapse/homeserver.yaml \\" + elog " --generate-config \\" + elog " --data-directory /var/lib/synapse \\" + elog " --report-stats=no" + einfo + else + einfo + elog "Please refer to upgrade notes if any special steps are required" + elog "to upgrade from the version you currently have installed:" + elog + elog " https://github.com/matrix-org/synapse/blob/develop/docs/upgrade.md" + einfo + fi +} diff --git a/net-im/synapse/synapse-1.98.0.ebuild b/net-im/synapse/synapse-1.98.0.ebuild deleted file mode 100644 index 68738577d22a..000000000000 --- a/net-im/synapse/synapse-1.98.0.ebuild +++ /dev/null @@ -1,211 +0,0 @@ -# Copyright 2022-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_EXT=1 -DISTUTILS_USE_PEP517=poetry -PYTHON_COMPAT=( python3_{10..12} ) - -CRATES=" - aho-corasick@1.0.2 - anyhow@1.0.75 - arc-swap@1.5.1 - autocfg@1.1.0 - bitflags@1.3.2 - blake2@0.10.6 - block-buffer@0.10.3 - cfg-if@1.0.0 - crypto-common@0.1.6 - digest@0.10.5 - generic-array@0.14.6 - heck@0.4.1 - hex@0.4.3 - indoc@2.0.4 - itoa@1.0.4 - lazy_static@1.4.0 - libc@0.2.135 - lock_api@0.4.9 - log@0.4.20 - memchr@2.6.3 - memoffset@0.9.0 - once_cell@1.15.0 - parking_lot@0.12.1 - parking_lot_core@0.9.3 - proc-macro2@1.0.64 - pyo3-build-config@0.20.0 - pyo3-ffi@0.20.0 - pyo3-log@0.9.0 - pyo3-macros-backend@0.20.0 - pyo3-macros@0.20.0 - pyo3@0.20.0 - pythonize@0.20.0 - quote@1.0.29 - redox_syscall@0.2.16 - regex-automata@0.3.9 - regex-syntax@0.7.5 - regex@1.9.6 - ryu@1.0.11 - scopeguard@1.1.0 - serde@1.0.193 - serde_derive@1.0.193 - serde_json@1.0.108 - smallvec@1.10.0 - subtle@2.4.1 - syn@2.0.28 - target-lexicon@0.12.4 - typenum@1.15.0 - unicode-ident@1.0.5 - unindent@0.2.3 - version_check@0.9.4 - windows-sys@0.36.1 - windows_aarch64_msvc@0.36.1 - windows_i686_gnu@0.36.1 - windows_i686_msvc@0.36.1 - windows_x86_64_gnu@0.36.1 - windows_x86_64_msvc@0.36.1 -" - -inherit cargo distutils-r1 multiprocessing optfeature systemd - -DESCRIPTION="Reference implementation of Matrix homeserver" -HOMEPAGE=" - https://matrix.org/ - https://github.com/matrix-org/synapse/ -" -SRC_URI=" - https://github.com/matrix-org/${PN}/archive/v${PV}.tar.gz - -> ${P}.gh.tar.gz - ${CARGO_CRATE_URIS} -" - -LICENSE="Apache-2.0" -# Dependent crate licenses -LICENSE+=" - Apache-2.0-with-LLVM-exceptions BSD MIT Unicode-DFS-2016 - || ( Apache-2.0 Boost-1.0 ) -" -SLOT="0" -KEYWORDS="~amd64 ~arm64 ~ppc64" -IUSE="postgres systemd test" -RESTRICT="!test? ( test )" - -DEPEND=" - acct-user/synapse - acct-group/synapse -" -# >twisted-23.8 breaks tests, see https://github.com/matrix-org/synapse/pull/16528 -RDEPEND=" - ${DEPEND} - dev-python/attrs[${PYTHON_USEDEP}] - dev-python/bcrypt[${PYTHON_USEDEP}] - dev-python/bleach[${PYTHON_USEDEP}] - >=dev-python/canonicaljson-2[${PYTHON_USEDEP}] - dev-python/cryptography[${PYTHON_USEDEP}] - dev-python/ijson[${PYTHON_USEDEP}] - dev-python/immutabledict[${PYTHON_USEDEP}] - >=dev-python/jinja-3.0[${PYTHON_USEDEP}] - dev-python/jsonschema[${PYTHON_USEDEP}] - >=dev-python/matrix-common-1.3.0[${PYTHON_USEDEP}] - dev-python/msgpack[${PYTHON_USEDEP}] - dev-python/netaddr[${PYTHON_USEDEP}] - dev-python/packaging[${PYTHON_USEDEP}] - dev-python/phonenumbers[${PYTHON_USEDEP}] - >=dev-python/pillow-10.0.1[${PYTHON_USEDEP},webp] - dev-python/prometheus-client[${PYTHON_USEDEP}] - dev-python/pyasn1-modules[${PYTHON_USEDEP}] - dev-python/pyasn1[${PYTHON_USEDEP}] - dev-python/pydantic[${PYTHON_USEDEP}] - dev-python/pymacaroons[${PYTHON_USEDEP}] - dev-python/pyopenssl[${PYTHON_USEDEP}] - dev-python/pyyaml[${PYTHON_USEDEP}] - dev-python/service-identity[${PYTHON_USEDEP}] - dev-python/signedjson[${PYTHON_USEDEP}] - dev-python/sortedcontainers[${PYTHON_USEDEP}] - dev-python/treq[${PYTHON_USEDEP}] -