mirror of
https://git.freebsd.org/ports.git
synced 2025-05-01 19:16:39 -04:00
Changes: https://github.com/microsoft/debugpy/releases https://github.com/microsoft/debugpy/commits/main
24 lines
676 B
Makefile
24 lines
676 B
Makefile
PORTNAME= debugpy
|
|
PORTVERSION= 1.8.3
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= PYPI
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Implementation of the Debug Adapter Protocol for Python
|
|
WWW= https://github.com/microsoft/debugpy
|
|
|
|
LICENSE= EPL MIT
|
|
LICENSE_COMB= dual
|
|
LICENSE_FILE_MIT= ${WRKSRC}/LICENSE
|
|
|
|
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \
|
|
${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
|
|
|
|
USES= dos2unix python zip
|
|
USE_PYTHON= autoplist concurrent cython pep517
|
|
|
|
post-install:
|
|
${FIND} ${STAGEDIR}${PYTHON_SITELIBDIR} -name '*.so' -exec ${STRIP_CMD} {} +
|
|
|
|
.include <bsd.port.mk>
|