Diff trio-websocket-0.10.3 with a trio-websocket-0.10.4

/usr/portage/dev-python/trio-websocket/trio-websocket-0.10.4.ebuild 2023-10-09 14:52:30.392368373 +0300
10 10

  
11 11
DESCRIPTION="WebSocket client and server implementation for Python Trio"
12 12
HOMEPAGE="
13
	https://github.com/HyperionGray/trio-websocket/
13
	https://github.com/python-trio/trio-websocket/
14 14
	https://pypi.org/project/trio-websocket/
15 15
"
16 16
SRC_URI="
17
	https://github.com/HyperionGray/trio-websocket/archive/${PV}.tar.gz
17
	https://github.com/python-trio/trio-websocket/archive/${PV}.tar.gz
18 18
		-> ${P}.gh.tar.gz
19 19
"
20 20

  
21 21
LICENSE="MIT"
22 22
SLOT="0"
23
KEYWORDS="amd64 arm arm64 ~loong ppc ppc64 ~riscv ~s390 sparc x86"
23
KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
24 24

  
25 25
RDEPEND="
26 26
	dev-python/exceptiongroup[${PYTHON_USEDEP}]
Thank you!