# Copyright 2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 DISTUTILS_USE_PEP517=flit PYTHON_COMPAT=(python3_{10..12} pypy3) inherit distutils-r1 pypi DESCRIPTION="Code generator and generated types for Language Server Protocol" HOMEPAGE="https://github.com/microsoft/lsprotocol https://pypi.org/project/lsprotocol/" SRC_URI="https://files.pythonhosted.org/packages/source/${PN::1}/${PN}/${P}.tar.gz" S=${WORKDIR}/${P} LICENSE="MIT" SLOT="0" KEYWORDS="~amd64" DEPEND=" dev-python/attrs[${PYTHON_USEDEP}] dev-python/cattrs[${PYTHON_USEDEP}] dev-python/jsonschema[${PYTHON_USEDEP}] dev-python/importlib-resources[${PYTHON_USEDEP}] dev-python/pyhamcrest[${PYTHON_USEDEP}] " RDEPEND="${DEPEND}"