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 CDF83158030 for ; Sun, 26 Feb 2023 17:38:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C1B90E086A; Sun, 26 Feb 2023 17:38:57 +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 981CBE086A for ; Sun, 26 Feb 2023 17:38:57 +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 854CF340D1B for ; Sun, 26 Feb 2023 17:38:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3DAE28C1 for ; Sun, 26 Feb 2023 17:38:54 +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: <1677433119.c0d564a638e4fa582935152f2b09d861b961bac8.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/websocket-client/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/websocket-client/websocket-client-1.5.1.ebuild X-VCS-Directories: dev-python/websocket-client/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: c0d564a638e4fa582935152f2b09d861b961bac8 X-VCS-Branch: master Date: Sun, 26 Feb 2023 17:38:54 +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: d41201cf-77ab-4621-a56d-2815c4e59ef0 X-Archives-Hash: 5286600cbbddd7ad5c790cc8e2e9edfc commit: c0d564a638e4fa582935152f2b09d861b961bac8 Author: Michał Górny gentoo org> AuthorDate: Sun Feb 26 17:38:18 2023 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun Feb 26 17:38:39 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c0d564a6 dev-python/websocket-client: Use pypi.eclass Signed-off-by: Michał Górny gentoo.org> dev-python/websocket-client/websocket-client-1.5.1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/websocket-client/websocket-client-1.5.1.ebuild b/dev-python/websocket-client/websocket-client-1.5.1.ebuild index 4e70f6ad65d9..3112bf6e3795 100644 --- a/dev-python/websocket-client/websocket-client-1.5.1.ebuild +++ b/dev-python/websocket-client/websocket-client-1.5.1.ebuild @@ -4,16 +4,16 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools +PYPI_NO_NORMALIZE=1 PYTHON_COMPAT=( pypy3 python3_{9..11} ) -inherit distutils-r1 +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/ " -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="Apache-2.0" SLOT="0"