mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
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:
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
|
@ -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
|
||||
|
|
17
textproc/py-colorclass/Makefile
Normal file
17
textproc/py-colorclass/Makefile
Normal 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>
|
3
textproc/py-colorclass/distinfo
Normal file
3
textproc/py-colorclass/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
TIMESTAMP = 1477478547
|
||||
SHA256 (colorclass-2.2.0.tar.gz) = b05c2a348dfc1aff2d502527d78a5b7b7e2f85da94a96c5081210d8e9ee8e18b
|
||||
SIZE (colorclass-2.2.0.tar.gz) = 17037
|
4
textproc/py-colorclass/pkg-descr
Normal file
4
textproc/py-colorclass/pkg-descr
Normal 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
|
Loading…
Add table
Reference in a new issue