public inbox for gentoo-python@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-python] Thoughts on PIL and Pillow
@ 2013-05-28 17:45 Mike Gilbert
  2013-05-28 17:58 ` Michał Górny
  0 siblings, 1 reply; 4+ messages in thread
From: Mike Gilbert @ 2013-05-28 17:45 UTC (permalink / raw
  To: gentoo-python; +Cc: Gentoo Python Project

Hi all,

I would like to collect opinions on how to handle PIL
(dev-python/imaging) and its fork Pillow.

PIL allows its modules to be imported from the PIL namespace, or from
the top-level namespace for backward compatibility. For example:

import Image # legacy import
from PIL import Image

Pillow removes the backward compatibility and no longer allows imports
from the top-level namespace.

Arfrever and I have assembled a tracker bug of packages which need
updating to be compatible with Pillow.

https://bugs.gentoo.org/show_bug.cgi?id=471488

The question I have: Is it better to have Pillow as a separate package
and set up a virtual, or should Pillow just be added as a version bump
of dev-python/imaging?

The portage tree currently has both dev-python/imaging-2.0.0
(hard-masked), and dev-python/pillow-2.0.0. My intent was to eliminate
dev-python/pillow with a pkg move, but upon further consideration I
would like to gather some more opinions on the matter.


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2013-06-03  7:40 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-05-28 17:45 [gentoo-python] Thoughts on PIL and Pillow Mike Gilbert
2013-05-28 17:58 ` Michał Górny
2013-05-28 21:19   ` yac
2013-06-03  7:39   ` Arfrever Frehtes Taifersar Arahesis

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox