Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 471492 - app-misc/gourmet-0.15.9: Deprecated imports of PIL modules
Summary: app-misc/gourmet-0.15.9: Deprecated imports of PIL modules
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All All
: Normal normal (vote)
Assignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it
URL:
Whiteboard:
Keywords:
Depends on: 484528
Blocks: 471488
  Show dependency tree
 
Reported: 2013-05-27 23:41 UTC by Arfrever Frehtes Taifersar Arahesis
Modified: 2013-09-17 03:23 UTC (History)
1 user (show)

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-27 23:41:05 UTC
app-misc/gourmet-0.15.9 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 *
src/lib/gtk_extras/ratingWidget.py:import Image, os.path
src/lib/gtk_extras/thumbnail.py:import Image, urllib, hashlib, os.path, os, StringIO
src/lib/gtk_extras/thumbnail.py:        import PngImagePlugin
src/lib/reccard.py:import gtk.glade, gtk, gobject, os.path, time, os, sys, re, threading, gtk.gdk, Image, StringIO, pango, string
src/lib/PngImagePluginUpToDate.py:import Image, ImageFile, ImagePalette
src/lib/plugins/import_export/html_plugin/html_exporter.py:import re, Image, os.path, os, xml.sax.saxutils, time, shutil, urllib, textwrap
src/lib/plugins/import_export/mealmaster_plugin/mealmaster_exporter.py:import re, Image, os.path, os, xml.sax.saxutils, time, shutil, urllib, textwrap
src/lib/exporters/exporter.py:import re, Image, os.path, os, xml.sax.saxutils, time, shutil, urllib, textwrap, types
src/lib/ImageExtras.py:import os, os.path, tempfile, gtk, Image, StringIO
src/lib/GourmetRecipeManager.py:import Image
windows/Gourmet.pyw:import gtk.glade, gtk, gobject, os.path, time, os, sys, re, threading, gtk.gdk, Image, StringIO, pango, string, traceback
Comment 1 tastytea 2013-09-10 22:11:43 UTC
Version 0.16.1 fixes this. Ebuild: Bug #484528.
Comment 2 Patrick Lauer gentoo-dev 2013-09-17 03:23:38 UTC
+  17 Sep 2013; Patrick Lauer <patrick@gentoo.org> +gourmet-0.16.1.ebuild:
+  Bump for #484528 #471492