Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 471506 - dev-python/htmlgen-2.2.2: Deprecated imports of PIL modules
Summary: dev-python/htmlgen-2.2.2: 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: Python Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 471488
  Show dependency tree
 
Reported: 2013-05-28 00:12 UTC by Arfrever Frehtes Taifersar Arahesis
Modified: 2013-06-08 18:11 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:12:33 UTC
dev-python/htmlgen-2.2.2 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 *
ImageH.py:    # directly; import Image and use the core variable instead.
ImageH.py:          import ImageTk
ImagePaletteH.py:            import GimpPaletteFile
ImagePaletteH.py:            import GimpGradientFile
ImagePaletteH.py:            import PaletteFile
imgsize.py:    import Image
Comment 1 Mike Gilbert gentoo-dev 2013-06-08 18:11:00 UTC
+*htmlgen-2.2.2-r1 (08 Jun 2013)
+
+  08 Jun 2013; Mike Gilbert <floppym@gentoo.org> +files/htmlgen-pillow.patch,
+  +htmlgen-2.2.2-r1.ebuild:
+  Convert to python-r1. Fix PIL imports, bug 471506.
+