Package: sqlkit / 0.9.5-1

Metadata

Package Version Patches format
sqlkit 0.9.5-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0001 do not check dependencies.patch | (download)

setup.py | 31 2 + 29 - 0 !
1 file changed, 2 insertions(+), 29 deletions(-)

 do not check dependencies

 The upstream setup checks dependencies and fails if they are missing.
 This patch overrides this behaviour.

0002 install missing files.patch | (download)

setup.py | 19 19 + 0 - 0 !
1 file changed, 19 insertions(+)

 install missing files

 Upstream setup.py doesn't install documentation and .desktop files: this patch
 fixes it.

0003 demo in tmp dir.patch | (download)

demo/sql/demo.py | 16 16 + 0 - 0 !
demo/sql/model/movies.py | 12 9 + 3 - 0 !
2 files changed, 25 insertions(+), 3 deletions(-)

 demo in tmp dir

 The demo creates a temporary database, as well as temporary files such as
 thumbnails: this is impossible if it is ran from within the system directory
 containing it. So a temporary directory, symlinking required files, is created
 and used.

0004 Use local jquery.js and jquery ui.js.patch | (download)

doc/templates/static_base.mako | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

 use local jquery.js and jquery-ui.js

 The documentation provided by upstream retrieves two javascript
 libraries from a remote website. This patch replaces them with
 local versions.