From 2d36ad60cf04ab571ee31e0737bdc7ace19c7b7b Mon Sep 17 00:00:00 2001 From: Mihail Ivanchev Date: Thu, 3 Oct 2024 19:14:57 +0200 Subject: [PATCH] New package: python3-lsprotocol-2023.0.1 --- srcpkgs/python3-lsprotocol/template | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 srcpkgs/python3-lsprotocol/template diff --git a/srcpkgs/python3-lsprotocol/template b/srcpkgs/python3-lsprotocol/template new file mode 100644 index 00000000000..e48355e5ef1 --- /dev/null +++ b/srcpkgs/python3-lsprotocol/template @@ -0,0 +1,18 @@ +# Template file for 'python3-lsprotocol' +pkgname=python3-lsprotocol +version=2023.0.1 +revision=1 +build_style=python3-pep517 +hostmakedepends="python3-wheel python3-flit_core" +depends="python3-attrs python3-cattrs" +short_desc="Code generator and generated types for Language Server Protocol" +maintainer="Mihail Ivanchev " +license="MIT" +homepage="https://github.com/microsoft/lsprotocol" +changelog="https://github.com/microsoft/lsprotocol/releases" +distfiles="${PYPI_SITE}/l/lsprotocol/lsprotocol-${version}.tar.gz" +checksum=cc5c15130d2403c18b734304339e51242d3018a05c4f7d0f198ad6e0cd21861d + +post_install() { + vlicense LICENSE +}