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/websocket-client/
Date: Mon, 13 Sep 2021 06:28:31
Message-Id: 1631513913.cd5d9d8fd9531a73da8eb973fa06785860ab6a92.mgorny@gentoo
1 commit: cd5d9d8fd9531a73da8eb973fa06785860ab6a92
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Mon Sep 13 06:18:33 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Mon Sep 13 06:18:33 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cd5d9d8f
7
8 dev-python/websocket-client: Remove old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/websocket-client/Manifest | 3 --
13 .../websocket-client/websocket-client-1.1.0.ebuild | 33 ----------------------
14 .../websocket-client/websocket-client-1.1.1.ebuild | 26 -----------------
15 .../websocket-client/websocket-client-1.2.0.ebuild | 31 --------------------
16 4 files changed, 93 deletions(-)
17
18 diff --git a/dev-python/websocket-client/Manifest b/dev-python/websocket-client/Manifest
19 index b03e4cd8c85..1939aeafea5 100644
20 --- a/dev-python/websocket-client/Manifest
21 +++ b/dev-python/websocket-client/Manifest
22 @@ -1,4 +1 @@
23 -DIST websocket-client-1.1.0.tar.gz 58890 BLAKE2B b7557f0847ee4ec31279d98661f2370f32eff35de5ea6207abe4afa6ef7314258da275d823487773722ac717888ca629284ef92870b5880fb385f7fb677506d6 SHA512 6f4b963455bdb6a0e0defff92a6b898ee4bdf605c18fef7e25e18e2c72a2ae360d760c2069a0ed330e5dc0f3347f16a9129c405d5c98cd2d56014f8636e7d5b5
24 -DIST websocket-client-1.1.1.tar.gz 59092 BLAKE2B c71e16e427584434781fe407f3185ccfc9fed3e638ef7374752584e35623f56c082ab7a4e7ae01038025e0435b24b567bb9a2abe4da50800f421930c982e4b39 SHA512 f4ed98180910068415ed3b66b70091491d6b11098c32abd9bfc0f8e0d4cb5a25df096c9437fb59c66bacff66440f9422b3f67bf43af746019d74b17d7bcba474
25 -DIST websocket-client-1.2.0.tar.gz 45789 BLAKE2B 9e6309d8abeff80002a48abf2d0cc25a94b350d0bfbb82796876b932ea173e2c34a325a686f1c89bc3c55da9afe17fa884a194a6294a20d20e01f5f6f6536e54 SHA512 a253462aa5b22ee07e47827f29b660d72a6b0986f785c07266acb4f6d226394dacea6557e330f76cd3ce9f2753557ed10b2767b90877b731f52ed27a6de5ab70
26 DIST websocket-client-1.2.1.tar.gz 45921 BLAKE2B 3717daac2aafcc13cfa71cd5678aeef7e6dd1933b072c40aa26bb315b2e2c84dea5734299fb954179b22a659fa271734ba78724e5f9d92be7a35efe1f611dd8b SHA512 fdbeb7ac2add27478a17b388ac62e9378094a368f29749d8b63c274ee41836506369dddd083956f42f1f2d74948392b3ddd59b801c98f9e028c126bdb54c636b
27
28 diff --git a/dev-python/websocket-client/websocket-client-1.1.0.ebuild b/dev-python/websocket-client/websocket-client-1.1.0.ebuild
29 deleted file mode 100644
30 index 4465217884a..00000000000
31 --- a/dev-python/websocket-client/websocket-client-1.1.0.ebuild
32 +++ /dev/null
33 @@ -1,33 +0,0 @@
34 -# Copyright 1999-2021 Gentoo Authors
35 -# Distributed under the terms of the GNU General Public License v2
36 -
37 -EAPI=7
38 -
39 -PYTHON_COMPAT=( pypy3 python3_{8..10} )
40 -
41 -inherit distutils-r1
42 -
43 -DESCRIPTION="WebSocket client for python with hybi13 support"
44 -HOMEPAGE="https://github.com/websocket-client/websocket-client"
45 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
46 -
47 -LICENSE="LGPL-2.1+"
48 -SLOT="0"
49 -KEYWORDS="amd64 ~arm arm64 ~ppc64 x86 ~x64-macos"
50 -IUSE="examples"
51 -
52 -distutils_enable_tests setup.py
53 -
54 -src_prepare() {
55 - # Internet
56 - sed -i -e 's:testConnect:_&:' websocket/tests/test_http.py || die
57 - distutils-r1_src_prepare
58 -}
59 -
60 -python_install_all() {
61 - if use examples; then
62 - docompress -x "/usr/share/doc/${PF}/examples"
63 - dodoc -r examples
64 - fi
65 - distutils-r1_python_install_all
66 -}
67
68 diff --git a/dev-python/websocket-client/websocket-client-1.1.1.ebuild b/dev-python/websocket-client/websocket-client-1.1.1.ebuild
69 deleted file mode 100644
70 index 73166b2954d..00000000000
71 --- a/dev-python/websocket-client/websocket-client-1.1.1.ebuild
72 +++ /dev/null
73 @@ -1,26 +0,0 @@
74 -# Copyright 1999-2021 Gentoo Authors
75 -# Distributed under the terms of the GNU General Public License v2
76 -
77 -EAPI=8
78 -
79 -PYTHON_COMPAT=( pypy3 python3_{8..10} )
80 -inherit distutils-r1
81 -
82 -DESCRIPTION="WebSocket client for python with hybi13 support"
83 -HOMEPAGE="https://github.com/websocket-client/websocket-client"
84 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
85 -
86 -LICENSE="LGPL-2.1+"
87 -SLOT="0"
88 -KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86 ~x64-macos"
89 -IUSE="examples"
90 -
91 -distutils_enable_tests unittest
92 -
93 -python_install_all() {
94 - if use examples; then
95 - docompress -x "/usr/share/doc/${PF}/examples"
96 - dodoc -r examples
97 - fi
98 - distutils-r1_python_install_all
99 -}
100
101 diff --git a/dev-python/websocket-client/websocket-client-1.2.0.ebuild b/dev-python/websocket-client/websocket-client-1.2.0.ebuild
102 deleted file mode 100644
103 index a0de1e2f73a..00000000000
104 --- a/dev-python/websocket-client/websocket-client-1.2.0.ebuild
105 +++ /dev/null
106 @@ -1,31 +0,0 @@
107 -# Copyright 1999-2021 Gentoo Authors
108 -# Distributed under the terms of the GNU General Public License v2
109 -
110 -EAPI=8
111 -
112 -PYTHON_COMPAT=( pypy3 python3_{8..10} )
113 -inherit distutils-r1
114 -
115 -DESCRIPTION="WebSocket client for python with hybi13 support"
116 -HOMEPAGE="https://github.com/websocket-client/websocket-client"
117 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
118 -
119 -LICENSE="Apache-2.0"
120 -SLOT="0"
121 -KEYWORDS="~amd64 ~x86"
122 -IUSE="examples"
123 -
124 -BDEPEND="
125 - test? (
126 - dev-python/python-socks[${PYTHON_USEDEP}]
127 - )"
128 -
129 -distutils_enable_tests unittest
130 -
131 -python_install_all() {
132 - if use examples; then
133 - docompress -x "/usr/share/doc/${PF}/examples"
134 - dodoc -r examples
135 - fi
136 - distutils-r1_python_install_all
137 -}