Daniel M. Capella pushed to branch main at Arch Linux / Packaging / Packages /
ruff-lsp
Commits:
5d0f450b by Daniel M. Capella at 2023-10-24T13:29:09-04:00
upgpkg: 0.0.42-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = ruff-lsp
pkgdesc = Language Server Protocol implementation for Ruff
- pkgver = 0.0.41
+ pkgver = 0.0.42
pkgrel = 1
url = https://github.com/astral-sh/ruff-lsp
arch = any
@@ -14,7 +14,7 @@ pkgbase = ruff-lsp
depends = python-pygls
depends = python-typing_extensions
depends = ruff
- source = git+https://github.com/astral-sh/ruff-lsp.git#tag=v0.0.41
+ source = git+https://github.com/astral-sh/ruff-lsp.git#tag=v0.0.42
b2sums = SKIP
pkgname = ruff-lsp
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
# Maintainer: Caleb Maclennan <[email protected]>
pkgname=ruff-lsp
-pkgver=0.0.41
+pkgver=0.0.42
pkgrel=1
pkgdesc='Language Server Protocol implementation for Ruff'
arch=('any')
@@ -14,11 +14,6 @@ checkdepends=('python-lsp-jsonrpc' 'python-pytest-asyncio')
source=("git+$url.git#tag=v$pkgver")
b2sums=('SKIP')
-prepare() {
- cd $pkgname
- sed -i 's/Automatic/safe/' tests/test_server.py
-}
-
build() {
cd $pkgname
python -m build --wheel --skip-dependency-check --no-isolation
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/ruff-lsp/-/commit/5d0f450b4eb4cc83561b74951c9acd8d95c2d6da
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/ruff-lsp/-/commit/5d0f450b4eb4cc83561b74951c9acd8d95c2d6da
You're receiving this email because of your account on gitlab.archlinux.org.