From owner-svn-ports-head@freebsd.org Wed Oct 19 18:06:07 2016 Return-Path: Delivered-To: svn-ports-head@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 CC60AC197E5; Wed, 19 Oct 2016 18:06:07 +0000 (UTC) (envelope-from novel@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 A948BE28; Wed, 19 Oct 2016 18:06:07 +0000 (UTC) (envelope-from novel@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9JI66RR073365; Wed, 19 Oct 2016 18:06:06 GMT (envelope-from novel@FreeBSD.org) Received: (from novel@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9JI66jK073361; Wed, 19 Oct 2016 18:06:06 GMT (envelope-from novel@FreeBSD.org) Message-Id: <201610191806.u9JI66jK073361@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: novel set sender to novel@FreeBSD.org using -f From: Roman Bogorodskiy Date: Wed, 19 Oct 2016 18:06:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424278 - in head/devel: . py-oslo.log X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Oct 2016 18:06:07 -0000 Author: novel Date: Wed Oct 19 18:06:06 2016 New Revision: 424278 URL: https://svnweb.freebsd.org/changeset/ports/424278 Log: Add py-oslo.log 3.16.0, oslo Log library. PR: 213542 Submitted by: Alexander Nusov Added: head/devel/py-oslo.log/ head/devel/py-oslo.log/Makefile (contents, props changed) head/devel/py-oslo.log/distinfo (contents, props changed) head/devel/py-oslo.log/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Wed Oct 19 18:05:00 2016 (r424277) +++ head/devel/Makefile Wed Oct 19 18:06:06 2016 (r424278) @@ -4332,6 +4332,7 @@ SUBDIR += py-oslo.context SUBDIR += py-oslo.db SUBDIR += py-oslo.i18n + SUBDIR += py-oslo.log SUBDIR += py-oslo.policy SUBDIR += py-oslo.serialization SUBDIR += py-oslo.utils Added: head/devel/py-oslo.log/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-oslo.log/Makefile Wed Oct 19 18:06:06 2016 (r424278) @@ -0,0 +1,32 @@ +# Created by: Alexander Nusov +# $FreeBSD$ + +PORTNAME= oslo.log +PORTVERSION= 3.16.0 +CATEGORIES= devel python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= alexander.nusov@nfvexpress.com +COMMENT= Oslo Log library + +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pbr>=1.6:devel/py-pbr +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>=1.9.0:devel/py-six \ + ${PYTHON_PKGNAMEPREFIX}dateutil>=2.4.2:devel/py-dateutil \ + ${PYTHON_PKGNAMEPREFIX}oslo.utils>=3.16.0:devel/py-oslo.utils \ + ${PYTHON_PKGNAMEPREFIX}oslo.serialization>=1.10.0:devel/py-oslo.serialization \ + ${PYTHON_PKGNAMEPREFIX}oslo.i18n>=2.1.0:devel/py-oslo.i18n \ + ${PYTHON_PKGNAMEPREFIX}oslo.context>=2.6.0:devel/py-oslo.context \ + ${PYTHON_PKGNAMEPREFIX}oslo.config>=3.14.0:devel/py-oslo.config \ + ${PYTHON_PKGNAMEPREFIX}debtcollector>=1.2.0:devel/py-debtcollector + +NO_ARCH= yes + +USES= python +USE_PYTHON= autoplist distutils + +post-patch: + @${REINPLACE_CMD} -e "s|sys_platform!=|sys_platform!='freebsd10' and sys_platform!='freebsd11' and sys_platform!=|" \ + ${WRKDIR}/${PORTNAME}-${PORTVERSION}/requirements.txt + +.include Added: head/devel/py-oslo.log/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-oslo.log/distinfo Wed Oct 19 18:06:06 2016 (r424278) @@ -0,0 +1,3 @@ +TIMESTAMP = 1476297280 +SHA256 (oslo.log-3.16.0.tar.gz) = aa8682697b57d7eb6224a4ceaa0b04e69f2a2dc8c0fa430b57cecc67f7293687 +SIZE (oslo.log-3.16.0.tar.gz) = 62648 Added: head/devel/py-oslo.log/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-oslo.log/pkg-descr Wed Oct 19 18:06:06 2016 (r424278) @@ -0,0 +1,5 @@ +The oslo.log (logging) configuration library provides standardized +configuration for all openstack projects. It also provides custom formatters, +handlers and support for context specific logging. + +WWW: https://pypi.python.org/pypi/oslo.log