aboutsummaryrefslogtreecommitdiff
path: root/devel/py-termcolor-whl/Makefile
blob: 417c2def0f2ea516dacd279df91983e7c1f9a09c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
PORTNAME=	termcolor-whl
PORTVERSION=	1.1.3
CATEGORIES=	devel python
MASTER_SITES=	PYPI
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
DISTNAME=	termcolor_whl-${PORTVERSION}

MAINTAINER=	sunpoet@FreeBSD.org
COMMENT=	ANSI Color formatting for output in terminal, successor to termcolor
WWW=		https://github.com/matthewdeanmartin/termcolor

LICENSE=	MIT
LICENSE_FILE=	${WRKSRC}/LICENSE

BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}poetry-core>=0.12:devel/py-poetry-core@${PY_FLAVOR}

USES=		python
USE_PYTHON=	autoplist concurrent pep517

NO_ARCH=	yes

.include <bsd.port.mk>