pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/x11/caribou caribou: restrict to python 3.x



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1714b9d9b1bd
branches:  trunk
changeset: 372676:1714b9d9b1bd
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Fri Jan 28 12:20:54 2022 +0000

description:
caribou: restrict to python 3.x

(reduce py27-gobject3 users)

diffstat:

 x11/caribou/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r b700458f5963 -r 1714b9d9b1bd x11/caribou/Makefile
--- a/x11/caribou/Makefile      Fri Jan 28 12:19:30 2022 +0000
+++ b/x11/caribou/Makefile      Fri Jan 28 12:20:54 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2021/12/08 16:07:02 adam Exp $
+# $NetBSD: Makefile,v 1.15 2022/01/28 12:20:54 wiz Exp $
 
 DISTNAME=      caribou-0.4.21
 PKGREVISION=   12
@@ -19,6 +19,8 @@
 
 PY_PATCHPLIST= yes
 
+PYTHON_VERSIONS_INCOMPATIBLE=  27
+
 CONF_FILES=    ${PREFIX}/share/examples/caribou/autostart/caribou-autostart.desktop \
                ${PKG_SYSCONFDIR}/xdg/autostart/caribou-autostart.desktop
 



Home | Main Index | Thread Index | Old Index