Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 471514 - games-board/pysolfc-2.0-r1: Deprecated imports of PIL modules
Summary: games-board/pysolfc-2.0-r1: Deprecated imports of PIL modules
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Games (show other bugs)
Hardware: All All
: Normal normal (vote)
Assignee: Gentoo Games
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 471488
  Show dependency tree
 
Reported: 2013-05-28 00:30 UTC by Arfrever Frehtes Taifersar Arahesis
Modified: 2013-06-23 21:45 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-28 00:30:07 UTC
games-board/pysolfc-2.0-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 *
pysollib/mfxutil.py:        import Image
pysollib/mfxutil.py:        import ImageTk
pysollib/mfxutil.py:        import ImageOps
pysollib/mfxutil.py:        import GifImagePlugin
pysollib/mfxutil.py:        import PngImagePlugin
pysollib/mfxutil.py:        import JpegImagePlugin
pysollib/mfxutil.py:        import BmpImagePlugin
pysollib/mfxutil.py:        import PpmImagePlugin
scripts/cardset_viewer.py:    import Image, ImageTk
Comment 1 Julian Ospald 2013-06-23 20:51:01 UTC
seems python herd cannot decide what to do

now they have renamed >=dev-python/imaging-2.0.0 to dev-python/pillow and introduced virtual/python-imaging which might be removed someday, because it's just for transition... or not

that's a bit vague

I'll just do nothing until they know what they want
Comment 2 Julian Ospald 2013-06-23 20:55:09 UTC
or let them handle it...
Comment 3 Mike Gilbert gentoo-dev 2013-06-23 21:45:12 UTC
+*pysolfc-2.0-r2 (23 Jun 2013)
+
+  23 Jun 2013; Mike Gilbert <floppym@gentoo.org>
+  +files/pysolfc-PIL-imports.patch, +pysolfc-2.0-r2.ebuild:
+  Update PIL imports and depend on virtual/python-imaging, bug 471514.
Comment 4 Mike Gilbert gentoo-dev 2013-06-23 21:45:36 UTC
I also submitted a patch upstream.

https://sourceforge.net/p/pysolfc/patches/10/