Skip to content

Commit

Permalink
New package: python3-lsp-jsonrpc-1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
CameronNemo authored and basploeger committed Apr 8, 2022
1 parent 182239a commit 21d3a6d
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions srcpkgs/python3-lsp-jsonrpc/template
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# Template file for 'python3-lsp-jsonrpc'
pkgname=python3-lsp-jsonrpc
version=1.0.0
revision=1
wrksrc="${pkgname/3}-${version}"
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3-ultrajson"
checkdepends="python3-pytest python3-pytest-cov"
short_desc="Python server implementation of the JSON RPC 2.0 protocol"
maintainer="Cameron Nemo <[email protected]>"
license="MIT"
homepage="https://github.com/python-lsp/python-lsp-jsonrpc"
distfiles="${PYPI_SITE}/p/${pkgname/3}/${pkgname/3}-${version}.tar.gz"
checksum=7bec170733db628d3506ea3a5288ff76aa33c70215ed223abdb0d95e957660bd

post_install() {
vlicense LICENSE
}

do_check() {
python3 -m pytest --ignore=test/test_streams.py
}

0 comments on commit 21d3a6d

Please sign in to comment.