Date: Thu, 20 Oct 2016 15:19:37 +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: r424335 - in head/devel: . py-osprofiler Message-ID: <201610201519.u9KFJbKt057488@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: novel Date: Thu Oct 20 15:19:37 2016 New Revision: 424335 URL: https://svnweb.freebsd.org/changeset/ports/424335 Log: Add py-osprofiler 1.4.0, openStack Profiler Library. PR: 213542 Submitted by: Alexander Nusov <alexander.nusov@nfvexpress.com> Added: head/devel/py-osprofiler/ head/devel/py-osprofiler/Makefile (contents, props changed) head/devel/py-osprofiler/distinfo (contents, props changed) head/devel/py-osprofiler/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Thu Oct 20 15:18:57 2016 (r424334) +++ head/devel/Makefile Thu Oct 20 15:19:37 2016 (r424335) @@ -4343,6 +4343,7 @@ SUBDIR += py-oslo.serialization SUBDIR += py-oslo.service SUBDIR += py-oslo.utils + SUBDIR += py-osprofiler SUBDIR += py-palm SUBDIR += py-parsedatetime SUBDIR += py-path.py Added: head/devel/py-osprofiler/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-osprofiler/Makefile Thu Oct 20 15:19:37 2016 (r424335) @@ -0,0 +1,24 @@ +# Created by: Alexander Nusov <alexander.nusov@nfvexpress.com> +# $FreeBSD$ + +PORTNAME= osprofiler +PORTVERSION= 1.4.0 +CATEGORIES= devel python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= alexander.nusov@nfvexpress.com +COMMENT= OpenStack Profiler Library + +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pbr>=1.6:devel/py-pbr +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>=1.9.0:devel/py-six \ + ${PYTHON_PKGNAMEPREFIX}oslo.utils>=3.4.0:devel/py-oslo.utils \ + ${PYTHON_PKGNAMEPREFIX}oslo.messaging>=5.2.0:devel/py-oslo.messaging \ + ${PYTHON_PKGNAMEPREFIX}webob>=1.2.3:www/py-webob + +NO_ARCH= yes + +USES= python +USE_PYTHON= autoplist distutils + +.include <bsd.port.mk> Added: head/devel/py-osprofiler/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-osprofiler/distinfo Thu Oct 20 15:19:37 2016 (r424335) @@ -0,0 +1,3 @@ +TIMESTAMP = 1476297569 +SHA256 (osprofiler-1.4.0.tar.gz) = cda53436ffc8fc155fd220dd9bc9b2819c89f35baf62cd85f68dd5ea900f33fc +SIZE (osprofiler-1.4.0.tar.gz) = 59906 Added: head/devel/py-osprofiler/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-osprofiler/pkg-descr Thu Oct 20 15:19:37 2016 (r424335) @@ -0,0 +1,8 @@ +OSProfiler provides a tiny but powerful library that is used by most (soon to +be all) OpenStack projects and their python clients. It provides functionality +to be able to generate 1 trace per request, that goes through all involved +services. This trace can then be extracted and used to build a tree of calls +which can be quite handy for a variety of reasons (for example in isolating +cross-project performance issues). + +WWW: https://pypi.python.org/pypi/osprofiler
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201610201519.u9KFJbKt057488>