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/, dev-python/suds/files/
Date: Sat, 27 Nov 2021 20:14:07
Message-Id: 1638044038.ca7cf257d3b217d47aa5097e6b9499e6943ed562.mgorny@gentoo
1 commit: ca7cf257d3b217d47aa5097e6b9499e6943ed562
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sat Nov 27 20:11:26 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sat Nov 27 20:13:58 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca7cf257
7
8 dev-python/suds: Remove old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/suds/Manifest | 1 -
13 .../suds/files/suds-0.8.4-fix-optimization.patch | 11 --------
14 dev-python/suds/suds-0.8.4-r1.ebuild | 29 ----------------------
15 3 files changed, 41 deletions(-)
16
17 diff --git a/dev-python/suds/Manifest b/dev-python/suds/Manifest
18 index 04ffc68d94a9..71c755efb2eb 100644
19 --- a/dev-python/suds/Manifest
20 +++ b/dev-python/suds/Manifest
21 @@ -1,2 +1 @@
22 -DIST suds-community-0.8.4.tar.gz 279775 BLAKE2B 985dbe386219d7a5cf8b9edb5a30eea2bc974fce5158a1f6e9c7ad3b437efdf0e4d8ff2bddeaf5b5ebc7f0a594adaea3b2db3e47b6dab8143f6cefae248dd061 SHA512 316e67fb2b87ac31cb9397a1620b279e608dc0abead61fa548730fce5b5e29fb2da937c6213f3de6bd06f1e97031f27351938da686fa2f9ce9f4399b9944e0d2
23 DIST suds-community-1.0.0.tar.gz 282894 BLAKE2B 06b1d96c13b0e7f3259b550718d653979e4d7cf5d094c881fb2a4c56f6fd47aa0d204c960d1ec617d3d85fe18b1a86f468e9bbeab6695cde73330e2e97462103 SHA512 77f26df229a93ac0efbc4245180f4eb630bd565624cd5e3e92e82af3545c7ce63802eacfe616cc138e8dfcceb8d9007a88c911c654ca7ba77c82d6e9bcf75d77
24
25 diff --git a/dev-python/suds/files/suds-0.8.4-fix-optimization.patch b/dev-python/suds/files/suds-0.8.4-fix-optimization.patch
26 deleted file mode 100644
27 index 3dce3b074751..000000000000
28 --- a/dev-python/suds/files/suds-0.8.4-fix-optimization.patch
29 +++ /dev/null
30 @@ -1,11 +0,0 @@
31 -diff --git a/setup.cfg b/setup.cfg
32 -index c1e1a72..367112f 100644
33 ---- a/setup.cfg
34 -+++ b/setup.cfg
35 -@@ -1,6 +1,3 @@
36 --[install]
37 --optimize = 1
38 --
39 - [env:2.4.4 x86]
40 - command = py244.cmd
41 -
42
43 diff --git a/dev-python/suds/suds-0.8.4-r1.ebuild b/dev-python/suds/suds-0.8.4-r1.ebuild
44 deleted file mode 100644
45 index 6c77c8462bd8..000000000000
46 --- a/dev-python/suds/suds-0.8.4-r1.ebuild
47 +++ /dev/null
48 @@ -1,29 +0,0 @@
49 -# Copyright 1999-2021 Gentoo Authors
50 -# Distributed under the terms of the GNU General Public License v2
51 -
52 -EAPI=7
53 -
54 -PYTHON_REQ_USE="xml(+)"
55 -# Tests fail with PyPy3
56 -PYTHON_COMPAT=( python3_{7,8,9} )
57 -
58 -inherit distutils-r1
59 -
60 -MY_PN="${PN}-community"
61 -DESCRIPTION="Lightweight SOAP client"
62 -HOMEPAGE="https://github.com/suds-community/suds"
63 -SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_PN}-${PV}.tar.gz"
64 -S="${WORKDIR}/${MY_PN}-${PV}"
65 -
66 -LICENSE="LGPL-3"
67 -SLOT="0"
68 -KEYWORDS="amd64 ~arm64 x86 ~amd64-linux ~x86-linux"
69 -
70 -BDEPEND="<dev-python/setuptools-58[${PYTHON_USEDEP}]"
71 -
72 -# https://github.com/suds-community/suds/pull/40
73 -PATCHES=( "${FILESDIR}/${P}-fix-optimization.patch" )
74 -
75 -DOCS=( README.md notes/. )
76 -
77 -distutils_enable_tests pytest