mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
28 lines
474 B
Makefile
28 lines
474 B
Makefile
COMMENT = ruff linting plugin for pylsp
|
|
|
|
MODPY_DISTV = 2.3.0
|
|
DISTNAME = python_lsp_ruff-${MODPY_DISTV}
|
|
PKGNAME = py-${DISTNAME:S/_/-/g}
|
|
REVISION = 0
|
|
|
|
CATEGORIES = devel
|
|
|
|
MAINTAINER = Daniel Dickman <daniel@openbsd.org>
|
|
|
|
# MIT
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
MODULES = lang/python
|
|
|
|
MODPY_PI = Yes
|
|
MODPY_PYBUILD = setuptools
|
|
|
|
RUN_DEPENDS = devel/ruff \
|
|
devel/py-cattrs \
|
|
devel/py-python-lsp-server \
|
|
devel/py-lsprotocol
|
|
|
|
PORTHOME = ${WRKDIR}
|
|
|
|
.include <bsd.port.mk>
|