Date: Wed, 27 Mar 2019 09:39:13 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r496940 - in head/devel: . py-snakeviz Message-ID: <201903270939.x2R9dDBt061331@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Wed Mar 27 09:39:13 2019 New Revision: 496940 URL: https://svnweb.freebsd.org/changeset/ports/496940 Log: SnakeViz is a viewer for Python profiling data that runs as a web application in your browser. It is inspired by the wxPython profile viewer RunSnakeRun. WWW: http://jiffyclub.github.io/snakeviz/ Added: head/devel/py-snakeviz/ head/devel/py-snakeviz/Makefile (contents, props changed) head/devel/py-snakeviz/distinfo (contents, props changed) head/devel/py-snakeviz/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Wed Mar 27 09:01:08 2019 (r496939) +++ head/devel/Makefile Wed Mar 27 09:39:13 2019 (r496940) @@ -5154,6 +5154,7 @@ SUBDIR += py-sip SUBDIR += py-six SUBDIR += py-smmap2 + SUBDIR += py-snakeviz SUBDIR += py-sortedcontainers SUBDIR += py-sourcemap SUBDIR += py-spark Added: head/devel/py-snakeviz/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-snakeviz/Makefile Wed Mar 27 09:39:13 2019 (r496940) @@ -0,0 +1,22 @@ +# Created by: Dmitry Marakasov <amdmi3@FreeBSD.org> +# $FreeBSD$ + +PORTNAME= snakeviz +PORTVERSION= 2.0.0 +CATEGORIES= devel +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= amdmi3@FreeBSD.org +COMMENT= Web-based viewer for Python profiler output + +LICENSE= BSD3CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE.txt + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}tornado>0:www/py-tornado@${PY_FLAVOR} + +USES= python +USE_PYTHON= autoplist distutils +NO_ARCH= yes + +.include <bsd.port.mk> Added: head/devel/py-snakeviz/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-snakeviz/distinfo Wed Mar 27 09:39:13 2019 (r496940) @@ -0,0 +1,3 @@ +TIMESTAMP = 1553262689 +SHA256 (snakeviz-2.0.0.tar.gz) = ea3a2a016df46a402ea95d279d273d57fb28eda8748e3beab8e6b322d8616e43 +SIZE (snakeviz-2.0.0.tar.gz) = 180094 Added: head/devel/py-snakeviz/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-snakeviz/pkg-descr Wed Mar 27 09:39:13 2019 (r496940) @@ -0,0 +1,5 @@ +SnakeViz is a viewer for Python profiling data that runs as a web +application in your browser. It is inspired by the wxPython profile +viewer RunSnakeRun. + +WWW: http://jiffyclub.github.io/snakeviz/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201903270939.x2R9dDBt061331>