pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/py-Pillow



Module Name:    pkgsrc
Committed By:   adam
Date:           Sat Mar 31 16:22:11 UTC 2018

Modified Files:
        pkgsrc/graphics/py-Pillow: distinfo
        pkgsrc/graphics/py-Pillow/patches: patch-setup.py

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


To generate a diff of this commit:
cvs rdiff -u -r1.30 -r1.31 pkgsrc/graphics/py-Pillow/distinfo
cvs rdiff -u -r1.14 -r1.15 pkgsrc/graphics/py-Pillow/patches/patch-setup.py

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/graphics/py-Pillow/distinfo
diff -u pkgsrc/graphics/py-Pillow/distinfo:1.30 pkgsrc/graphics/py-Pillow/distinfo:1.31
--- pkgsrc/graphics/py-Pillow/distinfo:1.30     Fri Jan 12 19:50:52 2018
+++ pkgsrc/graphics/py-Pillow/distinfo  Sat Mar 31 16:22:10 2018
@@ -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

Index: pkgsrc/graphics/py-Pillow/patches/patch-setup.py
diff -u pkgsrc/graphics/py-Pillow/patches/patch-setup.py:1.14 pkgsrc/graphics/py-Pillow/patches/patch-setup.py:1.15
--- pkgsrc/graphics/py-Pillow/patches/patch-setup.py:1.14       Thu Jan  4 20:59:50 2018
+++ pkgsrc/graphics/py-Pillow/patches/patch-setup.py    Sat Mar 31 16:22:11 2018
@@ -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