pkgsrc-Changes archive

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

CVS commit: pkgsrc/databases/gom



Module Name:    pkgsrc
Committed By:   wiz
Date:           Fri Jan 28 11:47:54 UTC 2022

Modified Files:
        pkgsrc/databases/gom: Makefile

Log Message:
gom: disable python 2.7

(reduce users of py27-gobject3)


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/databases/gom/Makefile

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

Modified files:

Index: pkgsrc/databases/gom/Makefile
diff -u pkgsrc/databases/gom/Makefile:1.6 pkgsrc/databases/gom/Makefile:1.7
--- pkgsrc/databases/gom/Makefile:1.6   Wed Dec  8 16:03:37 2021
+++ pkgsrc/databases/gom/Makefile       Fri Jan 28 11:47:54 2022
@@ -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 @@ USE_TOOLS+=   pkg-config
 
 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