pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/libgweather



Module Name:    pkgsrc
Committed By:   wiz
Date:           Fri Jan 28 11:50:44 UTC 2022

Modified Files:
        pkgsrc/devel/libgweather: Makefile

Log Message:
libgweather: disable python 2.x

(reduce possible py27-gobject3 users)


To generate a diff of this commit:
cvs rdiff -u -r1.89 -r1.90 pkgsrc/devel/libgweather/Makefile

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

Modified files:

Index: pkgsrc/devel/libgweather/Makefile
diff -u pkgsrc/devel/libgweather/Makefile:1.89 pkgsrc/devel/libgweather/Makefile:1.90
--- pkgsrc/devel/libgweather/Makefile:1.89      Wed Dec  8 16:01:58 2021
+++ pkgsrc/devel/libgweather/Makefile   Fri Jan 28 11:50:44 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.89 2021/12/08 16:01:58 adam Exp $
+# $NetBSD: Makefile,v 1.90 2022/01/28 11:50:44 wiz Exp $
 
 DISTNAME=      libgweather-40.0
 PKGREVISION=   4
@@ -14,6 +14,7 @@ LICENSE=      gnu-gpl-v2
 USE_TOOLS+=    pkg-config xgettext
 
 PYTHON_FOR_BUILD_ONLY= tool
+PYTHON_VERSIONS_INCOMPATIBLE=  27
 
 PKGCONFIG_OVERRIDE_STAGE=      pre-install
 PKGCONFIG_OVERRIDE+=           output/meson-private/gweather-3.0.pc



Home | Main Index | Thread Index | Old Index