pkgsrc-Changes archive

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

CVS commit: pkgsrc/math/gnumeric112



Module Name:    pkgsrc
Committed By:   wiz
Date:           Fri Jan 28 12:17:24 UTC 2022

Modified Files:
        pkgsrc/math/gnumeric112: Makefile

Log Message:
gnumeric112: restrict to python 3.x

(reduce py27-gobject3 users)


To generate a diff of this commit:
cvs rdiff -u -r1.76 -r1.77 pkgsrc/math/gnumeric112/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/math/gnumeric112/Makefile
diff -u pkgsrc/math/gnumeric112/Makefile:1.76 pkgsrc/math/gnumeric112/Makefile:1.77
--- pkgsrc/math/gnumeric112/Makefile:1.76       Wed Dec  8 16:05:34 2021
+++ pkgsrc/math/gnumeric112/Makefile    Fri Jan 28 12:17:24 2022
@@ -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 @@ PKGCONFIG_OVERRIDE=   libspreadsheet.pc.in
 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