2021-02-27 10:18:56 +01:00
|
|
|
# Created by: Rainer Hurling <rhurlin@gwdg.de>
|
|
|
|
|
|
|
|
PORTNAME= pyls-spyder
|
2021-05-06 09:49:08 +02:00
|
|
|
PORTVERSION= 0.4.0
|
2021-02-27 10:18:56 +01:00
|
|
|
CATEGORIES= textproc python
|
|
|
|
MASTER_SITES= CHEESESHOP
|
|
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
|
|
|
|
MAINTAINER= rhurlin@FreeBSD.org
|
|
|
|
COMMENT= Spyder extensions for the python-language-server (pyls)
|
|
|
|
|
|
|
|
LICENSE= MIT
|
|
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
|
2021-05-06 09:49:08 +02:00
|
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}python-lsp-server>0:textproc/py-python-lsp-server@${PY_FLAVOR}
|
2021-02-27 10:18:56 +01:00
|
|
|
|
|
|
|
USES= python:3.6+
|
|
|
|
USE_PYTHON= autoplist concurrent distutils
|
|
|
|
|
|
|
|
NO_ARCH= yes
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|