mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 07:24:23 +02:00
32 lines
554 B
Makefile
32 lines
554 B
Makefile
COMMENT = Python implementation of the debug adapter protocol
|
|
|
|
MODPY_DISTV= 1.8.20
|
|
DISTNAME= debugpy-${MODPY_DISTV}
|
|
PKGNAME= py-${DISTNAME}
|
|
REVISION= 0
|
|
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= Daniel Dickman <daniel@openbsd.org>
|
|
|
|
# MIT
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
COMPILER= base-clang ports-gcc
|
|
COMPILER_LANGS= c
|
|
|
|
MODULES= lang/python
|
|
|
|
MODPY_PI= Yes
|
|
MODPY_PYBUILD= setuptools
|
|
|
|
# no tests in pypi sdist, only in git
|
|
NO_TEST= Yes
|
|
TEST_DEPENDS= devel/py-trio \
|
|
devel/py-untangle \
|
|
math/py-numpy \
|
|
sysutils/py-psutil \
|
|
textproc/py-defusedxml
|
|
|
|
.include <bsd.port.mk>
|