diff options
Diffstat (limited to '.SRCINFO')
-rw-r--r-- | .SRCINFO | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO new file mode 100644 index 00000000000..4164cfc8526 --- /dev/null +++ b/.SRCINFO @@ -0,0 +1,16 @@ +pkgbase = python-snakeviz + pkgdesc = A viewer for Python profiling data that runs as a web application in your browser. It is inspired by the wxPython profile viewer RunSnakeRun. + pkgver = 0.4.0 + pkgrel = 1 + url = http://jiffyclub.github.io/snakeviz + arch = any + license = CUSTOM + depends = python + depends = python-tornado + depends = python-jinja + options = !emptydirs + source = https://pypi.python.org/packages/source/s/snakeviz/snakeviz-0.4.0.tar.gz + md5sums = a7f59cded288ac7dab683f718dd34727 + +pkgname = python-snakeviz + |