From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/trio-websocket/
Date: Sat, 14 Oct 2023 18:43:58 +0000 (UTC) [thread overview]
Message-ID: <1697308917.c10b4b79a283b58b29e3c721dfbc93a359f3378b.mgorny@gentoo> (raw)
commit: c10b4b79a283b58b29e3c721dfbc93a359f3378b
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 14 18:41:57 2023 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Oct 14 18:41:57 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c10b4b79
dev-python/trio-websocket: Remove old
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/trio-websocket/Manifest | 2 --
.../trio-websocket/trio-websocket-0.10.3.ebuild | 42 ----------------------
.../trio-websocket/trio-websocket-0.10.4.ebuild | 42 ----------------------
3 files changed, 86 deletions(-)
diff --git a/dev-python/trio-websocket/Manifest b/dev-python/trio-websocket/Manifest
index 6c0455589ce0..fe2bbffe906f 100644
--- a/dev-python/trio-websocket/Manifest
+++ b/dev-python/trio-websocket/Manifest
@@ -1,3 +1 @@
-DIST trio-websocket-0.10.3.gh.tar.gz 45109 BLAKE2B 7adad8bd59b2350d7b8e50e88710c8b9844e8b34c712615e058a6045d575671043c527ac4330941431502affc7c307d61c1f9c1b328c579a622ff11ea79fbeb6 SHA512 8ff50030c9616ea8baa9627f229304fbb72528fcc97d1e5ead90acc3c7d683751c0d98e9c4f779d4d65fc765b00b6ec93b6d3384070a76fe18d3318af7afa975
-DIST trio-websocket-0.10.4.gh.tar.gz 45490 BLAKE2B d681cc3ec9537e3c3e943831405d45a226fe61aa2482d9c9944520d5a3ecc2bbe974e63e666a5117f6bcfca2240a4b1c22a3304e6bb15fc502154df22fdbde44 SHA512 30b6655120a0117cda9707b793bd8a00fe0e8a578450c7fcc8fba2bb505aaf898aee355cec5e1faf13ff7da791a793816c675c01ac0d7047dc0ac6734508fc6c
DIST trio-websocket-0.11.1.gh.tar.gz 45682 BLAKE2B 0f926421828476c9e23cf962df7a17a2cf4470e0898dddbc4690497521205ea11973a188ca460685739d08c34be237682b0bbbbe2c279d35e5c2fdce9b3ce020 SHA512 4b0eb6f0c012cefedb69b97e9452ba979336fbe9f154799c4c68871b8013e728374e4872a2343ab4d27fa6e25e40c3063e681e80470123d37f13f531be4f6644
diff --git a/dev-python/trio-websocket/trio-websocket-0.10.3.ebuild b/dev-python/trio-websocket/trio-websocket-0.10.3.ebuild
deleted file mode 100644
index ed598c78f820..000000000000
--- a/dev-python/trio-websocket/trio-websocket-0.10.3.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( pypy3 python3_{10..12} )
-
-inherit distutils-r1
-
-DESCRIPTION="WebSocket client and server implementation for Python Trio"
-HOMEPAGE="
- https://github.com/HyperionGray/trio-websocket/
- https://pypi.org/project/trio-websocket/
-"
-SRC_URI="
- https://github.com/HyperionGray/trio-websocket/archive/${PV}.tar.gz
- -> ${P}.gh.tar.gz
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 arm arm64 ~loong ppc ppc64 ~riscv ~s390 sparc x86"
-
-RDEPEND="
- dev-python/exceptiongroup[${PYTHON_USEDEP}]
- >=dev-python/trio-0.11[${PYTHON_USEDEP}]
- >=dev-python/wsproto-0.14[${PYTHON_USEDEP}]
-"
-BDEPEND="
- test? (
- >=dev-python/pytest-trio-0.5.0[${PYTHON_USEDEP}]
- dev-python/trustme[${PYTHON_USEDEP}]
- )
-"
-
-distutils_enable_tests pytest
-
-python_test() {
- local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
- epytest -p trio
-}
diff --git a/dev-python/trio-websocket/trio-websocket-0.10.4.ebuild b/dev-python/trio-websocket/trio-websocket-0.10.4.ebuild
deleted file mode 100644
index 0366d3541bc6..000000000000
--- a/dev-python/trio-websocket/trio-websocket-0.10.4.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( pypy3 python3_{10..12} )
-
-inherit distutils-r1
-
-DESCRIPTION="WebSocket client and server implementation for Python Trio"
-HOMEPAGE="
- https://github.com/python-trio/trio-websocket/
- https://pypi.org/project/trio-websocket/
-"
-SRC_URI="
- https://github.com/python-trio/trio-websocket/archive/${PV}.tar.gz
- -> ${P}.gh.tar.gz
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
-
-RDEPEND="
- dev-python/exceptiongroup[${PYTHON_USEDEP}]
- >=dev-python/trio-0.11[${PYTHON_USEDEP}]
- >=dev-python/wsproto-0.14[${PYTHON_USEDEP}]
-"
-BDEPEND="
- test? (
- >=dev-python/pytest-trio-0.5.0[${PYTHON_USEDEP}]
- dev-python/trustme[${PYTHON_USEDEP}]
- )
-"
-
-distutils_enable_tests pytest
-
-python_test() {
- local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
- epytest -p trio
-}
next reply other threads:[~2023-10-14 18:44 UTC|newest]
Thread overview: 32+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-10-14 18:43 Michał Górny [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-03-15 12:26 [gentoo-commits] repo/gentoo:master commit in: dev-python/trio-websocket/ Michał Górny
2025-03-15 12:16 Arthur Zamarin
2025-02-18 7:35 Michał Górny
2025-02-17 20:47 Michał Górny
2024-06-19 17:21 Michał Górny
2024-06-19 17:21 Michał Górny
2023-10-14 16:52 Arthur Zamarin
2023-09-27 7:18 Michał Górny
2023-09-07 3:19 Michał Górny
2023-07-23 8:28 Michał Górny
2023-07-20 10:16 WANG Xuerui
2023-07-10 1:29 Michał Górny
2023-07-09 16:52 Arthur Zamarin
2023-06-08 10:21 Michał Górny
2023-04-28 16:00 Arthur Zamarin
2023-04-28 15:57 Arthur Zamarin
2023-04-28 15:55 Arthur Zamarin
2023-04-28 15:24 Arthur Zamarin
2023-04-28 15:07 Arthur Zamarin
2023-04-28 14:52 Arthur Zamarin
2023-04-28 14:49 Arthur Zamarin
2023-04-08 6:08 Michał Górny
2023-03-31 18:05 Sam James
2023-03-31 16:14 Sam James
2023-03-19 19:03 Michał Górny
2023-03-19 4:13 Michał Górny
2023-03-14 6:11 Michał Górny
2023-03-10 8:48 Yixun Lan
2023-03-10 7:49 Arthur Zamarin
2023-03-10 2:00 Sam James
2023-03-10 2:00 Sam James
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=1697308917.c10b4b79a283b58b29e3c721dfbc93a359f3378b.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