Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/suds-community/, dev-python/python-stdnum/, dev-python/suds/, ...
Date: Tue, 03 May 2022 08:27:20
Message-Id: 1651566365.bbdf053a809e5658913f2951a91387a6f202f8f2.mgorny@gentoo
1 commit: bbdf053a809e5658913f2951a91387a6f202f8f2
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Tue May 3 07:49:11 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue May 3 08:26:05 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bbdf053a
7
8 Rename dev-python/{suds → suds-community}
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/python-stdnum/python-stdnum-1.17.ebuild | 4 ++--
13 dev-python/{suds => suds-community}/Manifest | 0
14 dev-python/{suds => suds-community}/metadata.xml | 0
15 .../suds-1.1.0.ebuild => suds-community/suds-community-1.1.0.ebuild} | 0
16 profiles/updates/2Q-2022 | 1 +
17 5 files changed, 3 insertions(+), 2 deletions(-)
18
19 diff --git a/dev-python/python-stdnum/python-stdnum-1.17.ebuild b/dev-python/python-stdnum/python-stdnum-1.17.ebuild
20 index 041e3e4abfdf..fb0535362cc0 100644
21 --- a/dev-python/python-stdnum/python-stdnum-1.17.ebuild
22 +++ b/dev-python/python-stdnum/python-stdnum-1.17.ebuild
23 @@ -1,4 +1,4 @@
24 -# Copyright 1999-2021 Gentoo Authors
25 +# Copyright 1999-2022 Gentoo Authors
26 # Distributed under the terms of the GNU General Public License v2
27
28 EAPI=8
29 @@ -19,7 +19,7 @@ RDEPEND="
30 vies? (
31 || (
32 dev-python/zeep[${PYTHON_USEDEP}]
33 - dev-python/suds[${PYTHON_USEDEP}]
34 + dev-python/suds-community[${PYTHON_USEDEP}]
35 )
36 )"
37
38
39 diff --git a/dev-python/suds/Manifest b/dev-python/suds-community/Manifest
40 similarity index 100%
41 rename from dev-python/suds/Manifest
42 rename to dev-python/suds-community/Manifest
43
44 diff --git a/dev-python/suds/metadata.xml b/dev-python/suds-community/metadata.xml
45 similarity index 100%
46 rename from dev-python/suds/metadata.xml
47 rename to dev-python/suds-community/metadata.xml
48
49 diff --git a/dev-python/suds/suds-1.1.0.ebuild b/dev-python/suds-community/suds-community-1.1.0.ebuild
50 similarity index 100%
51 rename from dev-python/suds/suds-1.1.0.ebuild
52 rename to dev-python/suds-community/suds-community-1.1.0.ebuild
53
54 diff --git a/profiles/updates/2Q-2022 b/profiles/updates/2Q-2022
55 index 710c0d0082c0..d256ba354a9e 100644
56 --- a/profiles/updates/2Q-2022
57 +++ b/profiles/updates/2Q-2022
58 @@ -3,3 +3,4 @@ move dev-python/PyECLib dev-python/pyeclib
59 move sys-auth/solo-python sys-auth/solo1
60 move dev-python/setuptools_rust dev-python/setuptools-rust
61 move dev-python/lark-parser dev-python/lark
62 +move dev-python/suds dev-python/suds-community