From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/websocket-client/
Date: Mon, 13 Sep 2021 06:28:27 +0000 (UTC) [thread overview]
Message-ID: <1631513913.cd5d9d8fd9531a73da8eb973fa06785860ab6a92.mgorny@gentoo> (raw)
commit: cd5d9d8fd9531a73da8eb973fa06785860ab6a92
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Sep 13 06:18:33 2021 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Sep 13 06:18:33 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cd5d9d8f
dev-python/websocket-client: Remove old
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/websocket-client/Manifest | 3 --
.../websocket-client/websocket-client-1.1.0.ebuild | 33 ----------------------
.../websocket-client/websocket-client-1.1.1.ebuild | 26 -----------------
.../websocket-client/websocket-client-1.2.0.ebuild | 31 --------------------
4 files changed, 93 deletions(-)
diff --git a/dev-python/websocket-client/Manifest b/dev-python/websocket-client/Manifest
index b03e4cd8c85..1939aeafea5 100644
--- a/dev-python/websocket-client/Manifest
+++ b/dev-python/websocket-client/Manifest
@@ -1,4 +1 @@
-DIST websocket-client-1.1.0.tar.gz 58890 BLAKE2B b7557f0847ee4ec31279d98661f2370f32eff35de5ea6207abe4afa6ef7314258da275d823487773722ac717888ca629284ef92870b5880fb385f7fb677506d6 SHA512 6f4b963455bdb6a0e0defff92a6b898ee4bdf605c18fef7e25e18e2c72a2ae360d760c2069a0ed330e5dc0f3347f16a9129c405d5c98cd2d56014f8636e7d5b5
-DIST websocket-client-1.1.1.tar.gz 59092 BLAKE2B c71e16e427584434781fe407f3185ccfc9fed3e638ef7374752584e35623f56c082ab7a4e7ae01038025e0435b24b567bb9a2abe4da50800f421930c982e4b39 SHA512 f4ed98180910068415ed3b66b70091491d6b11098c32abd9bfc0f8e0d4cb5a25df096c9437fb59c66bacff66440f9422b3f67bf43af746019d74b17d7bcba474
-DIST websocket-client-1.2.0.tar.gz 45789 BLAKE2B 9e6309d8abeff80002a48abf2d0cc25a94b350d0bfbb82796876b932ea173e2c34a325a686f1c89bc3c55da9afe17fa884a194a6294a20d20e01f5f6f6536e54 SHA512 a253462aa5b22ee07e47827f29b660d72a6b0986f785c07266acb4f6d226394dacea6557e330f76cd3ce9f2753557ed10b2767b90877b731f52ed27a6de5ab70
DIST websocket-client-1.2.1.tar.gz 45921 BLAKE2B 3717daac2aafcc13cfa71cd5678aeef7e6dd1933b072c40aa26bb315b2e2c84dea5734299fb954179b22a659fa271734ba78724e5f9d92be7a35efe1f611dd8b SHA512 fdbeb7ac2add27478a17b388ac62e9378094a368f29749d8b63c274ee41836506369dddd083956f42f1f2d74948392b3ddd59b801c98f9e028c126bdb54c636b
diff --git a/dev-python/websocket-client/websocket-client-1.1.0.ebuild b/dev-python/websocket-client/websocket-client-1.1.0.ebuild
deleted file mode 100644
index 4465217884a..00000000000
--- a/dev-python/websocket-client/websocket-client-1.1.0.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( pypy3 python3_{8..10} )
-
-inherit distutils-r1
-
-DESCRIPTION="WebSocket client for python with hybi13 support"
-HOMEPAGE="https://github.com/websocket-client/websocket-client"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="LGPL-2.1+"
-SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~ppc64 x86 ~x64-macos"
-IUSE="examples"
-
-distutils_enable_tests setup.py
-
-src_prepare() {
- # Internet
- sed -i -e 's:testConnect:_&:' websocket/tests/test_http.py || die
- distutils-r1_src_prepare
-}
-
-python_install_all() {
- if use examples; then
- docompress -x "/usr/share/doc/${PF}/examples"
- dodoc -r examples
- fi
- distutils-r1_python_install_all
-}
diff --git a/dev-python/websocket-client/websocket-client-1.1.1.ebuild b/dev-python/websocket-client/websocket-client-1.1.1.ebuild
deleted file mode 100644
index 73166b2954d..00000000000
--- a/dev-python/websocket-client/websocket-client-1.1.1.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( pypy3 python3_{8..10} )
-inherit distutils-r1
-
-DESCRIPTION="WebSocket client for python with hybi13 support"
-HOMEPAGE="https://github.com/websocket-client/websocket-client"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="LGPL-2.1+"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86 ~x64-macos"
-IUSE="examples"
-
-distutils_enable_tests unittest
-
-python_install_all() {
- if use examples; then
- docompress -x "/usr/share/doc/${PF}/examples"
- dodoc -r examples
- fi
- distutils-r1_python_install_all
-}
diff --git a/dev-python/websocket-client/websocket-client-1.2.0.ebuild b/dev-python/websocket-client/websocket-client-1.2.0.ebuild
deleted file mode 100644
index a0de1e2f73a..00000000000
--- a/dev-python/websocket-client/websocket-client-1.2.0.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( pypy3 python3_{8..10} )
-inherit distutils-r1
-
-DESCRIPTION="WebSocket client for python with hybi13 support"
-HOMEPAGE="https://github.com/websocket-client/websocket-client"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="examples"
-
-BDEPEND="
- test? (
- dev-python/python-socks[${PYTHON_USEDEP}]
- )"
-
-distutils_enable_tests unittest
-
-python_install_all() {
- if use examples; then
- docompress -x "/usr/share/doc/${PF}/examples"
- dodoc -r examples
- fi
- distutils-r1_python_install_all
-}
next reply other threads:[~2021-09-13 6:28 UTC|newest]
Thread overview: 116+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-09-13 6:28 Michał Górny [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-06-21 7:38 [gentoo-commits] repo/gentoo:master commit in: dev-python/websocket-client/ Petr Vaněk
2024-05-08 8:15 Michał Górny
2024-04-24 2:03 Michał Górny
2023-12-20 15:51 Michał Górny
2023-12-20 15:49 Michał Górny
2023-12-04 6:48 Michał Górny
2023-11-11 20:36 Michał Górny
2023-11-11 19:21 Sam James
2023-10-08 17:48 Michał Górny
2023-09-25 18:57 Michał Górny
2023-09-25 18:27 Arthur Zamarin
2023-09-12 6:00 Michał Górny
2023-08-22 20:01 Michał Górny
2023-07-10 1:29 Michał Górny
2023-07-09 16:52 Arthur Zamarin
2023-06-24 6:10 Michał Górny
2023-06-18 2:16 Michał Górny
2023-06-09 12:22 Michał Górny
2023-05-31 8:31 Michał Górny
2023-05-22 5:53 Michał Górny
2023-03-14 5:02 Michał Górny
2023-03-13 19:47 Arthur Zamarin
2023-02-26 17:38 Michał Górny
2023-02-26 17:38 Michał Górny
2023-02-26 17:08 Arthur Zamarin
2023-02-05 17:07 Michał Górny
2023-01-27 10:52 Michał Górny
2023-01-08 5:06 Michał Górny
2023-01-07 18:25 Arthur Zamarin
2022-11-04 8:23 Arthur Zamarin
2022-09-25 17:58 Arthur Zamarin
2022-09-25 17:57 Arthur Zamarin
2022-09-05 7:18 Michał Górny
2022-08-25 19:25 Arthur Zamarin
2022-08-17 19:40 Arthur Zamarin
2022-08-17 18:45 Sam James
2022-07-16 12:22 Arthur Zamarin
2022-06-20 17:20 Arthur Zamarin
2022-05-01 12:56 Michał Górny
2022-05-01 12:20 Jakov Smolić
2022-03-31 14:08 Michał Górny
2022-03-31 14:02 Jakov Smolić
2022-03-30 18:45 Michał Górny
2022-03-12 20:17 Arthur Zamarin
2022-03-12 20:17 Arthur Zamarin
2022-03-12 20:07 Arthur Zamarin
2022-03-12 13:04 Arthur Zamarin
2022-03-12 13:02 Arthur Zamarin
2022-02-25 23:41 Michał Górny
2022-02-08 17:38 Arthur Zamarin
2022-02-07 22:29 Sam James
2022-02-07 11:36 Sam James
2022-02-07 11:30 Sam James
2022-02-07 9:35 Sam James
2022-01-08 13:35 Michał Górny
2022-01-08 13:31 Arthur Zamarin
2021-12-13 3:09 Yixun Lan
2021-12-07 23:27 Michał Górny
2021-12-07 9:32 Michał Górny
2021-09-12 22:57 Sam James
2021-09-12 8:21 Sam James
2021-09-12 8:12 Sam James
2021-09-12 7:09 Agostino Sarubbo
2021-08-11 5:58 Michał Górny
2021-08-06 6:22 Michał Górny
2021-07-12 22:46 Michał Górny
2021-07-12 21:50 Sam James
2021-06-24 8:20 Michał Górny
2021-06-24 4:26 Agostino Sarubbo
2021-06-10 7:00 Michał Górny
2021-06-05 20:55 Michał Górny
2021-05-22 7:58 Michał Górny
2021-05-18 7:21 Michał Górny
2021-05-07 11:11 Michał Górny
2021-05-05 9:25 Michał Górny
2021-04-07 22:33 Michał Górny
2021-04-07 21:17 Michał Górny
2021-04-07 8:06 Michał Górny
2021-04-07 6:23 Sam James
2021-03-11 12:55 Sam James
2021-03-03 7:11 Michał Górny
2020-11-04 5:32 Sam James
2020-06-11 2:28 Georgy Yakovlev
2020-06-10 15:11 Michał Górny
2020-05-11 19:33 Michał Górny
2020-05-04 12:34 Michał Górny
2020-05-03 10:30 Agostino Sarubbo
2020-05-03 10:01 Agostino Sarubbo
2020-04-06 12:09 Sebastian Pipping
2020-03-19 21:56 David Seifert
2020-03-17 8:08 Michał Górny
2020-02-11 11:42 Alexey Shvetsov
2020-02-06 7:10 Michał Górny
2018-09-28 20:33 Matt Thode
2018-08-13 8:45 Louis Sautier
2018-06-30 3:18 Louis Sautier
2018-06-30 3:18 Louis Sautier
2018-06-28 6:50 Fabian Groffen
2018-04-12 4:27 Matt Thode
2018-04-12 4:27 Matt Thode
2018-03-31 1:54 Matt Thode
2018-03-10 14:56 Pacho Ramos
2018-02-24 7:19 Matt Thode
2018-02-13 21:01 Matt Thode
2017-10-04 8:57 Michał Górny
2017-05-02 9:48 Michał Górny
2017-03-15 9:23 Zac Medico
2016-04-24 15:07 Alex Brandt
2016-04-24 15:07 Alex Brandt
2016-04-24 15:07 Alex Brandt
2016-01-06 21:06 Justin Lecher
2015-12-09 15:10 Justin Lecher
2015-10-31 21:54 Alex Brandt
2015-10-31 21:54 Alex Brandt
2015-09-11 7:53 Justin Lecher
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1631513913.cd5d9d8fd9531a73da8eb973fa06785860ab6a92.mgorny@gentoo \
--to=mgorny@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox