python3-lsp-jsonrpc: update to 1.1.1.
This commit is contained in:
parent
31c6e1a9a4
commit
6f588ad06d
|
@ -1,9 +1,9 @@
|
|||
# Template file for 'python3-lsp-jsonrpc'
|
||||
pkgname=python3-lsp-jsonrpc
|
||||
version=1.0.0
|
||||
revision=3
|
||||
build_style=python3-module
|
||||
hostmakedepends="python3-setuptools"
|
||||
version=1.1.1
|
||||
revision=1
|
||||
build_style=python3-pep517
|
||||
hostmakedepends="python3-setuptools_scm python3-wheel"
|
||||
depends="python3-ultrajson"
|
||||
checkdepends="python3-pytest python3-pytest-cov"
|
||||
short_desc="Python server implementation of the JSON RPC 2.0 protocol"
|
||||
|
@ -12,7 +12,7 @@ license="MIT"
|
|||
homepage="https://github.com/python-lsp/python-lsp-jsonrpc"
|
||||
changelog="https://raw.githubusercontent.com/python-lsp/python-lsp-jsonrpc/develop/CHANGELOG.md"
|
||||
distfiles="${PYPI_SITE}/p/${pkgname/3}/${pkgname/3}-${version}.tar.gz"
|
||||
checksum=7bec170733db628d3506ea3a5288ff76aa33c70215ed223abdb0d95e957660bd
|
||||
checksum=05cc914aa5ee2e7f52eb762014ba4996a8cc52459bfddb81fb96c56ace927908
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
|
|
Loading…
Reference in New Issue