dev-python/pyls-spyder - 0.4.0 (gentoo)

Search

Install

Install this version:

emerge -a =dev-python/pyls-spyder-0.4.0

Package Information

Description:
Spyder extensions for the python language server
Homepage:
https://github.com/spyder-ide/pyls-spyder https://pypi.org/project/pyls-spyder/
License:
MIT

Ebuild Details

Version EAPI Keywords Slot
0.4.0 8 amd64 arm64 x86 0
View Raw Ebuild
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

PYTHON_COMPAT=( python3_{12..14} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1

DESCRIPTION="Spyder extensions for the python language server"
HOMEPAGE="
	https://github.com/spyder-ide/pyls-spyder
	https://pypi.org/project/pyls-spyder/
"
SRC_URI="https://github.com/spyder-ide/${PN}/archive/v${PV}.tar.gz -> ${P}.gh.tar.gz"

LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 arm64 x86"

RDEPEND="dev-python/python-lsp-server[all-plugins,${PYTHON_USEDEP}]"
BDEPEND="test? ( dev-python/mock[${PYTHON_USEDEP}] )"

EPYTEST_PLUGINS=()
distutils_enable_tests pytest

Inherited Eclasses

Dependencies

RDEPEND

dev-python/python-lsp-server[all-plugins,]

BDEPEND

test? ( dev-python/mock[] )

Manifest for 0.4.0

Type File Size Source URLs
DIST pyls-spyder-0.4.0.gh.tar.gz 8854 bytes https://github.com/spyder-ide/pyls-spyder/archive/v0.4.0.tar.gz