ports/devel/py-pyte/Makefile
Guangyuan Yang f28ed31ee2 devel/py-pyte: Update to 0.7.0
PR:		224170
Approved by:	wg (maintainer)
2017-12-10 03:40:16 +00:00

21 lines
487 B
Makefile

# $FreeBSD$
PORTNAME= pyte
PORTVERSION= 0.7.0
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= wg@FreeBSD.org
COMMENT= Simple VTXXX-compatible terminal emulator
LICENSE= LGPL3
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest-runner>0:devel/py-pytest-runner@${FLAVOR}
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}wcwidth>0:devel/py-wcwidth@${FLAVOR}
NO_ARCH= yes
USE_PYTHON= autoplist concurrent distutils
USES= python
.include <bsd.port.mk>