pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/graphics/py-Pillow py-Pillow: disabled mp_compile hack...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1e761b4fbbda
branches:  trunk
changeset: 378106:1e761b4fbbda
user:      adam <adam%pkgsrc.org@localhost>
date:      Sat Mar 31 16:22:10 2018 +0000

description:
py-Pillow: disabled mp_compile hack; it has problems with native parallel building

diffstat:

 graphics/py-Pillow/distinfo               |   4 ++--
 graphics/py-Pillow/patches/patch-setup.py |  13 +++++++++++--
 2 files changed, 13 insertions(+), 4 deletions(-)

diffs (38 lines):

diff -r f80ba0ae9d58 -r 1e761b4fbbda graphics/py-Pillow/distinfo
--- a/graphics/py-Pillow/distinfo       Sat Mar 31 15:14:59 2018 +0000
+++ b/graphics/py-Pillow/distinfo       Sat Mar 31 16:22:10 2018 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.30 2018/01/12 19:50:52 adam Exp $
+$NetBSD: distinfo,v 1.31 2018/03/31 16:22:10 adam Exp $
 
 SHA1 (Pillow-5.0.0.tar.gz) = 595b035920996d43dcdb4164ac45cd9f30e653f1
 RMD160 (Pillow-5.0.0.tar.gz) = 0f88642e5b38a464682828ac0857822223546b5c
 SHA512 (Pillow-5.0.0.tar.gz) = f6f1e138effe44a89897f48032a36406dab3c4ddff2a97b7d01e99c05865abad5cffa3ab0eefcacb243e422778063b49243b1a538012fe9c39a1e4329c0978f3
 Size (Pillow-5.0.0.tar.gz) = 14220993 bytes
-SHA1 (patch-setup.py) = 742b6c24b49e1f797b0e012ee7e094f35f60740f
+SHA1 (patch-setup.py) = 14ab443eef8b53481d2610830533fbb988688bf6
 SHA1 (patch-src_libImaging_ImagingUtils.h) = 72b191be439c05b74c278109f1afc6066e5dbad6
diff -r f80ba0ae9d58 -r 1e761b4fbbda graphics/py-Pillow/patches/patch-setup.py
--- a/graphics/py-Pillow/patches/patch-setup.py Sat Mar 31 15:14:59 2018 +0000
+++ b/graphics/py-Pillow/patches/patch-setup.py Sat Mar 31 16:22:10 2018 +0000
@@ -1,9 +1,18 @@
-$NetBSD: patch-setup.py,v 1.14 2018/01/04 20:59:50 adam Exp $
+$NetBSD: patch-setup.py,v 1.15 2018/03/31 16:22:11 adam Exp $
 
 Prevent to detect optional tkinter.
+Disable mp_compile hack; it has problems with native parallel building.
 
---- setup.py.orig      2018-01-04 20:47:56.000000000 +0000
+--- setup.py.orig      2018-01-01 21:04:32.000000000 +0000
 +++ setup.py
+@@ -23,7 +23,6 @@ from setuptools import Extension, setup
+ 
+ # monkey patch import hook. Even though flake8 says it's not used, it is.
+ # comment this out to disable multi threaded builds.
+-import mp_compile
+ 
+ 
+ if sys.platform == "win32" and sys.version_info >= (3, 7):
 @@ -128,11 +128,7 @@ def get_version():
      return locals()['__version__']
  



Home | Main Index | Thread Index | Old Index