freebsd-ports/devel/py-colorama/Makefile
Po-Chuan Hsieh 302daccefc
devel/py-colorama: Update version requirement of BUILD_DEPENDS
Approved by:	portmgr (blanket)
With hat:	python
2024-02-21 23:11:28 +08:00

21 lines
504 B
Makefile

PORTNAME= colorama
PORTVERSION= 0.4.6
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= ygy@FreeBSD.org
COMMENT= Cross-platform API to print colored terminal text from Python applications
WWW= https://github.com/tartley/colorama
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hatchling>=0.25.1:devel/py-hatchling@${PY_FLAVOR}
USES= python
USE_PYTHON= autoplist pep517
NO_ARCH= yes
.include <bsd.port.mk>