From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id F334715803E for ; Sat, 30 Dec 2023 18:35:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 33A2A2BC0CB; Sat, 30 Dec 2023 18:35:05 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0848B2BC0CB for ; Sat, 30 Dec 2023 18:35:05 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1442D33BE19 for ; Sat, 30 Dec 2023 18:35:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A4F7E14B7 for ; Sat, 30 Dec 2023 18:35:02 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1703961282.10bb890be260a7240b6de03f0b1a136195cde65f.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/simple-websocket/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/simple-websocket/Manifest dev-python/simple-websocket/simple-websocket-0.10.1.ebuild X-VCS-Directories: dev-python/simple-websocket/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 10bb890be260a7240b6de03f0b1a136195cde65f X-VCS-Branch: master Date: Sat, 30 Dec 2023 18:35:02 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: be917581-08e6-44e6-b8d0-9ca270e6c663 X-Archives-Hash: 495a330e1dc39ac7bb4de89fd6269f9f commit: 10bb890be260a7240b6de03f0b1a136195cde65f Author: Michał Górny gentoo org> AuthorDate: Sat Dec 30 18:32:33 2023 +0000 Commit: Michał Górny gentoo org> CommitDate: Sat Dec 30 18:34:42 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=10bb890b dev-python/simple-websocket: Remove old Signed-off-by: Michał Górny gentoo.org> dev-python/simple-websocket/Manifest | 1 - .../simple-websocket-0.10.1.ebuild | 26 ---------------------- 2 files changed, 27 deletions(-) diff --git a/dev-python/simple-websocket/Manifest b/dev-python/simple-websocket/Manifest index a801dc9c0c1f..31f5a525b29c 100644 --- a/dev-python/simple-websocket/Manifest +++ b/dev-python/simple-websocket/Manifest @@ -1,2 +1 @@ -DIST simple-websocket-0.10.1.tar.gz 9873 BLAKE2B f22f5b9913c7e06aefe2a7452751acbee5d9da5bdc78c4975eeea6c785089dc6af5e83b3f18c7c03bc6e983a06e2ab567f1fd0d51546b5d32a7c2ccc53885c96 SHA512 05b6ad6ee0c731f12fd973a25789d5a2442b528011ffe6b9b434bdedb30f7c8b9624e52d82e366e6bd7cb4effe9a5555f0adfd7b0818132117aed71caa1323b3 DIST simple-websocket-1.0.0.gh.tar.gz 19082 BLAKE2B d1ac2d0838e22de023f44e1a12780166b00a0dc39707e8953c8783c98f2fc4fc1ad5701401117cc45b7596d95acbb734fae82a27e50be48f684ad2caeafd428f SHA512 63ccc19fe09f675e098f33d32659d1314b573893014bc203abb285c3ff6c04916fd6b592bcf50cc9d65d40d4ebe739e686ac53257ff8407de60312d6e21ca1b5 diff --git a/dev-python/simple-websocket/simple-websocket-0.10.1.ebuild b/dev-python/simple-websocket/simple-websocket-0.10.1.ebuild deleted file mode 100644 index 3be9aa4b70fa..000000000000 --- a/dev-python/simple-websocket/simple-websocket-0.10.1.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 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="Simple WebSocket server and client for Python" -HOMEPAGE=" - https://github.com/miguelgrinberg/simple-websocket/ - https://pypi.org/project/simple-websocket/ -" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -RDEPEND=" - dev-python/wsproto[${PYTHON_USEDEP}] -" - -distutils_enable_tests pytest