2022-12-28 08:45:29 +01:00
|
|
|
PORTNAME= lsprotocol
|
2023-03-26 03:09:36 +02:00
|
|
|
PORTVERSION= 2022.0.0a10
|
2022-12-28 08:45:29 +01:00
|
|
|
CATEGORIES= devel python
|
2023-01-11 16:47:15 +01:00
|
|
|
MASTER_SITES= PYPI
|
2022-12-28 08:45:29 +01:00
|
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
|
|
|
|
MAINTAINER= yuri@FreeBSD.org
|
|
|
|
COMMENT= Python implementation of the Language Server Protocol
|
|
|
|
WWW= https://github.com/microsoft/lsprotocol
|
|
|
|
|
|
|
|
LICENSE= MIT
|
|
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
|
|
|
|
PY_DEPENDS= ${PYTHON_PKGNAMEPREFIX}attrs>=22.1.0:devel/py-attrs@${PY_FLAVOR} \
|
|
|
|
${PYTHON_PKGNAMEPREFIX}cattrs>=22.2.0:devel/py-cattrs@${PY_FLAVOR} \
|
|
|
|
${PYTHON_PKGNAMEPREFIX}exceptiongroup>0:devel/py-exceptiongroup@${PY_FLAVOR} \
|
|
|
|
${PYTHON_PKGNAMEPREFIX}typing-extensions>=4.4.0:devel/py-typing-extensions@${PY_FLAVOR}
|
|
|
|
BUILD_DEPENDS= ${PY_DEPENDS}
|
|
|
|
RUN_DEPENDS= ${PY_DEPENDS}
|
|
|
|
|
2023-06-15 00:00:28 +02:00
|
|
|
USES= python
|
2022-12-28 08:45:29 +01:00
|
|
|
USE_PYTHON= distutils autoplist concurrent
|
|
|
|
|
2023-03-26 03:09:36 +02:00
|
|
|
NO_ARCH= yes
|
|
|
|
|
2022-12-28 08:45:29 +01:00
|
|
|
pre-configure:
|
|
|
|
@( \
|
|
|
|
${ECHO} "from setuptools import setup" && \
|
|
|
|
${ECHO} "setup()" \
|
|
|
|
) > ${WRKSRC}/setup.py
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|