mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 10:52:57 +02:00
New package: python3-lsprotocol-2023.0.1
This commit is contained in:
parent
76125f8e87
commit
2d36ad60cf
1 changed files with 18 additions and 0 deletions
18
srcpkgs/python3-lsprotocol/template
Normal file
18
srcpkgs/python3-lsprotocol/template
Normal 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
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue