From owner-svn-ports-all@freebsd.org Thu Oct 20 15:19:38 2016 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 F050FC1A556; Thu, 20 Oct 2016 15:19:38 +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 B100D2A9; Thu, 20 Oct 2016 15:19:38 +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 u9KFJb8B057492; Thu, 20 Oct 2016 15:19:37 GMT (envelope-from novel@FreeBSD.org) Received: (from novel@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9KFJbKt057488; Thu, 20 Oct 2016 15:19:37 GMT (envelope-from novel@FreeBSD.org) Message-Id: <201610201519.u9KFJbKt057488@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: novel set sender to novel@FreeBSD.org using -f From: Roman Bogorodskiy Date: Thu, 20 Oct 2016 15:19:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424335 - in head/devel: . py-osprofiler 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: Thu, 20 Oct 2016 15:19:39 -0000 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 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 +# $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 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