dev-python/pygls - 2.0.0 (mva)

Search

Install

Install this version:

emerge -a =dev-python/pygls-2.0.0

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =dev-python/pygls-2.0.0

Or alternatively:

emerge --autounmask-write -a =dev-python/pygls-2.0.0

Package Information

Description:
A pythonic generic language server
Homepage:
https://pygls.readthedocs.io/en/latest/ https://pypi.org/project/pygls/
License:
Apache-2.0

Ebuild Details

Version EAPI Keywords Slot
2.0.0 8 ~amd64 ~arm ~arm64 ~x86 0
View Raw Ebuild
# Copyright 2026 mva
# Distributed under the terms of the Public Domain or CC0 License

EAPI=8

DISTUTILS_USE_PEP517=poetry
PYTHON_COMPAT=( python3_{9..15} python3_13t )
inherit distutils-r1 pypi

DESCRIPTION="A pythonic generic language server"
HOMEPAGE="
	https://pygls.readthedocs.io/en/latest/
	https://pypi.org/project/pygls/
"

LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64 ~arm ~arm64 ~x86"
IUSE="test"

RESTRICT="!test? ( test )"

RDEPEND="
	dev-python/lsprotocol[${PYTHON_USEDEP}]
	dev-python/cattrs[${PYTHON_USEDEP}]
"
# websockets? ( dev-python/websockets[${PYTHON_USEDEP}] )
DEPEND="
	${RDEPEND}
	dev-python/wheel[${PYTHON_USEDEP}]
"
# BDEPEND="
# 	test? (
# 		dev-python/pytest-asyncio[${PYTHON_USEDEP}]
# 		dev-python/mock[${PYTHON_USEDEP}]
# 		dev-python/cattrs[${PYTHON_USEDEP}]
# 	)
# "

EPYTEST_PLUGINS=()
distutils_enable_tests pytest

USE Flags

Manage flags for this package: euse -i <flag> -p dev-python/pygls | euse -E <flag> -p dev-python/pygls | euse -D <flag> -p dev-python/pygls

Global/Standard Flags

Inherited Eclasses

Dependencies

DEPEND

	
	dev-python/lsprotocol[]
	dev-python/cattrs[]

	dev-python/wheel[]

RDEPEND

	dev-python/lsprotocol[]
	dev-python/cattrs[]