[Midnightbsd-cvs] mports [16510] trunk/devel: add py-termcolor port.

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Fri Aug 22 19:51:12 EDT 2014


Revision: 16510
          http://svnweb.midnightbsd.org/mports/?rev=16510
Author:   laffer1
Date:     2014-08-22 19:51:10 -0400 (Fri, 22 Aug 2014)
Log Message:
-----------
add py-termcolor port.

Modified Paths:
--------------
    trunk/devel/Makefile

Added Paths:
-----------
    trunk/devel/py-termcolor/
    trunk/devel/py-termcolor/Makefile
    trunk/devel/py-termcolor/distinfo
    trunk/devel/py-termcolor/pkg-descr

Modified: trunk/devel/Makefile
===================================================================
--- trunk/devel/Makefile	2014-08-22 23:45:19 UTC (rev 16509)
+++ trunk/devel/Makefile	2014-08-22 23:51:10 UTC (rev 16510)
@@ -396,6 +396,7 @@
 SUBDIR += py-setuptools33
 SUBDIR += py-simplejson
 SUBDIR += py-subversion
+SUBDIR += py-termcolor
 SUBDIR += py-xdg
 SUBDIR += qca
 SUBDIR += qgit

Added: trunk/devel/py-termcolor/Makefile
===================================================================
--- trunk/devel/py-termcolor/Makefile	                        (rev 0)
+++ trunk/devel/py-termcolor/Makefile	2014-08-22 23:51:10 UTC (rev 16510)
@@ -0,0 +1,18 @@
+# $MidnightBSD$
+
+PORTNAME=	termcolor
+PORTVERSION=	1.1.0
+CATEGORIES=	devel python
+MASTER_SITES=	CHEESESHOP
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=	ports at MidnightBSD.org
+COMMENT=	ANSII Color formatting for output in terminal
+
+LICENSE=	mit
+
+USE_PYTHON=	yes
+USE_PYDISTUTILS=	yes
+PYDISTUTILS_AUTOPLIST=	yes
+
+.include <bsd.port.mk>

Added: trunk/devel/py-termcolor/distinfo
===================================================================
--- trunk/devel/py-termcolor/distinfo	                        (rev 0)
+++ trunk/devel/py-termcolor/distinfo	2014-08-22 23:51:10 UTC (rev 16510)
@@ -0,0 +1,2 @@
+SHA256 (termcolor-1.1.0.tar.gz) = 1d6d69ce66211143803fbc56652b41d73b4a400a2891d7bf7a1cdf4c02de613b
+SIZE (termcolor-1.1.0.tar.gz) = 3912

Added: trunk/devel/py-termcolor/pkg-descr
===================================================================
--- trunk/devel/py-termcolor/pkg-descr	                        (rev 0)
+++ trunk/devel/py-termcolor/pkg-descr	2014-08-22 23:51:10 UTC (rev 16510)
@@ -0,0 +1,3 @@
+ANSII Color formatting for output in terminal.
+
+WWW: https://pypi.python.org/pypi/termcolor



More information about the Midnightbsd-cvs mailing list