Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 471504 - dev-python/cgkit-2.0.0_alpha9-r1: Deprecated imports of PIL modules
Summary: dev-python/cgkit-2.0.0_alpha9-r1: 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:08 UTC by Arfrever Frehtes Taifersar Arahesis
Modified: 2013-06-08 14:36 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:08:21 UTC
dev-python/cgkit-2.0.0_alpha9-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 *
cgkit/_Image.py:    from Image import *
cgkit/riutil.py:    import Image
cgkit/_ImageDraw.py:    from ImageDraw import *
utilities/checkenv.py:    import Image
utilities/postbake.py:import sys, optparse, Image
Comment 1 Mike Gilbert gentoo-dev 2013-06-08 14:36:44 UTC
*cgkit-2.0.0 (06 Jun 2013)

  06 Jun 2013; Mike Gilbert <floppym@gentoo.org> +cgkit-2.0.0.ebuild,
  +files/cgkit-py2k-pillow.patch, +files/cgkit-py3k-pillow.patch:
  Version bump. Convert to distutils-r1. Enable python3.