pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/graphics/py-Pillow6
Module Name: pkgsrc
Committed By: wiz
Date: Sun Apr 30 19:01:32 UTC 2023
Modified Files:
pkgsrc/graphics/py-Pillow6: Makefile
Log Message:
py-Pillow6: only for python 2
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/graphics/py-Pillow6/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-Pillow6/Makefile
diff -u pkgsrc/graphics/py-Pillow6/Makefile:1.5 pkgsrc/graphics/py-Pillow6/Makefile:1.6
--- pkgsrc/graphics/py-Pillow6/Makefile:1.5 Sun Jan 29 21:16:43 2023
+++ pkgsrc/graphics/py-Pillow6/Makefile Sun Apr 30 19:01:31 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2023/01/29 21:16:43 ryoon Exp $
+# $NetBSD: Makefile,v 1.6 2023/04/30 19:01:31 wiz Exp $
DISTNAME= Pillow-6.2.2
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -11,13 +11,15 @@ HOMEPAGE= https://python-pillow.org/
COMMENT= Python Imaging Library (Fork)
LICENSE= hpnd
+DEPENDS+= ${PYPKGPREFIX}-olefile-[0-9]*:../../devel/py-olefile
+#BUILD_DEPENDS+= ${PYPKGPREFIX}-test-runner-[0-9]*:../../devel/py-test-runner
+TEST_DEPENDS+= netpbm-[0-9]*:../../graphics/netpbm
+
USE_TOOLS+= pkg-config
-CONFLICTS+= ${PYPKGPREFIX}-imaging-[0-9]*
+PYTHON_VERSIONS_ACCEPTED= 27
-DEPENDS+= ${PYPKGPREFIX}-olefile-[0-9]*:../../devel/py-olefile
-BUILD_DEPENDS+= ${PYPKGPREFIX}-test-runner-[0-9]*:../../devel/py-test-runner
-TEST_DEPENDS+= netpbm-[0-9]*:../../graphics/netpbm
+CONFLICTS+= ${PYPKGPREFIX}-imaging-[0-9]*
.include "../../devel/zlib/buildlink3.mk"
.include "../../graphics/freetype2/buildlink3.mk"
Home |
Main Index |
Thread Index |
Old Index