dev-python/pygls - 2.1.1 (robert7k)

Search

Install

Install this version:

emerge -a =dev-python/pygls-2.1.1

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

autounmask =dev-python/pygls-2.1.1

Or alternatively:

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

Package Information

Description:
A pythonic generic language server
Homepage:
https://github.com/openlawlibrary/pygls https://pypi.org/project/pygls
License:
Apache-2.0

Ebuild Details

Version EAPI Keywords Slot
2.1.1 8 ~amd64 0
View Raw Ebuild
# Copyright 2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

DISTUTILS_USE_PEP517=poetry
PYTHON_COMPAT=( python3_{12..14} )

inherit distutils-r1 optfeature

DESCRIPTION="A pythonic generic language server"
HOMEPAGE="
	https://github.com/openlawlibrary/pygls
	https://pypi.org/project/pygls
"
SRC_URI="https://github.com/openlawlibrary/pygls/archive/v${PV}.tar.gz -> ${P}.gh.tar.gz"

LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64"

RDEPEND="
	dev-python/cattrs[${PYTHON_USEDEP}]
	dev-python/lsprotocol[${PYTHON_USEDEP}]
"
BDEPEND="
	test? (
		${RDEPEND}
		dev-python/websockets[${PYTHON_USEDEP}]
	)
"

EPYTEST_PLUGINS=( pytest-asyncio )
distutils_enable_tests pytest

src_install() {
	distutils-r1_src_install

	dodoc LICENSE.txt
}

pkg_postinst() {
	optfeature "websockets support" dev-python/websockets
}

Inherited Eclasses

Dependencies

RDEPEND

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

BDEPEND

	test? (
		
	dev-python/cattrs[]
	dev-python/lsprotocol[]

		dev-python/websockets[]
	)

Manifest for 2.1.1

Type File Size Source URLs
DIST pygls-2.1.1.gh.tar.gz 405281 bytes https://github.com/openlawlibrary/pygls/archive/v2.1.1.tar.gz