mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
pyright: update to 1.1.374.
This commit is contained in:
parent
ab50e4d57c
commit
67add590fa
1 changed files with 5 additions and 3 deletions
|
@ -1,9 +1,10 @@
|
||||||
# Template file for 'pyright'
|
# Template file for 'pyright'
|
||||||
pkgname=pyright
|
pkgname=pyright
|
||||||
version=1.1.373
|
version=1.1.374
|
||||||
revision=1
|
revision=1
|
||||||
build_wrksrc="packages/pyright"
|
build_wrksrc="packages/pyright"
|
||||||
hostmakedepends="nodejs python3"
|
hostmakedepends="nodejs python3-setuptools pkg-config"
|
||||||
|
makedepends="libsecret-devel"
|
||||||
depends="nodejs"
|
depends="nodejs"
|
||||||
short_desc="Static type checker and language server for Python"
|
short_desc="Static type checker and language server for Python"
|
||||||
maintainer="classabbyamp <void@placeviolette.net>"
|
maintainer="classabbyamp <void@placeviolette.net>"
|
||||||
|
@ -11,7 +12,7 @@ license="MIT"
|
||||||
homepage="https://microsoft.github.io/pyright"
|
homepage="https://microsoft.github.io/pyright"
|
||||||
changelog="https://github.com/microsoft/pyright/releases"
|
changelog="https://github.com/microsoft/pyright/releases"
|
||||||
distfiles="https://github.com/microsoft/pyright/archive/refs/tags/${version}.tar.gz"
|
distfiles="https://github.com/microsoft/pyright/archive/refs/tags/${version}.tar.gz"
|
||||||
checksum=52b275cc0e32a15f1dbb8e1d6fa74314a333552584018b3636468fa2a8160530
|
checksum=9512fbfe8a7e7cdeaa7400d7f4dce5ecfe9ac9ee31fc26e2e0e552fdff31b5e2
|
||||||
|
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
i686*) broken="lerna doesn't support i686" ;;
|
i686*) broken="lerna doesn't support i686" ;;
|
||||||
|
@ -19,6 +20,7 @@ esac
|
||||||
|
|
||||||
do_configure() {
|
do_configure() {
|
||||||
cd "$wrksrc"
|
cd "$wrksrc"
|
||||||
|
export npm_config_arch="${XBPS_TARGET_MACHINE%-musl}"
|
||||||
npm ci
|
npm ci
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue