From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jan 27 06:00:00 2014 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id DDD1BE42 for ; Mon, 27 Jan 2014 06:00:00 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id B8285131E for ; Mon, 27 Jan 2014 06:00:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id s0R6008o027198 for ; Mon, 27 Jan 2014 06:00:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id s0R60044027197; Mon, 27 Jan 2014 06:00:00 GMT (envelope-from gnats) Resent-Date: Mon, 27 Jan 2014 06:00:00 GMT Resent-Message-Id: <201401270600.s0R60044027197@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Johannes Jost Meixner Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 48561D67 for ; Mon, 27 Jan 2014 05:50:58 +0000 (UTC) Received: from dd16522.kasserver.com (dd16522.kasserver.com [85.13.137.124]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id CAE7F1299 for ; Mon, 27 Jan 2014 05:50:57 +0000 (UTC) Received: from mx12.chaot.net (82.131.84.56.cable.starman.ee [82.131.84.56]) by dd16522.kasserver.com (Postfix) with ESMTPSA id CD2E04560EF for ; Mon, 27 Jan 2014 06:50:54 +0100 (CET) Received: from localhost (1003@localhost [local]); by mx12.chaot.net (OpenSMTPD) with ESMTPA id 7b41c5cf; for ; Mon, 27 Jan 2014 07:50:52 +0200 (EET) Message-Id: <1968222474.enqueue@mx12.chaot.net> Date: Mon, 27 Jan 2014 07:50:52 +0200 (EET) From: Johannes Jost Meixner To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/186157: [NEW PORT] devel/py-yappi: Yet Another Python Profiler X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Jan 2014 06:00:00 -0000 >Number: 186157 >Category: ports >Synopsis: [NEW PORT] devel/py-yappi: Yet Another Python Profiler >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Jan 27 06:00:00 UTC 2014 >Closed-Date: >Last-Modified: >Originator: Johannes Jost Meixner >Release: FreeBSD 11.0-CURRENT amd64 >Organization: Goldener Grund OUe >Environment: System: FreeBSD mx12.chaot.net 11.0-CURRENT FreeBSD 11.0-CURRENT #0: Wed Jan 15 11:44:09 EET 2014 >Description: Yappi is designed to work on long-running multi-threaded application. It is possible to profile an application, retrieve the statistics, then stop and start later on on the fly (without affecting the profiled application). WWW: https://pypi.python.org/pypi/yappi/ Generated with FreeBSD Port Tools 0.99_8 (mode: new) >How-To-Repeat: >Fix: --- .shar begins here --- # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # py-yappi # py-yappi/distinfo # py-yappi/Makefile # py-yappi/pkg-descr # py-yappi/files # py-yappi/files/patch-setup.py # echo c - py-yappi mkdir -p py-yappi > /dev/null 2>&1 echo x - py-yappi/distinfo sed 's/^X//' >py-yappi/distinfo << '4af61bc7f436e51f124a3ae16bd373d4' XSHA256 (yappi-0.82.tar.gz) = 1321532bd47ddb4998c1f1a95f51f2a6a0e652fdfe93f82a25e41e77dca78f23 XSIZE (yappi-0.82.tar.gz) = 29841 4af61bc7f436e51f124a3ae16bd373d4 echo x - py-yappi/Makefile sed 's/^X//' >py-yappi/Makefile << '128a884fddc3dbe7786826decfa42092' X# Created by: Johannes Meixner X# $FreeBSD$ X XPORTNAME= yappi XPORTVERSION= 0.82 XCATEGORIES= devel python XMASTER_SITES= CHEESESHOP XPKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} X XMAINTAINER= xmj@chaot.net XCOMMENT= Yet Another Python Profiler X XLICENSE= MIT X XOPTIONS_DEFINE= DOCS XPORTDOCS= * X XUSE_PYTHON= yes XUSE_PYDISTUTILS= yes XPYDISTUTILS_AUTOPLIST= yes X Xpost-patch: X ${RM} ${WRKSRC}/ez_setup.py X ${RM} ${WRKSRC}/distribute_setup.py X Xpost-install: X ${MKDIR} ${STAGEDIR}${DOCSDIR} X ${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR} X X.include 128a884fddc3dbe7786826decfa42092 echo x - py-yappi/pkg-descr sed 's/^X//' >py-yappi/pkg-descr << '5f514b53757ebebde4d77843856e6d67' XYappi is designed to work on long-running multi-threaded application. X XIt is possible to profile an application, retrieve the Xstatistics, then stop and start later on on the fly (without affecting the Xprofiled application). X XWWW: https://pypi.python.org/pypi/yappi/ 5f514b53757ebebde4d77843856e6d67 echo c - py-yappi/files mkdir -p py-yappi/files > /dev/null 2>&1 echo x - py-yappi/files/patch-setup.py sed 's/^X//' >py-yappi/files/patch-setup.py << '94b5a293a7e36ac828b2ede1e4cf3d3a' X--- ./setup.py.orig 2014-01-06 14:49:25.000000000 +0200 X+++ ./setup.py 2014-01-07 13:42:57.722830400 +0200 X@@ -1,12 +1,6 @@ X #!/usr/bin/env python X import os X import sys X-if sys.version_info >= (3, 0): X- from distribute_setup import use_setuptools X-else: X- from ez_setup import use_setuptools X- X-use_setuptools() X X from setuptools import setup X from distutils.core import Extension X@@ -74,7 +68,7 @@ X extra_compile_args = compile_args, X extra_link_args = link_args, X )], X- py_modules = ["yappi", "distribute_setup", "ez_setup"], X+ py_modules = ["yappi"], X entry_points = { X 'console_scripts': [ X 'yappi = yappi:main', 94b5a293a7e36ac828b2ede1e4cf3d3a exit --- .shar ends here --- >Release-Note: >Audit-Trail: >Unformatted: