mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-27 05:10:36 +00:00
- Add py-termcolor 1.1.0
ANSII Color formatting for output in terminal. WWW: http://pypi.python.org/pypi/termcolor PR: ports/169397 Submitted by: Volodymyr Kostyrko <c.kworr@gmail.com>
This commit is contained in:
parent
ec9f28f4e0
commit
e58f660246
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=300133
@ -3426,6 +3426,7 @@
|
||||
SUBDIR += py-tables
|
||||
SUBDIR += py-tconfpy
|
||||
SUBDIR += py-tempstorage
|
||||
SUBDIR += py-termcolor
|
||||
SUBDIR += py-testgears
|
||||
SUBDIR += py-testoob
|
||||
SUBDIR += py-testtools
|
||||
|
22
devel/py-termcolor/Makefile
Normal file
22
devel/py-termcolor/Makefile
Normal file
@ -0,0 +1,22 @@
|
||||
# New ports collection makefile for: py-termcolor
|
||||
# Date created: 2012-06-25
|
||||
# Whom: Volodymyr Kostyrko <c.kworr@gmail.com>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= termcolor
|
||||
PORTVERSION= 1.1.0
|
||||
CATEGORIES= devel python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
MAINTAINER= c.kworr@gmail.com
|
||||
COMMENT= ANSII Color formatting for output in terminal
|
||||
|
||||
LICENSE= MIT
|
||||
|
||||
USE_PYTHON= yes
|
||||
USE_PYDISTUTILS=yes
|
||||
|
||||
.include <bsd.port.mk>
|
2
devel/py-termcolor/distinfo
Normal file
2
devel/py-termcolor/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (termcolor-1.1.0.tar.gz) = 1d6d69ce66211143803fbc56652b41d73b4a400a2891d7bf7a1cdf4c02de613b
|
||||
SIZE (termcolor-1.1.0.tar.gz) = 3912
|
3
devel/py-termcolor/pkg-descr
Normal file
3
devel/py-termcolor/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
ANSII Color formatting for output in terminal.
|
||||
|
||||
WWW: http://pypi.python.org/pypi/termcolor
|
3
devel/py-termcolor/pkg-plist
Normal file
3
devel/py-termcolor/pkg-plist
Normal file
@ -0,0 +1,3 @@
|
||||
%%PYTHON_SITELIBDIR%%/termcolor.py
|
||||
%%PYTHON_SITELIBDIR%%/termcolor.pyc
|
||||
%%PYTHON_SITELIBDIR%%/termcolor.pyo
|
Loading…
Reference in New Issue
Block a user