Date: Thu, 29 Jun 2017 15:38:19 +0000 (UTC) From: Mark Felder <feld@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r444649 - in head/devel: . py-logutils Message-ID: <201706291538.v5TFcJj0066987@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: feld Date: Thu Jun 29 15:38:19 2017 New Revision: 444649 URL: https://svnweb.freebsd.org/changeset/ports/444649 Log: The logutils package provides a set of handlers for the Python standard library's logging package. Some of these handlers are out-of-scope for the standard library, and so they are packaged here. Others are updated versions which have appeared in recent Python releases, but are usable with older versions of Python and so are packaged here. WWW: https://bitbucket.org/vinay.sajip/logutils/ Added: head/devel/py-logutils/ head/devel/py-logutils/Makefile (contents, props changed) head/devel/py-logutils/distinfo (contents, props changed) head/devel/py-logutils/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Thu Jun 29 15:30:38 2017 (r444648) +++ head/devel/Makefile Thu Jun 29 15:38:19 2017 (r444649) @@ -4443,6 +4443,7 @@ SUBDIR += py-logan SUBDIR += py-logbook SUBDIR += py-logilab-common + SUBDIR += py-logutils SUBDIR += py-louie SUBDIR += py-lxml SUBDIR += py-magic Added: head/devel/py-logutils/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-logutils/Makefile Thu Jun 29 15:38:19 2017 (r444649) @@ -0,0 +1,18 @@ +# Created by: Mark Felder <feld@FreeBSD.org> +# $FreeBSD$ + +PORTNAME= logutils +PORTVERSION= 0.3.5 +CATEGORIES= devel python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= feld@FreeBSD.org +COMMENT= Handlers for the Python standard library logging package + +LICENSE= BSD3CLAUSE + +USES= python +USE_PYTHON= distutils autoplist + +.include <bsd.port.mk> Added: head/devel/py-logutils/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-logutils/distinfo Thu Jun 29 15:38:19 2017 (r444649) @@ -0,0 +1,3 @@ +TIMESTAMP = 1498748134 +SHA256 (logutils-0.3.5.tar.gz) = bc058a25d5c209461f134e1f03cab637d66a7a5ccc12e593db56fbb279899a82 +SIZE (logutils-0.3.5.tar.gz) = 27703 Added: head/devel/py-logutils/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-logutils/pkg-descr Thu Jun 29 15:38:19 2017 (r444649) @@ -0,0 +1,9 @@ +The logutils package provides a set of handlers for the Python standard +library's logging package. + +Some of these handlers are out-of-scope for the standard library, and so +they are packaged here. Others are updated versions which have appeared +in recent Python releases, but are usable with older versions of Python +and so are packaged here. + +WWW: https://bitbucket.org/vinay.sajip/logutils/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201706291538.v5TFcJj0066987>