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/websocket-client/
Date: Sun, 25 Sep 2022 17:58:30
Message-Id: 1664128661.1e2a8d66ca37ad1d0c2845642b3b825b368c6681.arthurzam@gentoo
1 commit: 1e2a8d66ca37ad1d0c2845642b3b825b368c6681
2 Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
3 AuthorDate: Sun Sep 25 17:57:41 2022 +0000
4 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
5 CommitDate: Sun Sep 25 17:57:41 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e2a8d66
7
8 dev-python/websocket-client: drop 1.3.3, 1.4.0
9
10 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
11
12 dev-python/websocket-client/Manifest | 2 --
13 .../websocket-client/websocket-client-1.3.3.ebuild | 34 ----------------------
14 .../websocket-client/websocket-client-1.4.0.ebuild | 34 ----------------------
15 3 files changed, 70 deletions(-)
16
17 diff --git a/dev-python/websocket-client/Manifest b/dev-python/websocket-client/Manifest
18 index 5ed2f5210df6..29fca145bd15 100644
19 --- a/dev-python/websocket-client/Manifest
20 +++ b/dev-python/websocket-client/Manifest
21 @@ -1,3 +1 @@
22 -DIST websocket-client-1.3.3.tar.gz 48250 BLAKE2B 1d6027d7ad2f45ad774da8c4d5ad9c19c084998429cbd0ad5ade89700bcc21dc7c2ac452d0f4238432c0af16ca82d01442d002f988204c96e655d810906730b7 SHA512 e70b6c074cbcac1e97dc11b0ccf60dc67fc066f8394b6cbd20349c1d41d625966c03645da5ccd0a81198c80e2e40fdc267ac599bc5dfacadad4c511a83e06de1
23 -DIST websocket-client-1.4.0.tar.gz 48470 BLAKE2B fb61ab005099cb213361c3b7ac0ac824a4780aad97d4fdad72dff71a06f626179e6416ad0fe9ed87112a2714db90eb06616584de7331466f62d2e8864689c62b SHA512 3f746f2ecdd4694e4d7c62eeea193015d6a082b149ca5db16e3cbd305955c99e126bbfd62513dab0037a8bc06999c67b016461137bf271a8578bcd6388e637fb
24 DIST websocket-client-1.4.1.tar.gz 50883 BLAKE2B 4d80b5d5f407fdd81b5468f37b66759970cf96395738b67271388c55d13c30c36c9f7a5a89b10fb78bde4870e25bea5761c297b3fc85b0b8d62eda24443421d9 SHA512 a2804421e97ccbfb61cb2e8a2be6ecd5d5d60210971e27ca4e00a4854fb49df2e3c87ec87c0ec11565d7ce03f419dc3cbd8c2402843a8fced49d75d65d07b502
25
26 diff --git a/dev-python/websocket-client/websocket-client-1.3.3.ebuild b/dev-python/websocket-client/websocket-client-1.3.3.ebuild
27 deleted file mode 100644
28 index 408b3a8a2e8c..000000000000
29 --- a/dev-python/websocket-client/websocket-client-1.3.3.ebuild
30 +++ /dev/null
31 @@ -1,34 +0,0 @@
32 -# Copyright 1999-2022 Gentoo Authors
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=8
36 -
37 -DISTUTILS_USE_PEP517=setuptools
38 -PYTHON_COMPAT=( pypy3 python3_{8..11} )
39 -
40 -inherit distutils-r1
41 -
42 -DESCRIPTION="WebSocket client for python with hybi13 support"
43 -HOMEPAGE="https://github.com/websocket-client/websocket-client"
44 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
45 -
46 -LICENSE="Apache-2.0"
47 -SLOT="0"
48 -KEYWORDS="amd64 arm arm64 hppa ~ia64 ppc ppc64 ~riscv ~s390 sparc x86"
49 -IUSE="examples"
50 -
51 -BDEPEND="
52 - test? (
53 - dev-python/python-socks[${PYTHON_USEDEP}]
54 - )
55 -"
56 -
57 -distutils_enable_tests unittest
58 -
59 -python_install_all() {
60 - if use examples; then
61 - docompress -x "/usr/share/doc/${PF}/examples"
62 - dodoc -r examples
63 - fi
64 - distutils-r1_python_install_all
65 -}
66
67 diff --git a/dev-python/websocket-client/websocket-client-1.4.0.ebuild b/dev-python/websocket-client/websocket-client-1.4.0.ebuild
68 deleted file mode 100644
69 index 688e78df8634..000000000000
70 --- a/dev-python/websocket-client/websocket-client-1.4.0.ebuild
71 +++ /dev/null
72 @@ -1,34 +0,0 @@
73 -# Copyright 1999-2022 Gentoo Authors
74 -# Distributed under the terms of the GNU General Public License v2
75 -
76 -EAPI=8
77 -
78 -DISTUTILS_USE_PEP517=setuptools
79 -PYTHON_COMPAT=( pypy3 python3_{8..11} )
80 -
81 -inherit distutils-r1
82 -
83 -DESCRIPTION="WebSocket client for python with hybi13 support"
84 -HOMEPAGE="https://github.com/websocket-client/websocket-client"
85 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
86 -
87 -LICENSE="Apache-2.0"
88 -SLOT="0"
89 -KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
90 -IUSE="examples"
91 -
92 -BDEPEND="
93 - test? (
94 - dev-python/python-socks[${PYTHON_USEDEP}]
95 - )
96 -"
97 -
98 -distutils_enable_tests unittest
99 -
100 -python_install_all() {
101 - if use examples; then
102 - docompress -x "/usr/share/doc/${PF}/examples"
103 - dodoc -r examples
104 - fi
105 - distutils-r1_python_install_all
106 -}