Skip to content

Commit

Permalink
SnakeViz is a viewer for Python profiling data that runs as a web
Browse files Browse the repository at this point in the history
application in your browser. It is inspired by the wxPython profile
viewer RunSnakeRun.

WWW: http://jiffyclub.github.io/snakeviz/
  • Loading branch information
AMDmi3 committed Mar 27, 2019
1 parent cfee435 commit 0a511cd
Show file tree
Hide file tree
Showing 4 changed files with 31 additions and 0 deletions.
1 change: 1 addition & 0 deletions devel/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
22 changes: 22 additions & 0 deletions devel/py-snakeviz/Makefile
Original file line number Diff line number Diff line change
@@ -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>
3 changes: 3 additions & 0 deletions devel/py-snakeviz/distinfo
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
TIMESTAMP = 1553262689
SHA256 (snakeviz-2.0.0.tar.gz) = ea3a2a016df46a402ea95d279d273d57fb28eda8748e3beab8e6b322d8616e43
SIZE (snakeviz-2.0.0.tar.gz) = 180094
5 changes: 5 additions & 0 deletions devel/py-snakeviz/pkg-descr
Original file line number Diff line number Diff line change
@@ -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/

0 comments on commit 0a511cd

Please sign in to comment.