Date: Tue, 18 Oct 2016 15:02:40 +0000 (UTC) From: Roman Bogorodskiy <novel@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424169 - in head/devel: . py-oslo.context Message-ID: <201610181502.u9IF2eaf037229@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: novel Date: Tue Oct 18 15:02:39 2016 New Revision: 424169 URL: https://svnweb.freebsd.org/changeset/ports/424169 Log: Add py-oslo.context 2.9.0, oslo Context library. PR: 213542 Submitted by: Alexander Nusov <alexander.nusov@nfvexpress.com> Added: head/devel/py-oslo.context/ head/devel/py-oslo.context/Makefile (contents, props changed) head/devel/py-oslo.context/distinfo (contents, props changed) head/devel/py-oslo.context/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Tue Oct 18 15:02:06 2016 (r424168) +++ head/devel/Makefile Tue Oct 18 15:02:39 2016 (r424169) @@ -4316,6 +4316,7 @@ SUBDIR += py-os-client-config SUBDIR += py-osc-lib SUBDIR += py-oslo.config + SUBDIR += py-oslo.context SUBDIR += py-oslo.i18n SUBDIR += py-oslo.serialization SUBDIR += py-oslo.utils Added: head/devel/py-oslo.context/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-oslo.context/Makefile Tue Oct 18 15:02:39 2016 (r424169) @@ -0,0 +1,21 @@ +# Created by: Alexander Nusov <alexander.nusov@nfvexpress.com> +# $FreeBSD$ + +PORTNAME= oslo.context +PORTVERSION= 2.9.0 +CATEGORIES= devel python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= alexander.nusov@nfvexpress.com +COMMENT= Oslo Context library + +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pbr>=1.6:devel/py-pbr +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}positional>=1.0.1:devel/py-positional + +NO_ARCH= yes + +USES= python +USE_PYTHON= autoplist distutils + +.include <bsd.port.mk> Added: head/devel/py-oslo.context/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-oslo.context/distinfo Tue Oct 18 15:02:39 2016 (r424169) @@ -0,0 +1,3 @@ +TIMESTAMP = 1476297256 +SHA256 (oslo.context-2.9.0.tar.gz) = 2682d59ebea3c61421bba98cd3f36dcef5416ad771b220856f14fb528ef81b39 +SIZE (oslo.context-2.9.0.tar.gz) = 23049 Added: head/devel/py-oslo.context/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-oslo.context/pkg-descr Tue Oct 18 15:02:39 2016 (r424169) @@ -0,0 +1,5 @@ +The Oslo context library has helpers to maintain useful information about a +request context. The request context is usually populated in the WSGI pipeline +and used by various modules such as logging. + +WWW: https://pypi.python.org/pypi/oslo.context
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201610181502.u9IF2eaf037229>