commit:     a72fce1c207345e654b893f37ce10253278e3191
Author:     Petr Vaněk <arkamar <AT> atlas <DOT> cz>
AuthorDate: Sun Feb  5 15:26:10 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Feb  5 15:44:21 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a72fce1c

net-im/synapse: limit poetry-core to <1.5.0

Synapse has frequent releases, we can limit poetry-core to <1.5.0 now
and wait for the next version where the issue will be solved.

Bug: https://bugs.gentoo.org/893244
See-also: https://github.com/matrix-org/synapse/pull/14949
See-also: https://github.com/python-poetry/poetry/issues/7470
Signed-off-by: Petr Vaněk <arkamar <AT> atlas.cz>
Closes: https://github.com/gentoo/gentoo/pull/29379
Signed-off-by: Sam James <sam <AT> gentoo.org>

 net-im/synapse/{synapse-1.74.0.ebuild => synapse-1.74.0-r1.ebuild} | 1 +
 net-im/synapse/{synapse-1.75.0.ebuild => synapse-1.75.0-r1.ebuild} | 1 +
 net-im/synapse/synapse-1.76.0.ebuild                               | 1 +
 3 files changed, 3 insertions(+)

diff --git a/net-im/synapse/synapse-1.74.0.ebuild 
b/net-im/synapse/synapse-1.74.0-r1.ebuild
similarity index 99%
rename from net-im/synapse/synapse-1.74.0.ebuild
rename to net-im/synapse/synapse-1.74.0-r1.ebuild
index 2d93428cd56e..660bdd799cb3 100644
--- a/net-im/synapse/synapse-1.74.0.ebuild
+++ b/net-im/synapse/synapse-1.74.0-r1.ebuild
@@ -127,6 +127,7 @@ RDEPEND="${DEPEND}
        systemd? ( dev-python/python-systemd[${PYTHON_USEDEP}] )
 "
 BDEPEND="
+       <dev-python/poetry-core-1.5.0[${PYTHON_USEDEP}]
        dev-python/setuptools-rust[${PYTHON_USEDEP}]
        test? (
                dev-python/idna[${PYTHON_USEDEP}]

diff --git a/net-im/synapse/synapse-1.75.0.ebuild 
b/net-im/synapse/synapse-1.75.0-r1.ebuild
similarity index 99%
rename from net-im/synapse/synapse-1.75.0.ebuild
rename to net-im/synapse/synapse-1.75.0-r1.ebuild
index 3b0881903314..db822497a82a 100644
--- a/net-im/synapse/synapse-1.75.0.ebuild
+++ b/net-im/synapse/synapse-1.75.0-r1.ebuild
@@ -127,6 +127,7 @@ RDEPEND="${DEPEND}
        systemd? ( dev-python/python-systemd[${PYTHON_USEDEP}] )
 "
 BDEPEND="
+       <dev-python/poetry-core-1.5.0[${PYTHON_USEDEP}]
        dev-python/setuptools-rust[${PYTHON_USEDEP}]
        test? (
                dev-python/idna[${PYTHON_USEDEP}]

diff --git a/net-im/synapse/synapse-1.76.0.ebuild 
b/net-im/synapse/synapse-1.76.0.ebuild
index b943f6be542c..69a3111edb72 100644
--- a/net-im/synapse/synapse-1.76.0.ebuild
+++ b/net-im/synapse/synapse-1.76.0.ebuild
@@ -127,6 +127,7 @@ RDEPEND="${DEPEND}
        systemd? ( dev-python/python-systemd[${PYTHON_USEDEP}] )
 "
 BDEPEND="
+       <dev-python/poetry-core-1.5.0[${PYTHON_USEDEP}]
        dev-python/setuptools-rust[${PYTHON_USEDEP}]
        test? (
                dev-python/idna[${PYTHON_USEDEP}]

Reply via email to