blob: aab3d11e8c8ac32ab91f900feeb5f9811f5ae7ea (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
PORTNAME= colorful
PORTVERSION= 0.5.4
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= monsieurp@gentoo.org
COMMENT= Terminal string styling done right in Python
WWW= https://pypi.org/project/colorful/
LICENSE= MIT
USES= python
USE_PYTHON= autoplist distutils
NO_ARCH= yes
.include <bsd.port.mk>
|