pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/mypaint mypaint: restrict to python 3



details:   https://anonhg.NetBSD.org/pkgsrc/rev/15b51e45c21b
branches:  trunk
changeset: 372673:15b51e45c21b
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Fri Jan 28 12:14:58 2022 +0000

description:
mypaint: restrict to python 3

(reduce py27-gobject3 users)

diffstat:

 graphics/mypaint/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r aefe0acc5de3 -r 15b51e45c21b graphics/mypaint/Makefile
--- a/graphics/mypaint/Makefile Fri Jan 28 12:10:18 2022 +0000
+++ b/graphics/mypaint/Makefile Fri Jan 28 12:14:58 2022 +0000
@@ -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 @@
 
 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