1 Commits

Author SHA1 Message Date
Daniel M. Capella
a99ffc78c1 upgpkg: 1.1.2-1 2023-10-28 17:13:25 -04:00
2 changed files with 3 additions and 8 deletions

View File

@@ -1,6 +1,6 @@
pkgbase = python-pygls
pkgdesc = Pythonic generic implementation of the Language Server Protocol
pkgver = 1.1.1
pkgver = 1.1.2
pkgrel = 1
url = https://github.com/openlawlibrary/pygls
arch = any
@@ -13,7 +13,7 @@ pkgbase = python-pygls
makedepends = python-poetry-core
depends = python-lsprotocol
depends = python-typeguard
source = git+https://github.com/openlawlibrary/pygls.git#tag=v1.1.1
source = git+https://github.com/openlawlibrary/pygls.git#tag=v1.1.2
b2sums = SKIP
pkgname = python-pygls

View File

@@ -3,7 +3,7 @@
pkgname=python-pygls
_name=${pkgname#python-}
pkgver=1.1.1
pkgver=1.1.2
pkgrel=1
pkgdesc='Pythonic generic implementation of the Language Server Protocol'
arch=('any')
@@ -15,11 +15,6 @@ checkdepends=('python-pytest' 'python-pytest-asyncio')
source=("git+$url.git#tag=v$pkgver")
b2sums=('SKIP')
prepare() {
cd "$_name"
sed -i 's/typeguard = "^3.0.0"/typeguard = "^4.0.0"/' pyproject.toml
}
build() {
cd "$_name"
python -m build --wheel --skip-dependency-check --no-isolation