FS#33392 - [calibre] package does not contain compiled bytecode

Attached to Project: Community Packages
Opened by Stefano Sanfilippo (esseks) - Monday, 14 January 2013, 16:23 GMT
Last edited by Giovanni Scafora (giovanni) - Friday, 18 January 2013, 08:53 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To Giovanni Scafora (giovanni)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description: calibre-0.9.14-1 ships without .pyc/.pyo compiled bytecode and startup is very slow. Batch operations are also affected, as Calibre spawns a worker (calibre-parallel) for each job. An option is to generate bytecode by hand using compileall, but I don't fancy having untracked files under /lib.

So, patch below adds the relevant commands to produce compiled bytecode.
This task depends upon

Closed by  Giovanni Scafora (giovanni)
Friday, 18 January 2013, 08:53 GMT
Reason for closing:  Fixed
Additional comments about closing:  Fixed in calibre-0.9.15
Comment by Stefano Sanfilippo (esseks) - Monday, 14 January 2013, 16:28 GMT
Sorry, forgot to add a title and now I can't modify this bug report. Something like "package does not contain compiled bytecode" would do.

Loading...