Skip to content

Commit

Permalink
New package: python3-lsp-ruff-1.6.0
Browse files Browse the repository at this point in the history
Closes #46560
  • Loading branch information
CameronNemo committed Oct 30, 2023
1 parent 5a3c311 commit 6d526c1
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions srcpkgs/python3-lsp-ruff/template
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# Template file for 'python3-lsp-ruff'
pkgname=python3-lsp-ruff
version=1.6.0
revision=1
build_style=python3-module
hostmakedepends="python3-setuptools python3-setuptools_scm python3-wheel"
depends="python3-lsp-server python3-lsprotocol python3-cattrs ruff"
checkdepends="${depends} python3-pytest"
short_desc="Python implementation of the Language Server Protocol"
maintainer="Cameron Nemo <cam@nohom.org>"
license="MIT"
homepage="https://github.com/python-lsp/python-lsp-ruff"
distfiles="${PYPI_SITE}/p/python-lsp-ruff/python-lsp-ruff-${version}.tar.gz"
checksum=bdfdd9359c9e9f55b6f6a938493d6cbace554dccacf45df4ebb36552be34e9b8

do_check() {
python3 -m pytest
}

post_install() {
vlicense LICENSE
}

0 comments on commit 6d526c1

Please sign in to comment.