freebsd-ports/misc/py-pexpect/Makefile

26 lines
721 B
Makefile

PORTNAME= pexpect
PORTVERSION= 4.9.0
PORTREVISION= 1
CATEGORIES= misc python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Python module for controlling interactive programs in pseudo-terminal
WWW= https://pexpect.readthedocs.io/en/stable/ \
https://github.com/pexpect/pexpect
LICENSE= ISCL
LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}ptyprocess>=0.5:sysutils/py-ptyprocess@${PY_FLAVOR}
USES= python
USE_PYTHON= autoplist concurrent pep517 unittest
NO_ARCH= yes
.include <bsd.port.mk>