Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 471518 - gnome-extra/cinnamon-1.6.7-r1: Deprecated imports of PIL modules
Summary: gnome-extra/cinnamon-1.6.7-r1: Deprecated imports of PIL modules
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] GNOME (show other bugs)
Hardware: All All
: Normal normal (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 471488
  Show dependency tree
 
Reported: 2013-05-28 00:35 UTC by Arfrever Frehtes Taifersar Arahesis
Modified: 2013-06-10 16:16 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Arfrever Frehtes Taifersar Arahesis 2013-05-28 00:35:37 UTC
gnome-extra/cinnamon-1.6.7-r1 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 *
files/usr/lib/cinnamon-settings/cinnamon-settings.py:    import Image
files/usr/lib/cinnamon-settings/imtools.py:import Image
files/usr/lib/cinnamon-settings/imtools.py:import ImageDraw
files/usr/lib/cinnamon-settings/imtools.py:import ImageEnhance
files/usr/lib/cinnamon-settings/imtools.py:import ImageOps, ImageChops, ImageFilter
Comment 1 Mike Gilbert gentoo-dev 2013-06-10 16:16:54 UTC
+*cinnamon-1.6.7-r2 (10 Jun 2013)
+
+  10 Jun 2013; Mike Gilbert <floppym@gentoo.org> +cinnamon-1.6.7-r2.ebuild,
+  +files/cinnamon-1.6.7-pillow.patch:
+  Replace deprecated PIL imports and depend on virtual/python-imaging, bug
+  471518.