dev-python/pyright - 1.1.304 (waffle-builds)

Search

Package Information

Description:
Static type checker for Python
Homepage:
https://github.com/microsoft/pyright
License:
MIT

Ebuild Details

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

EAPI=8

inherit nodejs-r1

DESCRIPTION="Static type checker for Python"
HOMEPAGE="https://github.com/microsoft/pyright"

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

# Note that this metadata derives from the "packages/pyright/package.json" file.
NODEJS_BINSCRIPTS='
	index.js:pyright
	langserver.index.js:pyright-langserver
'
NODEJS_MIN_VERSION='12.0.0'