pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/mypaint



Module Name:    pkgsrc
Committed By:   wiz
Date:           Thu Aug 17 14:42:44 UTC 2023

Modified Files:
        pkgsrc/graphics/mypaint: Makefile

Log Message:
mypaint: mark as not for Python 3.11

Might be fixed by
https://github.com/mypaint/mypaint/commit/032a155b72f2b021f66a994050d83f07342d04af


To generate a diff of this commit:
cvs rdiff -u -r1.61 -r1.62 pkgsrc/graphics/mypaint/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/mypaint/Makefile
diff -u pkgsrc/graphics/mypaint/Makefile:1.61 pkgsrc/graphics/mypaint/Makefile:1.62
--- pkgsrc/graphics/mypaint/Makefile:1.61       Mon Aug 14 05:24:36 2023
+++ pkgsrc/graphics/mypaint/Makefile    Thu Aug 17 14:42:44 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.61 2023/08/14 05:24:36 wiz Exp $
+# $NetBSD: Makefile,v 1.62 2023/08/17 14:42:44 wiz Exp $
 
 DISTNAME=      mypaint-2.0.0
 PKGREVISION=   14
@@ -19,6 +19,9 @@ TOOL_DEPENDS+=        swig3-[0-9]*:../../devel/
 EGG_NAME=      MyPaint-${PKGVERSION_NOREV}a0
 
 PYTHON_VERSIONS_INCOMPATIBLE=  27 38
+# might be fixed by:
+# https://github.com/mypaint/mypaint/commit/032a155b72f2b021f66a994050d83f07342d04af
+PYTHON_VERSIONS_INCOMPATIBLE+= 311
 
 USE_LANGUAGES= c c++
 



Home | Main Index | Thread Index | Old Index