New package: python3-lsprotocol-2023.0.1

This commit is contained in:
Mihail Ivanchev 2024-10-03 19:14:57 +02:00 committed by Duncan Overbruck
parent 76125f8e87
commit 2d36ad60cf

View file

@ -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 <contact@ivanchev.net>"
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
}