Hello Olly

I uploaded a fix on mentors for the PIL/Pillow mix up in your package.

If you'd like to sponsor it, it's available at:
https://mentors.debian.net/package/python-enable

You can download it with:
dget -x
http://mentors.debian.net/debian/pool/main/p/python-enable/python-enable_4.3.0-2.dsc

The diff is attached.

Enjoy!

-- 
Nirgal
diff -Nru python-enable-4.3.0/debian/changelog python-enable-4.3.0/debian/changelog
--- python-enable-4.3.0/debian/changelog	2014-09-04 04:18:13.000000000 +0200
+++ python-enable-4.3.0/debian/changelog	2014-12-07 23:53:43.000000000 +0100
@@ -1,3 +1,11 @@
+python-enable (4.3.0-2) unstable; urgency=medium
+
+  * Team upload.
+  * New patch pillow.diff to fix requirement in egg-info: PIL egg name
+    is now Pillow. (Closes: #761140)
+
+ -- Jean-Michel Nirgal Vourgère <jmv_...@nirgal.com>  Sun, 07 Dec 2014 23:53:34 +0100
+
 python-enable (4.3.0-1.2) unstable; urgency=medium
 
   * Non-maintainer upload.
diff -Nru python-enable-4.3.0/debian/patches/pillow.diff python-enable-4.3.0/debian/patches/pillow.diff
--- python-enable-4.3.0/debian/patches/pillow.diff	1970-01-01 01:00:00.000000000 +0100
+++ python-enable-4.3.0/debian/patches/pillow.diff	2014-12-07 23:52:46.000000000 +0100
@@ -0,0 +1,19 @@
+Description: PIL is provided by Pillow
+ The egg-info dependencies uses the upstream name Pillow, not PIL which is the python import name.
+Author: Nirgal Vourgère <jmv_...@nirgal.com>
+Bug-Debian: https://bugs.debian.org/761140
+Forwarded: https://github.com/enthought/enable/pull/154
+Last-Update: 2014-12-07
+---
+The information above should follow the Patch Tagging Guidelines, please
+checkout http://dep.debian.net/deps/dep3/ to learn about the format.
+
+--- python-enable-4.3.0.orig/enable/__init__.py
++++ python-enable-4.3.0/enable/__init__.py
+@@ -7,5 +7,5 @@ __version__ = '4.3.0'
+ 
+ __requires__ = [
+     'traitsui',
+-    'PIL',
++    'Pillow',
+ ]
diff -Nru python-enable-4.3.0/debian/patches/series python-enable-4.3.0/debian/patches/series
--- python-enable-4.3.0/debian/patches/series	2014-03-16 04:29:56.000000000 +0100
+++ python-enable-4.3.0/debian/patches/series	2014-12-07 23:52:58.000000000 +0100
@@ -1,2 +1,3 @@
 fonttools.diff
 freetype2.diff
+pillow.diff

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to