pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/databases/gom gom: disable python 2.7



details:   https://anonhg.NetBSD.org/pkgsrc/rev/49e46ab2c1e0
branches:  trunk
changeset: 372661:49e46ab2c1e0
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Fri Jan 28 11:47:54 2022 +0000

description:
gom: disable python 2.7

(reduce users of py27-gobject3)

diffstat:

 databases/gom/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 9880e08f4d39 -r 49e46ab2c1e0 databases/gom/Makefile
--- a/databases/gom/Makefile    Fri Jan 28 11:04:38 2022 +0000
+++ b/databases/gom/Makefile    Fri Jan 28 11:47:54 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2021/12/08 16:03:37 adam Exp $
+# $NetBSD: Makefile,v 1.7 2022/01/28 11:47:54 wiz Exp $
 
 DISTNAME=      gom-0.4
 PKGREVISION=   5
@@ -18,6 +18,8 @@
 
 PY_PATCHPLIST= yes
 
+PYTHON_VERSIONS_INCOMPATIBLE=  27
+
 .include "../../databases/sqlite3/buildlink3.mk"
 .include "../../devel/gobject-introspection/buildlink3.mk"
 .include "../../devel/meson/build.mk"



Home | Main Index | Thread Index | Old Index