pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/py-Willow



Module Name:    pkgsrc
Committed By:   wiz
Date:           Wed Mar 15 13:44:14 UTC 2023

Modified Files:
        pkgsrc/graphics/py-Willow: Makefile

Log Message:
py-Willow: supports python 3.x only


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/graphics/py-Willow/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-Willow/Makefile
diff -u pkgsrc/graphics/py-Willow/Makefile:1.9 pkgsrc/graphics/py-Willow/Makefile:1.10
--- pkgsrc/graphics/py-Willow/Makefile:1.9      Tue Jan  3 17:37:29 2023
+++ pkgsrc/graphics/py-Willow/Makefile  Wed Mar 15 13:44:14 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2023/01/03 17:37:29 wiz Exp $
+# $NetBSD: Makefile,v 1.10 2023/03/15 13:44:14 wiz Exp $
 
 DISTNAME=      Willow-1.4.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -12,11 +12,11 @@ COMMENT=    Wrapper library for Pillow, Ope
 LICENSE=       modified-bsd
 
 DEPENDS+=      ${PYPKGPREFIX}-wand-[0-9]*:../../graphics/py-wand
+DEPENDS+=      ${PYPKGPREFIX}-Willow-[0-9]*:../../graphics/py-Pillow
 TEST_DEPENDS+= ${PYPKGPREFIX}-mock>=3.0.0:../../devel/py-mock
 
-PYTHON_VERSIONED_DEPENDENCIES= Pillow
+PYTHON_VERSIONS_INCOMPATIBLE=  27
 
 .include "../../graphics/opencv/buildlink3.mk"
 .include "../../lang/python/egg.mk"
-.include "../../lang/python/versioned_dependencies.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index