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: leot
Date: Tue Jan 31 14:08:06 UTC 2017
Modified Files:
pkgsrc/graphics/py-Pillow: Makefile
Log Message:
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
To generate a diff of this commit:
cvs rdiff -u -r1.30 -r1.31 pkgsrc/graphics/py-Pillow/Makefile
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/Makefile
diff -u pkgsrc/graphics/py-Pillow/Makefile:1.30 pkgsrc/graphics/py-Pillow/Makefile:1.31
--- pkgsrc/graphics/py-Pillow/Makefile:1.30 Sun Jan 29 12:46:45 2017
+++ pkgsrc/graphics/py-Pillow/Makefile Tue Jan 31 14:08:06 2017
@@ -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 @@ LICENSE= hpnd
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