summaryrefslogtreecommitdiff
path: root/dev-python/pycrdt-websocket/pycrdt-websocket-0.12.7.ebuild
blob: 186b6e0703b6ac8722b88da6d07d8bf260d37997 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

DISTUTILS_USE_PEP517=hatchling
PYTHON_COMPAT=( python3_{10..12} )

inherit distutils-r1 pypi

DESCRIPTION="WebSocket connector for pycrdt"
HOMEPAGE="https://github.com/jupyter-server/pycrdt-websocket"

LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"

RDEPEND=">=dev-python/pycrdt-0.8.7[${PYTHON_USEDEP}]
	dev-python/aiosqlite[${PYTHON_USEDEP}]"
BDEPEND="test? (
	dev-python/uvicorn[${PYTHON_USEDEP}]
)"

# skip tests that depends on yjs not available in Gentoo
EPYTEST_DESELECT=(
	tests/test_pycrdt_yjs.py::test_pycrdt_yjs
)

distutils_enable_tests pytest