From 6f588ad06dfbd359ed164c0dfb4963e4a4fd213b Mon Sep 17 00:00:00 2001 From: Kartik Singh Date: Fri, 22 Sep 2023 12:55:37 +0530 Subject: [PATCH] python3-lsp-jsonrpc: update to 1.1.1. --- srcpkgs/python3-lsp-jsonrpc/template | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/srcpkgs/python3-lsp-jsonrpc/template b/srcpkgs/python3-lsp-jsonrpc/template index 7da8fe15b48..11c4716aa25 100644 --- a/srcpkgs/python3-lsp-jsonrpc/template +++ b/srcpkgs/python3-lsp-jsonrpc/template @@ -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