Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
aed1e0fe47 |
8
PKGBUILD
8
PKGBUILD
@@ -3,19 +3,19 @@
|
||||
|
||||
_name=pygls
|
||||
pkgname=python-pygls
|
||||
pkgver=0.13.1
|
||||
pkgver=1.0.0
|
||||
pkgrel=1
|
||||
pkgdesc='Pythonic generic implementation of the Language Server Protocol'
|
||||
arch=('any')
|
||||
url=https://github.com/openlawlibrary/pygls
|
||||
license=('APACHE')
|
||||
depends=('python-pydantic' 'python-typeguard')
|
||||
depends=('python-lsprotocol' 'python-typeguard')
|
||||
makedepends=('python-build' 'python-installer' 'python-setuptools-scm'
|
||||
'python-toml' 'python-wheel')
|
||||
checkdepends=('python-mock' 'python-pytest' 'python-pytest-asyncio')
|
||||
source=("https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz")
|
||||
sha256sums=('b2d3f5cbf3d0e5dfa88b9150a371e3a0e619d7f25b77113aba4ca746c8385a66')
|
||||
b2sums=('3c2f71a35bce4064bb514ae69ceb38002d924ffaae88f4896c9de177038f80749937372ae479999b3de059d90fc5f9ab16a27d4d44051ade3ae8185a5df91782')
|
||||
sha256sums=('c2a1c22e30028f7ca9d3f0a04da8eef29f0f1701bdbd97d8614d8e1e6711f336')
|
||||
b2sums=('9b5c59c9ca6cdd81ad85a355f5eaf4a9fa03198c00573192028489495d0cc832a939a61985fb95710a7032f25c8a6f280e898b4a49c4259b293b82ebc45cdfa2')
|
||||
|
||||
build() {
|
||||
cd $_name-$pkgver
|
||||
|
||||
Reference in New Issue
Block a user