ports/devel/py-blessed/Makefile
Yuri Victorovich ac47e458c0 devel/py-blessed: update 1.20.0 → 1.21.0
Reported by:	portscout
2025-04-26 21:44:25 -07:00

23 lines
601 B
Makefile

PORTNAME= blessed
DISTVERSION= 1.21.0
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= yuri@FreeBSD.org
COMMENT= Easy, practical library for making terminal apps
WWW= https://github.com/jquast/blessed
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}wcwidth>=0.1.4:devel/py-wcwidth@${PY_FLAVOR}
USES= python
USE_PYTHON= distutils autoplist pytest # 4 tests fail, see https://github.com/jquast/blessed/issues/251
NO_ARCH= yes
# tests as of 1.21.0: 394 passed, 33 skipped in 130.62s (0:02:10)
.include <bsd.port.mk>