pyright: update to 1.1.374.

This commit is contained in:
classabbyamp 2024-08-04 22:04:17 -04:00
parent ab50e4d57c
commit 67add590fa
No known key found for this signature in database
GPG Key ID: 6BE0755918A4C7F5
1 changed files with 5 additions and 3 deletions

View File

@ -1,9 +1,10 @@
# Template file for 'pyright'
pkgname=pyright
version=1.1.373
version=1.1.374
revision=1
build_wrksrc="packages/pyright"
hostmakedepends="nodejs python3"
hostmakedepends="nodejs python3-setuptools pkg-config"
makedepends="libsecret-devel"
depends="nodejs"
short_desc="Static type checker and language server for Python"
maintainer="classabbyamp <void@placeviolette.net>"
@ -11,7 +12,7 @@ license="MIT"
homepage="https://microsoft.github.io/pyright"
changelog="https://github.com/microsoft/pyright/releases"
distfiles="https://github.com/microsoft/pyright/archive/refs/tags/${version}.tar.gz"
checksum=52b275cc0e32a15f1dbb8e1d6fa74314a333552584018b3636468fa2a8160530
checksum=9512fbfe8a7e7cdeaa7400d7f4dce5ecfe9ac9ee31fc26e2e0e552fdff31b5e2
case "$XBPS_TARGET_MACHINE" in
i686*) broken="lerna doesn't support i686" ;;
@ -19,6 +20,7 @@ esac
do_configure() {
cd "$wrksrc"
export npm_config_arch="${XBPS_TARGET_MACHINE%-musl}"
npm ci
}