Since @fab31's PKGBUILD is no longer available, I updated one with the patch here: http://goo.gl/nbB6pe (updated python2-squaremap is also available).
Search Criteria
Package Details: python2-runsnakerun 2.0.4-1
Git Clone URL: | https://aur.archlinux.org/python2-runsnakerun.git (read-only) |
---|---|
Package Base: | python2-runsnakerun |
Description: | GUI Viewer for Python profiling runs |
Upstream URL: | http://www.vrplumber.com/programming/runsnakerun/ |
Licenses: | |
Submitter: | guibou |
Maintainer: | None |
Last Packager: | parantapa |
Votes: | 22 |
Popularity: | 0.000000 |
First Submitted: | 2011-07-12 19:27 |
Last Updated: | 2015-07-01 10:07 |
Dependencies (2)
Required by (0)
Sources (2)
Latest Comments
karamaz0v commented on 2017-11-20 14:14
bchretien commented on 2014-06-05 23:01
bchretien commented on 2014-06-05 22:40
@guibou: could you update it, or at least disown it? Thanks!
fab31 commented on 2014-03-18 08:45
Updated PKGBUILD: http://pastebin.archlinux.fr/499122
stubb commented on 2014-02-28 01:15
To build it take care of https://projects.archlinux.org/svntogit/packages.git/tree/trunk/PKGBUILD?h=packages/wxpython2.8#n20 and add it to runsnake.py
stubb commented on 2014-02-27 00:27
With version 2.0.4 is requires now squaremap >= 1.0.3
stubb commented on 2014-02-27 00:20
There was a http://pypi.python.org/packages/source/R/RunSnakeRun/RunSnakeRun-2.0.4.tar.gz released.
hi,
it seems dependencies must be updated.
The package works fine with the 'wxpython' package from the community repo, or the optionally with wxpython-light from the AUR for the non Gnome users.
Just changing the depends to:
depends=('python2-squaremap' 'wxpython')
and removing the wx.patch works fine.