mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-15 18:13:10 -04:00
dev-python/pygls: add 2.1.0
Signed-off-by: Pavel Sobolev <contact@paveloom.dev>
This commit is contained in:
45
dev-python/pygls/pygls-2.1.0.ebuild
Normal file
45
dev-python/pygls/pygls-2.1.0.ebuild
Normal file
@@ -0,0 +1,45 @@
|
||||
# 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/pytest-asyncio[${PYTHON_USEDEP}]
|
||||
dev-python/websockets[${PYTHON_USEDEP}]
|
||||
)
|
||||
"
|
||||
|
||||
EPYTEST_PLUGINS=()
|
||||
distutils_enable_tests pytest
|
||||
|
||||
src_install() {
|
||||
distutils-r1_src_install
|
||||
|
||||
dodoc LICENSE.txt
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
optfeature "websockets support" dev-python/websockets
|
||||
}
|
||||
Reference in New Issue
Block a user