2 Commits

Author SHA1 Message Date
Jelle van der Waa
d00160c35b upgpkg: 1.3.1-3: Rebuild for Python 3.13 2024-11-19 16:56:54 +01:00
T.J. Townsend
3188da27c9 add nvchecker 2024-07-14 14:42:15 -04:00
3 changed files with 6 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
pkgbase = python-pygls
pkgdesc = Pythonic generic implementation of the Language Server Protocol
pkgver = 1.3.1
pkgrel = 2
pkgrel = 3
url = https://github.com/openlawlibrary/pygls
arch = any
license = Apache-2.0

4
.nvchecker.toml Normal file
View File

@@ -0,0 +1,4 @@
[python-pygls]
source = "git"
git = "https://github.com/openlawlibrary/pygls.git"
prefix = "v"

View File

@@ -4,7 +4,7 @@
pkgname=python-pygls
_name=${pkgname#python-}
pkgver=1.3.1
pkgrel=2
pkgrel=3
pkgdesc='Pythonic generic implementation of the Language Server Protocol'
arch=('any')
url=https://github.com/openlawlibrary/pygls