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:           Fri Jan 28 12:14:58 UTC 2022

Modified Files:
        pkgsrc/graphics/mypaint: Makefile

Log Message:
mypaint: restrict to python 3

(reduce py27-gobject3 users)


To generate a diff of this commit:
cvs rdiff -u -r1.53 -r1.54 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.53 pkgsrc/graphics/mypaint/Makefile:1.54
--- pkgsrc/graphics/mypaint/Makefile:1.53       Tue Jan  4 20:54:02 2022
+++ pkgsrc/graphics/mypaint/Makefile    Fri Jan 28 12:14:58 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.53 2022/01/04 20:54:02 wiz Exp $
+# $NetBSD: Makefile,v 1.54 2022/01/28 12:14:58 wiz Exp $
 
 DISTNAME=      mypaint-2.0.0
 PKGREVISION=   9
@@ -18,6 +18,8 @@ TOOL_DEPENDS+=        swig3-[0-9]*:../../devel/
 
 EGG_NAME=      MyPaint-${PKGVERSION_NOREV}a0
 
+PYTHON_VERSIONS_INCOMPATIBLE=  27
+
 USE_LANGUAGES= c c++
 
 USE_TOOLS+=    bash:run msgfmt pkg-config



Home | Main Index | Thread Index | Old Index