Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 471500

Summary: app-text/calibre-0.9.32: Deprecated imports of PIL modules
Product: Gentoo Linux Reporter: Arfrever Frehtes Taifersar Arahesis <arfrever.fta>
Component: Current packagesAssignee: Zac Medico <zmedico>
Status: RESOLVED FIXED    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: All   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 471488    

Description Arfrever Frehtes Taifersar Arahesis 2013-05-27 23:51:32 UTC
app-text/calibre-0.9.32 contains deprecated imports of PIL modules, which are no longer supported in >=dev-python/imaging-2.0.0. See bug #471488 for details.

Majority of imports in this package are non-deprecated. Deprecated imports:

src/calibre/ebooks/textile/functions.py:        import ImageFile
Comment 1 Mike Gilbert gentoo-dev 2013-06-08 15:35:14 UTC
+*calibre-0.9.34-r1 (08 Jun 2013)
+
+  08 Jun 2013; Mike Gilbert <floppym@gentoo.org> +calibre-0.9.34-r1.ebuild,
+  +files/calibre-pillow.patch, -calibre-0.9.34.ebuild, calibre-0.9.27.ebuild,
+  calibre-0.9.33.ebuild:
+  Fix PIL import for Pillow compat. Revert imaging dep change in ebuild which do
+  not apply this fix.