pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/py-pilkit



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Mon Nov  6 20:10:35 UTC 2023

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

Log Message:
py-pilkit: Add PYTHON_VERSIONS_INCOMPATIBLE.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/graphics/py-pilkit/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-pilkit/Makefile
diff -u pkgsrc/graphics/py-pilkit/Makefile:1.2 pkgsrc/graphics/py-pilkit/Makefile:1.3
--- pkgsrc/graphics/py-pilkit/Makefile:1.2      Sun Nov  5 00:45:21 2023
+++ pkgsrc/graphics/py-pilkit/Makefile  Mon Nov  6 20:10:35 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2023/11/05 00:45:21 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2023/11/06 20:10:35 jperkin Exp $
 
 DISTNAME=      pilkit-3.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -18,5 +18,7 @@ TEST_DEPENDS+=        ${PYPKGPREFIX}-Pillow>=0:
 
 USE_LANGUAGES= # none
 
+PYTHON_VERSIONS_INCOMPATIBLE=  27
+
 .include "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index