On Tue, 08 Sep 2015 22:25:11 -0700 Diane Trout <di...@debian.org> wrote: > I have a packaging tree that I'm using at: > https://github.com/detrout/python-bokeh
I updated my packaging recipe to 0.12.3, though it still uses the prebuilt javascript provided when upstream builds the pypi package. I also looked through the bokehjs dependency list Name | | Debian | Version underscore | ^1.5.2 | libjs-underscore | 1.8.3 backbone | ^1.1.0 | libjs-backbone | 1.3.3 es6-promise | 3.0.2 | libjs-es6-promise | 3.2.2 jquery | ^2.1.1 | libjs-jquery | 3.1.1 jquery-mousewheel | ^3.1.12 | libjs-jquery-mousewheel | 11 jquery-ui | ^1.10.5 | libjs-jquery-ui | 1.12.1 jsnlog | ^2.7.5 | | mathutils | 0.0.1 | | rbush | ^1.3.5 | node-rbush | 2.0.1 proj4 | ^2.3.10 | libjs-proj4 | 2.3.15 sprintf | ^0.1.5 | node-sprintf-js? | 1.0.3 timezone | 0.0.38 | | coffee-script | 1.9.3 | coffeescript | 1.10.0 Most of the dependencies seem to be in Debian. The build process seems to use gulp and browserfy. Also there's another key "devDependency" in the package.json of which I have no idea how many are important.