From owner-svn-ports-all@freebsd.org Tue Apr 25 12:47:55 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3DD1BD4E9F7; Tue, 25 Apr 2017 12:47:55 +0000 (UTC) (envelope-from wg@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E8D78CAE; Tue, 25 Apr 2017 12:47:54 +0000 (UTC) (envelope-from wg@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v3PClrcN074435; Tue, 25 Apr 2017 12:47:53 GMT (envelope-from wg@FreeBSD.org) Received: (from wg@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v3PClr7k074430; Tue, 25 Apr 2017 12:47:53 GMT (envelope-from wg@FreeBSD.org) Message-Id: <201704251247.v3PClr7k074430@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wg set sender to wg@FreeBSD.org using -f From: William Grzybowski Date: Tue, 25 Apr 2017 12:47:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r439378 - in head/devel: . py-coloredlogs X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Apr 2017 12:47:55 -0000 Author: wg Date: Tue Apr 25 12:47:53 2017 New Revision: 439378 URL: https://svnweb.freebsd.org/changeset/ports/439378 Log: devel/py-coloredlogs: Colored terminal output for Python logging module WWW: https://coloredlogs.readthedocs.io Added: head/devel/py-coloredlogs/ head/devel/py-coloredlogs/Makefile (contents, props changed) head/devel/py-coloredlogs/distinfo (contents, props changed) head/devel/py-coloredlogs/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Tue Apr 25 12:43:39 2017 (r439377) +++ head/devel/Makefile Tue Apr 25 12:47:53 2017 (r439378) @@ -4196,6 +4196,7 @@ SUBDIR += py-collective.monkeypatcher SUBDIR += py-collective.z3cform.datetimewidget SUBDIR += py-colorama + SUBDIR += py-coloredlogs SUBDIR += py-colorlog SUBDIR += py-columnize SUBDIR += py-conditional Added: head/devel/py-coloredlogs/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-coloredlogs/Makefile Tue Apr 25 12:47:53 2017 (r439378) @@ -0,0 +1,20 @@ +# $FreeBSD$ + +PORTNAME= coloredlogs +PORTVERSION= 6.1 +CATEGORIES= devel python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= python@FreeBSD.org +COMMENT= Colored terminal output for Python logging module + +LICENSE= MIT + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}humanfriendly>0:textproc/py-humanfriendly + +NO_ARCH= yes +USES?= python +USE_PYTHON= autoplist distutils + +.include Added: head/devel/py-coloredlogs/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-coloredlogs/distinfo Tue Apr 25 12:47:53 2017 (r439378) @@ -0,0 +1,3 @@ +TIMESTAMP = 1493094646 +SHA256 (coloredlogs-6.1.tar.gz) = 4cc35158baab0a495736eca84020a1a29f8ea470b98133bb94aabd3212d7f3f7 +SIZE (coloredlogs-6.1.tar.gz) = 28057 Added: head/devel/py-coloredlogs/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-coloredlogs/pkg-descr Tue Apr 25 12:47:53 2017 (r439378) @@ -0,0 +1,4 @@ +The coloredlogs package enables colored terminal output for Python's logging +module. + +WWW: https://coloredlogs.readthedocs.io