freebsd-ports/textproc/py-pyls-spyder/Makefile
Rainer Hurling 5041f74ee3 textproc/py-pyls-spyder: Update to 0.4.0
- Use python-lsp-server instead of python-language-server
- Make utf-8 ready for python36

Reported by:	Repology
2021-05-06 09:54:43 +02:00

22 lines
526 B
Makefile

# Created by: Rainer Hurling <rhurlin@gwdg.de>
PORTNAME= pyls-spyder
PORTVERSION= 0.4.0
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
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}python-lsp-server>0:textproc/py-python-lsp-server@${PY_FLAVOR}
USES= python:3.6+
USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes
.include <bsd.port.mk>