devel/py-colorclass: add new port

Based on:	ports-mgmt/py-pytoport output

Yet another ANSI color text library for Python. Provides "auto colors" for
dark/light terminals. Works on Linux, OS X, and Windows.

https://pypi.python.org/pypi/colorclass
This commit is contained in:
Jan Beich 2016-10-26 15:59:39 +00:00
parent 11c43a9a8d
commit b650a70f02
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=424713
4 changed files with 25 additions and 0 deletions

View file

@ -1218,6 +1218,7 @@
SUBDIR += py-bugzillatools
SUBDIR += py-chardet
SUBDIR += py-cloud_sptheme
SUBDIR += py-colorclass
SUBDIR += py-creole
SUBDIR += py-csvkit
SUBDIR += py-dbfread

View file

@ -0,0 +1,17 @@
# $FreeBSD$
PORTNAME= colorclass
PORTVERSION= 2.2.0
CATEGORIES= textproc python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= jbeich@FreeBSD.org
COMMENT= Colorful worry-free console applications
LICENSE= MIT
USES= python
USE_PYTHON= autoplist distutils
.include <bsd.port.mk>

View file

@ -0,0 +1,3 @@
TIMESTAMP = 1477478547
SHA256 (colorclass-2.2.0.tar.gz) = b05c2a348dfc1aff2d502527d78a5b7b7e2f85da94a96c5081210d8e9ee8e18b
SIZE (colorclass-2.2.0.tar.gz) = 17037

View file

@ -0,0 +1,4 @@
Yet another ANSI color text library for Python. Provides "auto colors" for
dark/light terminals. Works on Linux, OS X, and Windows.
WWW: https://pypi.python.org/pypi/colorclass