Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
7768be2c0f |
4
PKGBUILD
4
PKGBUILD
@@ -4,13 +4,13 @@
|
||||
_name=pygls
|
||||
pkgname=python-pygls
|
||||
pkgver=0.10.3
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc='Pythonic generic implementation of the Language Server Protocol'
|
||||
arch=('any')
|
||||
url=https://github.com/openlawlibrary/pygls
|
||||
license=('APACHE')
|
||||
depends=('python-pydantic' 'python-typeguard')
|
||||
makedepends=('python-setuptools')
|
||||
makedepends=('python-setuptools-scm' 'python-toml')
|
||||
checkdepends=('python-mock' 'python-pytest' 'python-pytest-asyncio')
|
||||
source=("https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz")
|
||||
sha256sums=('522c1068dd38c4945925ca742daba6aff5621168e0e5ddd954813e8b957ca831')
|
||||
|
||||
Reference in New Issue
Block a user