Daniel M. Capella pushed to branch main at Arch Linux / Packaging / Packages /
ruff-lsp
Commits:
74573983 by Daniel M. Capella at 2023-12-13T20:05:03-05:00
upgpkg: 0.0.46-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.45
+ pkgver = 0.0.46
pkgrel = 1
url = https://github.com/astral-sh/ruff-lsp
arch = any
@@ -15,7 +15,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.45
+ source = git+https://github.com/astral-sh/ruff-lsp.git#tag=v0.0.46
b2sums = SKIP
pkgname = ruff-lsp
=====================================
PKGBUILD
=====================================
@@ -2,19 +2,14 @@
# Maintainer: Caleb Maclennan <[email protected]>
pkgname=ruff-lsp
-pkgver=0.0.45
+pkgver=0.0.46
pkgrel=1
pkgdesc='Language Server Protocol implementation for Ruff'
arch=('any')
url=https://github.com/astral-sh/ruff-lsp
license=('MIT')
depends=('python-packaging' 'python-pygls' 'python-typing_extensions' 'ruff')
-makedepends=(
- 'git'
- 'python-build'
- 'python-hatchling'
- 'python-installer'
-)
+makedepends=('git' 'python-build' 'python-hatchling' 'python-installer')
checkdepends=('python-lsp-jsonrpc' 'python-pytest-asyncio')
source=("git+$url.git#tag=v$pkgver")
b2sums=('SKIP')
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/ruff-lsp/-/commit/745739835864d5e1dfec02c0ae91eef4adee4513
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/ruff-lsp/-/commit/745739835864d5e1dfec02c0ae91eef4adee4513
You're receiving this email because of your account on gitlab.archlinux.org.