pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/py-Pillow Pillow>=4.0.0 needs olefile module, ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/974c22d4407d
branches:  trunk
changeset: 357901:974c22d4407d
user:      leot <leot%pkgsrc.org@localhost>
date:      Tue Jan 31 14:08:06 2017 +0000

description:
Pillow>=4.0.0 needs olefile module, add it to DEPENDS.

>From Pillow-4.0.0 changelog:

 - Remove vendored version of olefile Python package in favor of
   upstream #2199 [jdufresne]

Bump PKGREVISION

diffstat:

 graphics/py-Pillow/Makefile |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (22 lines):

diff -r bda0afe4ee44 -r 974c22d4407d graphics/py-Pillow/Makefile
--- a/graphics/py-Pillow/Makefile       Tue Jan 31 14:04:52 2017 +0000
+++ b/graphics/py-Pillow/Makefile       Tue Jan 31 14:08:06 2017 +0000
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.30 2017/01/29 12:46:45 adam Exp $
+# $NetBSD: Makefile,v 1.31 2017/01/31 14:08:06 leot Exp $
 
 DISTNAME=      Pillow-4.0.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+PKGREVISION=   1
 CATEGORIES=    graphics python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=P/Pillow/}
 
@@ -12,6 +13,8 @@
 
 CONFLICTS+=    ${PYPKGPREFIX}-imaging-[0-9]*
 
+DEPENDS+=      ${PYPKGPREFIX}-olefile-*:../../devel/py-olefile
+
 SUBST_CLASSES+=                fix-path
 SUBST_MESSAGE.fix-path=        Fixing paths.
 SUBST_STAGE.fix-path=  pre-configure



Home | Main Index | Thread Index | Old Index