commit:     4717b86bdc5e8a5490da0971e5b0c147ad3a6574
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 18 18:40:47 2024 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Jun 18 18:40:47 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4717b86b

dev-python/websockify: Remove old

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/websockify/Manifest                 |  1 -
 dev-python/websockify/websockify-0.11.0.ebuild | 43 --------------------------
 2 files changed, 44 deletions(-)

diff --git a/dev-python/websockify/Manifest b/dev-python/websockify/Manifest
index 1c4187492e4f..845351217bc0 100644
--- a/dev-python/websockify/Manifest
+++ b/dev-python/websockify/Manifest
@@ -1,2 +1 @@
-DIST websockify-0.11.0.gh.tar.gz 55126 BLAKE2B 
df49e8025ea0341b7f8d329a3b3dcddc08df3d0b42bbcb33d25726df8fee1f0a8791d552c9019a3ae514549619a0f3cc9c7861ff4f30017f27498f7465fd5d11
 SHA512 
cbae6abdee3c9ba6e78c2245fa7ebc4bd6aa96a534b8577da1ae9acd316dd146cece6ceb6f6cdca9c1ddcb3cbaff69e0fc3c3d6048b9374b0937abb91843bf72
 DIST websockify-0.12.0.gh.tar.gz 56839 BLAKE2B 
d330f534dd69c186b14b14c5f29d2b4f86c1fc444fa887c04b2b9eb2beed2ed0895db029acbcd84714ce2fd6da30cc306cef4c4bb836e31a31f10dbff6dc3abd
 SHA512 
616619a27b00af6621d9b2e3be415ff958fc226a08714302688b76690976805a22c120ff7f0eaca3d7f26fd5575971a96b5e27e5d20688c6edbb4eb84b896871

diff --git a/dev-python/websockify/websockify-0.11.0.ebuild 
b/dev-python/websockify/websockify-0.11.0.ebuild
deleted file mode 100644
index bb9339cab990..000000000000
--- a/dev-python/websockify/websockify-0.11.0.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..12} )
-
-inherit distutils-r1
-
-DESCRIPTION="WebSockets support for any application/server"
-HOMEPAGE="
-       https://github.com/novnc/websockify/
-       https://pypi.org/project/websockify/
-"
-SRC_URI="
-       https://github.com/novnc/websockify/archive/v${PV}.tar.gz
-               -> ${P}.gh.tar.gz
-"
-
-LICENSE="LGPL-3"
-SLOT="0"
-KEYWORDS="amd64 arm64 ~riscv x86"
-
-RDEPEND="
-       dev-python/jwcrypto[${PYTHON_USEDEP}]
-       dev-python/numpy[${PYTHON_USEDEP}]
-       dev-python/requests[${PYTHON_USEDEP}]
-       dev-python/simplejson[${PYTHON_USEDEP}]
-       dev-python/redis[${PYTHON_USEDEP}]
-"
-
-distutils_enable_tests pytest
-
-EPYTEST_DESELECT=(
-       # TODO: incompatible with current jwcrypto? (not a regression)
-       
tests/test_token_plugins.py::JWSTokenTestCase::test_asymmetric_jwe_token_plugin
-)
-
-python_install_all() {
-       doman docs/${PN}.1
-       distutils-r1_python_install_all
-}

Reply via email to