pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/libpeas



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sat Aug 28 08:36:10 UTC 2021

Modified Files:
        pkgsrc/devel/libpeas: Makefile

Log Message:
libpeas: python plugin does not work with python 3.7

Reported by Chavdar Ivanov on pkgsrc-users.


To generate a diff of this commit:
cvs rdiff -u -r1.50 -r1.51 pkgsrc/devel/libpeas/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/libpeas/Makefile
diff -u pkgsrc/devel/libpeas/Makefile:1.50 pkgsrc/devel/libpeas/Makefile:1.51
--- pkgsrc/devel/libpeas/Makefile:1.50  Sat Aug 28 08:03:18 2021
+++ pkgsrc/devel/libpeas/Makefile       Sat Aug 28 08:36:10 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.50 2021/08/28 08:03:18 wiz Exp $
+# $NetBSD: Makefile,v 1.51 2021/08/28 08:36:10 wiz Exp $
 
 DISTNAME=      libpeas-1.26.0
 PKGREVISION=   2
@@ -20,7 +20,7 @@ MESON_ARGS+=  -Dpython3=true
 MESON_ARGS+=   -Dpython2=false
 MESON_ARGS+=   -Dlua51=false
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27
+PYTHON_VERSIONS_INCOMPATIBLE=  27 37
 PYTHON_FOR_BUILD_ONLY=         yes
 
 PKGCONFIG_OVERRIDE+=   output/meson-private/libpeas-gtk-1.0.pc



Home | Main Index | Thread Index | Old Index