openbsd-ports/devel/py-ptyprocess/Makefile
2022-11-13 15:28:14 +00:00

26 lines
446 B
Makefile

COMMENT = run a subprocess in a pseudo terminal
MODPY_EGG_VERSION = 0.7.0
REVISION = 2
DISTNAME = ptyprocess-${MODPY_EGG_VERSION}
PKGNAME = py-${DISTNAME}
CATEGORIES = devel
HOMEPAGE = https://github.com/pexpect/ptyprocess
# ISC
PERMIT_PACKAGE = Yes
MODULES = lang/python
MODPY_PI = Yes
MODPY_PYTEST = Yes
FLAVORS = python3
FLAVOR = python3
xx-do-test:
cd ${WRKSRC} && ${MODPY_BIN} -m unittest discover
.include <bsd.port.mk>