4 Commits

Author SHA1 Message Date
Daniel M. Capella
92ebb36c41 upgpkg: 1.2.1-1 2023-11-30 15:04:34 -05:00
Daniel M. Capella
672969025d upgpkg: 1.2.0-1 2023-11-19 16:04:13 -05:00
Daniel M. Capella
a99ffc78c1 upgpkg: 1.1.2-1 2023-10-28 17:13:25 -04:00
Daniel M. Capella
d1ee4ca52a upgpkg: 1.1.1-1 2023-10-06 18:21:35 -04:00
2 changed files with 5 additions and 12 deletions

View File

@@ -1,19 +1,17 @@
pkgbase = python-pygls
pkgdesc = Pythonic generic implementation of the Language Server Protocol
pkgver = 1.1.0
pkgver = 1.2.1
pkgrel = 1
url = https://github.com/openlawlibrary/pygls
arch = any
license = APACHE
checkdepends = python-pytest
checkdepends = python-pytest-asyncio
makedepends = git
makedepends = python-build
makedepends = python-installer
makedepends = python-poetry-core
depends = python-lsprotocol
depends = python-typeguard
source = git+https://github.com/openlawlibrary/pygls.git#tag=v1.1.0
source = git+https://github.com/openlawlibrary/pygls.git#tag=v1.2.1
b2sums = SKIP
pkgname = python-pygls

View File

@@ -3,23 +3,18 @@
pkgname=python-pygls
_name=${pkgname#python-}
pkgver=1.1.0
pkgver=1.2.1
pkgrel=1
pkgdesc='Pythonic generic implementation of the Language Server Protocol'
arch=('any')
url=https://github.com/openlawlibrary/pygls
license=('APACHE')
depends=('python-lsprotocol' 'python-typeguard')
depends=('python-lsprotocol')
makedepends=('git' 'python-build' 'python-installer' 'python-poetry-core')
checkdepends=('python-pytest' 'python-pytest-asyncio')
checkdepends=('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