Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
4ba337456f | ||
|
|
aed1e0fe47 |
8
PKGBUILD
8
PKGBUILD
@@ -3,19 +3,19 @@
|
||||
|
||||
_name=pygls
|
||||
pkgname=python-pygls
|
||||
pkgver=0.13.1
|
||||
pkgver=1.0.1
|
||||
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=('f3ee98ddbb4690eb5c755bc32ba7e129607f14cbd313575f33d0cea443b78cb2')
|
||||
b2sums=('62089e817214d8ae0b9d2454a0787e18f077183fbcd1dcf538630ec167f1356f3031dff679dd45aeab48a11e545b7c63fa74e1c42fca7fec7c33d51b72efb25f')
|
||||
|
||||
build() {
|
||||
cd $_name-$pkgver
|
||||
|
||||
Reference in New Issue
Block a user