pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/math/gnumeric112 gnumeric112: restrict to python 3.x



details:   https://anonhg.NetBSD.org/pkgsrc/rev/cf3534d416cb
branches:  trunk
changeset: 372674:cf3534d416cb
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Fri Jan 28 12:17:24 2022 +0000

description:
gnumeric112: restrict to python 3.x

(reduce py27-gobject3 users)

diffstat:

 math/gnumeric112/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 15b51e45c21b -r cf3534d416cb math/gnumeric112/Makefile
--- a/math/gnumeric112/Makefile Fri Jan 28 12:14:58 2022 +0000
+++ b/math/gnumeric112/Makefile Fri Jan 28 12:17:24 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.76 2021/12/08 16:05:34 adam Exp $
+# $NetBSD: Makefile,v 1.77 2022/01/28 12:17:24 wiz Exp $
 
 DISTNAME=      gnumeric-1.12.48
 PKGREVISION=   3
@@ -23,6 +23,8 @@
 REPLACE_PERL+=         plugins/perl-func/perl_func.pl
 REPLACE_PERL+=         test/*.pl
 
+PYTHON_VERSIONS_INCOMPATIBLE=  27
+
 # needs a DISPLAY
 TEST_TARGET=           check
 



Home | Main Index | Thread Index | Old Index