commit: c0d564a638e4fa582935152f2b09d861b961bac8
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 26 17:38:18 2023 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> 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 <mgorny <AT> 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"