commit: 3fdb6c759cb0f5f06df4398998d9aca0bc811326
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 30 16:04:45 2026 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Jan 30 16:35:46 2026 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3fdb6c75
dev-python/wsproto: drop 1.2.0, 1.3.0, 1.3.1
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
dev-python/wsproto/Manifest | 3 ---
dev-python/wsproto/wsproto-1.2.0.ebuild | 25 -------------------------
dev-python/wsproto/wsproto-1.3.0.ebuild | 27 ---------------------------
dev-python/wsproto/wsproto-1.3.1.ebuild | 27 ---------------------------
4 files changed, 82 deletions(-)
diff --git a/dev-python/wsproto/Manifest b/dev-python/wsproto/Manifest
index beedbc23ebb2..aaca21cb0cdb 100644
--- a/dev-python/wsproto/Manifest
+++ b/dev-python/wsproto/Manifest
@@ -1,4 +1 @@
-DIST wsproto-1.2.0.tar.gz 53425 BLAKE2B
0b6bafb5d67be54a9b9c77a9682caf1071e82321fb9112ff977b643956ef5d2d5dcc7e523c6e3038c4548adb7b4f022fe2664112b7a10ab0e183d578158b0711
SHA512
43270687a1cfb5f35423c527de5b9db7ee2ddf27d416f47358386c1c94dc3f836a601f300bf66441c4b90130e6e6f502fb29dfeb2374dd76aefa19cfbb70a372
-DIST wsproto-1.3.0.tar.gz 49977 BLAKE2B
e9cc7d538cdd7773c0951376611de0a9b02f878df7eb60691a393ffb4e64028f4e4e16ea95aa51171f8312dfa87880ce30d0bf0f3995a620dc19d905df494977
SHA512
9a954eeb51f317aafd256483fc05255c470a99d8bc898f6377c60b828a2bd4c84be299995a03ac6cd36dc2efcea79e5a3ed36f5eb90086322de5c5ab1a260346
-DIST wsproto-1.3.1.tar.gz 50083 BLAKE2B
eb8a9f1223ac596e5d42b2ca9c33de5919018b8e5674e8e5dcd62ac06ddf095f147d91b4ab8a1b126f912a1e359fbc1bc55655083642df9e4c5708132b2e4239
SHA512
266cab34ad4ddb0bc36e7d26df2422ba554459c58015a2e7bec0093dc014bbbf80ce628ad8e78be04ef224578966b30884c2a58f68a8d2470212fa7cfc33d8eb
DIST wsproto-1.3.2.tar.gz 50116 BLAKE2B
8b7eece07b132a3cc55c239829a97ca903e5e8dacdf44a9b6b364fbb503f35857bcfa60cb2ad177fde847b23ab7c68075c0574f00ec386dc376d1686344fc4ba
SHA512
7b1901a145ecb41309098abe1d48c944c0ad84e6e86acdbcf780ce82e82c7d1efcafc0093cadd66607a80105dbbae94ba052a63db842db30992ca3413a2ae3bd
diff --git a/dev-python/wsproto/wsproto-1.2.0.ebuild
b/dev-python/wsproto/wsproto-1.2.0.ebuild
deleted file mode 100644
index dc7d8f498fe8..000000000000
--- a/dev-python/wsproto/wsproto-1.2.0.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( pypy3_11 python3_{11..14} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="WebSockets state-machine based protocol implementation"
-HOMEPAGE="
- https://github.com/python-hyper/wsproto/
- https://pypi.org/project/wsproto/
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~mips ppc ppc64 ~riscv ~s390
~sparc x86"
-
-RDEPEND="
- >=dev-python/h11-0.9[${PYTHON_USEDEP}]
-"
-
-distutils_enable_tests pytest
diff --git a/dev-python/wsproto/wsproto-1.3.0.ebuild
b/dev-python/wsproto/wsproto-1.3.0.ebuild
deleted file mode 100644
index ecb90269d365..000000000000
--- a/dev-python/wsproto/wsproto-1.3.0.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( pypy3_11 python3_{11..14} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="WebSockets state-machine based protocol implementation"
-HOMEPAGE="
- https://github.com/python-hyper/wsproto/
- https://pypi.org/project/wsproto/
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv
~s390 ~sparc ~x86"
-
-RDEPEND="
- <dev-python/h11-1[${PYTHON_USEDEP}]
- >=dev-python/h11-0.16.0[${PYTHON_USEDEP}]
-"
-
-EPYTEST_PLUGINS=()
-distutils_enable_tests pytest
diff --git a/dev-python/wsproto/wsproto-1.3.1.ebuild
b/dev-python/wsproto/wsproto-1.3.1.ebuild
deleted file mode 100644
index b0d92d116a0a..000000000000
--- a/dev-python/wsproto/wsproto-1.3.1.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( pypy3_11 python3_{11..14} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="WebSockets state-machine based protocol implementation"
-HOMEPAGE="
- https://github.com/python-hyper/wsproto/
- https://pypi.org/project/wsproto/
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~mips ppc ppc64 ~riscv ~s390
~sparc x86"
-
-RDEPEND="
- <dev-python/h11-1[${PYTHON_USEDEP}]
- >=dev-python/h11-0.16.0[${PYTHON_USEDEP}]
-"
-
-EPYTEST_PLUGINS=()
-distutils_enable_tests pytest