Gentoo Archives: gentoo-commits

From: Arthur Zamarin <arthurzam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/suds/
Date: Sat, 09 Oct 2021 09:32:41
Message-Id: 1633771890.9efdfe8c123e9c57ff8bf5ceb77dbc22bab567d3.arthurzam@gentoo
1 commit: 9efdfe8c123e9c57ff8bf5ceb77dbc22bab567d3
2 Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 9 08:54:55 2021 +0000
4 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 9 09:31:30 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9efdfe8c
7
8 dev-python/suds: block <setuptools-58
9
10 Bug: https://bugs.gentoo.org/812212
11 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
12
13 dev-python/suds/{suds-0.8.4.ebuild => suds-0.8.4-r1.ebuild} | 4 +++-
14 1 file changed, 3 insertions(+), 1 deletion(-)
15
16 diff --git a/dev-python/suds/suds-0.8.4.ebuild b/dev-python/suds/suds-0.8.4-r1.ebuild
17 similarity index 87%
18 rename from dev-python/suds/suds-0.8.4.ebuild
19 rename to dev-python/suds/suds-0.8.4-r1.ebuild
20 index fc96739b1fd..6c77c8462bd 100644
21 --- a/dev-python/suds/suds-0.8.4.ebuild
22 +++ b/dev-python/suds/suds-0.8.4-r1.ebuild
23 @@ -1,4 +1,4 @@
24 -# Copyright 1999-2020 Gentoo Authors
25 +# Copyright 1999-2021 Gentoo Authors
26 # Distributed under the terms of the GNU General Public License v2
27
28 EAPI=7
29 @@ -19,6 +19,8 @@ LICENSE="LGPL-3"
30 SLOT="0"
31 KEYWORDS="amd64 ~arm64 x86 ~amd64-linux ~x86-linux"
32
33 +BDEPEND="<dev-python/setuptools-58[${PYTHON_USEDEP}]"
34 +
35 # https://github.com/suds-community/suds/pull/40
36 PATCHES=( "${FILESDIR}/${P}-fix-optimization.patch" )