Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
c368b9b9b2 |
7
.SRCINFO
7
.SRCINFO
@@ -1,17 +1,18 @@
|
||||
pkgbase = python-pygls
|
||||
pkgdesc = Pythonic generic implementation of the Language Server Protocol
|
||||
pkgver = 1.2.1
|
||||
pkgver = 1.3.0
|
||||
pkgrel = 1
|
||||
url = https://github.com/openlawlibrary/pygls
|
||||
arch = any
|
||||
license = APACHE
|
||||
license = Apache-2.0
|
||||
checkdepends = python-pytest-asyncio
|
||||
makedepends = git
|
||||
makedepends = python-build
|
||||
makedepends = python-installer
|
||||
makedepends = python-poetry-core
|
||||
depends = python-cattrs
|
||||
depends = python-lsprotocol
|
||||
source = git+https://github.com/openlawlibrary/pygls.git#tag=v1.2.1
|
||||
source = git+https://github.com/openlawlibrary/pygls.git#tag=v1.3.0
|
||||
b2sums = SKIP
|
||||
|
||||
pkgname = python-pygls
|
||||
|
||||
6
PKGBUILD
6
PKGBUILD
@@ -3,13 +3,13 @@
|
||||
|
||||
pkgname=python-pygls
|
||||
_name=${pkgname#python-}
|
||||
pkgver=1.2.1
|
||||
pkgver=1.3.0
|
||||
pkgrel=1
|
||||
pkgdesc='Pythonic generic implementation of the Language Server Protocol'
|
||||
arch=('any')
|
||||
url=https://github.com/openlawlibrary/pygls
|
||||
license=('APACHE')
|
||||
depends=('python-lsprotocol')
|
||||
license=('Apache-2.0')
|
||||
depends=('python-cattrs' 'python-lsprotocol')
|
||||
makedepends=('git' 'python-build' 'python-installer' 'python-poetry-core')
|
||||
checkdepends=('python-pytest-asyncio')
|
||||
source=("git+$url.git#tag=v$pkgver")
|
||||
|
||||
Reference in New Issue
Block a user