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

Bug 471508

Summary: dev-python/pyds-0.7.3: Deprecated imports of PIL modules
Product: Gentoo Linux Reporter: Arfrever Frehtes Taifersar Arahesis <arfrever.fta>
Component: Current packagesAssignee: Python Gentoo Team <python>
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-28 00:13:58 UTC
dev-python/pyds-0.7.3 contains deprecated imports of PIL modules, which are no longer supported in >=dev-python/imaging-2.0.0. See bug #471488 for details.

$ find_pil_deprecated_imports *
PyDS/PictureTool.py:import Image
PyDS/PictureTool.py:import ImageDraw
Comment 1 Mike Gilbert gentoo-dev 2013-06-08 19:08:52 UTC
+*pyds-0.7.3-r1 (08 Jun 2013)
+
+  08 Jun 2013; Mike Gilbert <floppym@gentoo.org> +files/pyds-pillow.patch,
+  +pyds-0.7.3-r1.ebuild:
+  Convert to distutils-r1. Fix PIL imports, bug 471508.