pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/libpeas libpeas: python plugin does not work wit...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/117602f98dea
branches:  trunk
changeset: 457533:117602f98dea
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sat Aug 28 08:36:10 2021 +0000

description:
libpeas: python plugin does not work with python 3.7

Reported by Chavdar Ivanov on pkgsrc-users.

diffstat:

 devel/libpeas/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 0ca981977dd6 -r 117602f98dea devel/libpeas/Makefile
--- a/devel/libpeas/Makefile    Sat Aug 28 08:07:39 2021 +0000
+++ b/devel/libpeas/Makefile    Sat Aug 28 08:36:10 2021 +0000
@@ -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+=   -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