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, 10 Jul 2023 01:29:53 +0000 (UTC) [thread overview]
Message-ID: <1688952343.ea0fc5c216ef3fedb254630563135342f46deefb.mgorny@gentoo> (raw)
commit: ea0fc5c216ef3fedb254630563135342f46deefb
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 10 01:25:43 2023 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Jul 10 01:25:43 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea0fc5c2
dev-python/websocket-client: Remove old
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/websocket-client/Manifest | 4 ---
.../websocket-client/websocket-client-1.5.1.ebuild | 37 ----------------------
.../websocket-client/websocket-client-1.5.2.ebuild | 37 ----------------------
.../websocket-client/websocket-client-1.5.3.ebuild | 37 ----------------------
.../websocket-client/websocket-client-1.6.0.ebuild | 37 ----------------------
5 files changed, 152 deletions(-)
diff --git a/dev-python/websocket-client/Manifest b/dev-python/websocket-client/Manifest
index 98e2059fbe6d..4d97073a759b 100644
--- a/dev-python/websocket-client/Manifest
+++ b/dev-python/websocket-client/Manifest
@@ -1,5 +1 @@
-DIST websocket-client-1.5.1.tar.gz 49942 BLAKE2B 7996798a5ff8c2eb1322fc7a9fa61d5cff99c71413293ce5b05f9af3581cff472350e79813ce3b393ce4fa4b7d19de956f0ad9ff6232c426be3c8adb8c91fb40 SHA512 9fce0c8de64e051b151c40a295a7f722ed7f95d19bd92ffd5cd9c64962821024e79b70d18ca7e30ca8b8707ba86be041134f13d7e2cf7bc4a4539eb22ba60895
-DIST websocket-client-1.5.2.tar.gz 50761 BLAKE2B 5b97ce1125a8ae2f95ea103a2436d8c3471bd88c9b6f631ed9cbc1e55bff3eb13e93f662f6892c65b0f035dca66f2b2a43230f228b4f174c56c0203f5e044b07 SHA512 0837dae6ea1096421482dc1882e522d9e9041d9777ef31517116592f7b537735d1d8e319e910481be4abaceda8f79855397e4dfce2c9e622d7e7b6e6577e404e
-DIST websocket-client-1.5.3.tar.gz 50887 BLAKE2B 3268b133c32be46a08208b61fc038b18a142b2e8ee87b1cfc61cd4ea814b9a389f7d72a08ab7dcb8da3a0aa144c1617b5825ce466b81f1f3c066605ad1b47d08 SHA512 6980b88166475f50d5f572bfcaa23f1203ecd1f2c06901ddd6df78d1bfff1ae54ef0a85348d6f28b580fcf405e496bdd67e898c6e4760098ba620bb69c52f39b
-DIST websocket-client-1.6.0.tar.gz 51163 BLAKE2B 2ff1c29f7f2f1e5e3f4708e6d28d1f834e9fe8a5638ab5c04f78a1597e69f387b023a4b8760c98b8fc803a0a5047318753aada1e3161ea63ada782b94a190a24 SHA512 a0c2f51c213a95d94a82a13b6f1b75a865f2686b867ed01503ccd9417bc495fed2f178174c392d4f12adb1ffcb97cfd9762afcc4d8b877572daffa74fd3de90e
DIST websocket-client-1.6.1.tar.gz 51324 BLAKE2B 7619f6a1dfe7c9df19e645f396b17695ba6e1cda8d06f99be2451c7b3f7d5fc745402abcab2f6b5ce260aab94ecba17439a1f7ff2612acc66dbd88e973f2f512 SHA512 eb784dffb2ad26b63e5890685ed46ccadee40687f4433a1b28392d468fdc1099192095899b56129f72b28e88960744bb5d4991d826476d77ec98bbf18df3f608
diff --git a/dev-python/websocket-client/websocket-client-1.5.1.ebuild b/dev-python/websocket-client/websocket-client-1.5.1.ebuild
deleted file mode 100644
index 3d46ebd70e83..000000000000
--- a/dev-python/websocket-client/websocket-client-1.5.1.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYPI_NO_NORMALIZE=1
-PYTHON_COMPAT=( pypy3 python3_{9..11} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="WebSocket client for python with hybi13 support"
-HOMEPAGE="
- https://github.com/websocket-client/websocket-client/
- https://pypi.org/project/websocket-client/
-"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 arm arm64 hppa ~ia64 ~loong ppc ppc64 ~riscv ~s390 sparc 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
-}
diff --git a/dev-python/websocket-client/websocket-client-1.5.2.ebuild b/dev-python/websocket-client/websocket-client-1.5.2.ebuild
deleted file mode 100644
index e70ca56c7688..000000000000
--- a/dev-python/websocket-client/websocket-client-1.5.2.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYPI_NO_NORMALIZE=1
-PYTHON_COMPAT=( pypy3 python3_{10..12} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="WebSocket client for python with hybi13 support"
-HOMEPAGE="
- https://github.com/websocket-client/websocket-client/
- https://pypi.org/project/websocket-client/
-"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc ~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
-}
diff --git a/dev-python/websocket-client/websocket-client-1.5.3.ebuild b/dev-python/websocket-client/websocket-client-1.5.3.ebuild
deleted file mode 100644
index e70ca56c7688..000000000000
--- a/dev-python/websocket-client/websocket-client-1.5.3.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYPI_NO_NORMALIZE=1
-PYTHON_COMPAT=( pypy3 python3_{10..12} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="WebSocket client for python with hybi13 support"
-HOMEPAGE="
- https://github.com/websocket-client/websocket-client/
- https://pypi.org/project/websocket-client/
-"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc ~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
-}
diff --git a/dev-python/websocket-client/websocket-client-1.6.0.ebuild b/dev-python/websocket-client/websocket-client-1.6.0.ebuild
deleted file mode 100644
index e70ca56c7688..000000000000
--- a/dev-python/websocket-client/websocket-client-1.6.0.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYPI_NO_NORMALIZE=1
-PYTHON_COMPAT=( pypy3 python3_{10..12} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="WebSocket client for python with hybi13 support"
-HOMEPAGE="
- https://github.com/websocket-client/websocket-client/
- https://pypi.org/project/websocket-client/
-"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc ~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:[~2023-07-10 1:29 UTC|newest]
Thread overview: 117+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-07-10 1:29 Michał Górny [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-02-19 16:09 [gentoo-commits] repo/gentoo:master commit in: dev-python/websocket-client/ Michał Górny
2024-06-21 7:38 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-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-13 6:28 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=1688952343.ea0fc5c216ef3fedb254630563135342f46deefb.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