pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc *: switch to python 2.7 version of py-gobject3



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c909d252e085
branches:  trunk
changeset: 372681:c909d252e085
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Fri Jan 28 14:02:33 2022 +0000

description:
*: switch to python 2.7 version of py-gobject3

diffstat:

 inputmethod/ibus-anthy/Makefile  |  4 ++--
 inputmethod/ibus-array/Makefile  |  6 ++++--
 inputmethod/ibus-python/Makefile |  4 ++--
 inputmethod/ibus/Makefile        |  6 ++++--
 net/syncthing-gtk/Makefile       |  5 +++--
 5 files changed, 15 insertions(+), 10 deletions(-)

diffs (100 lines):

diff -r adb3f4a39209 -r c909d252e085 inputmethod/ibus-anthy/Makefile
--- a/inputmethod/ibus-anthy/Makefile   Fri Jan 28 14:00:58 2022 +0000
+++ b/inputmethod/ibus-anthy/Makefile   Fri Jan 28 14:02:33 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.26 2022/01/28 12:49:56 wiz Exp $
+# $NetBSD: Makefile,v 1.27 2022/01/28 14:02:33 wiz Exp $
 
 DISTNAME=      ibus-anthy-1.5.6
 PKGREVISION=   4
@@ -12,7 +12,7 @@
 
 DEPENDS+=      kasumi>=2.1:../../inputmethod/kasumi
 DEPENDS+=      ibus>=1.5.4:../../inputmethod/ibus
-DEPENDS+=      ${PYPKGPREFIX}-gobject3-[0-9]*:../../devel/py-gobject3
+DEPENDS+=      ${PYPKGPREFIX}-gobject3-[0-9]*:../../devel/py-gobject32
 
 GNU_CONFIGURE=         yes
 USE_LIBTOOL=           yes
diff -r adb3f4a39209 -r c909d252e085 inputmethod/ibus-array/Makefile
--- a/inputmethod/ibus-array/Makefile   Fri Jan 28 14:00:58 2022 +0000
+++ b/inputmethod/ibus-array/Makefile   Fri Jan 28 14:02:33 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.40 2021/12/08 16:05:13 adam Exp $
+# $NetBSD: Makefile,v 1.41 2022/01/28 14:02:33 wiz Exp $
 
 DISTNAME=      ibus-array-0.1.0
 PKGREVISION=   20
@@ -11,7 +11,9 @@
 COMMENT=       Array 30 Input Method for iBus
 LICENSE=       gnu-gpl-v3
 
-DEPENDS+=      ${PYPKGPREFIX}-gobject3-[0-9]*:../../devel/py-gobject3
+DEPENDS+=      ${PYPKGPREFIX}-gobject3-[0-9]*:../../devel/py-gobject32
+
+PYTHON_VERSIONS_ACCEPTED=      27
 
 GNU_CONFIGURE=         yes
 USE_LIBTOOL=           yes
diff -r adb3f4a39209 -r c909d252e085 inputmethod/ibus-python/Makefile
--- a/inputmethod/ibus-python/Makefile  Fri Jan 28 14:00:58 2022 +0000
+++ b/inputmethod/ibus-python/Makefile  Fri Jan 28 14:02:33 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.22 2021/12/08 16:05:15 adam Exp $
+# $NetBSD: Makefile,v 1.23 2022/01/28 14:02:33 wiz Exp $
 
 PKGREVISION= 1
 .include "../../inputmethod/ibus/Makefile.common"
@@ -15,7 +15,7 @@
 GNU_CONFIGURE=         yes
 
 DEPENDS+=      ibus>=${PKGVERSION_NOREV}:../../inputmethod/ibus
-DEPENDS+=      ${PYPKGPREFIX}-gobject3-[0-9]*:../../devel/py-gobject3
+DEPENDS+=      ${PYPKGPREFIX}-gobject3-[0-9]*:../../devel/py-gobject32
 DEPENDS+=      ${PYPKGPREFIX}-gtk2-[0-9]*:../../x11/py-gtk2
 
 PKGCONFIG_OVERRIDE+=   ibus-1.0.pc.in
diff -r adb3f4a39209 -r c909d252e085 inputmethod/ibus/Makefile
--- a/inputmethod/ibus/Makefile Fri Jan 28 14:00:58 2022 +0000
+++ b/inputmethod/ibus/Makefile Fri Jan 28 14:02:33 2022 +0000
@@ -1,15 +1,17 @@
-# $NetBSD: Makefile,v 1.81 2021/12/08 16:02:14 adam Exp $
+# $NetBSD: Makefile,v 1.82 2022/01/28 14:02:33 wiz Exp $
 
 PKGREVISION= 2
 .include "Makefile.common"
 
 COMMENT=       Intelligent Input Bus
 
-DEPENDS+=      ${PYPKGPREFIX}-gobject3-[0-9]*:../../devel/py-gobject3
+DEPENDS+=      ${PYPKGPREFIX}-gobject3-[0-9]*:../../devel/py-gobject32
 BUILD_DEPENDS+=        cldr-emoji-annotation>=37.0.13.0.0.2:../../textproc/cldr-emoji-annotation
 BUILD_DEPENDS+=        unicode-character-database>=13.0.0:../../textproc/unicode-character-database
 BUILD_DEPENDS+=        unicode-emoji>=13.1:../../textproc/unicode-emoji
 
+PYTHON_VERSIONS_ACCEPTED=      27
+
 GNU_CONFIGURE=                 yes
 USE_LIBTOOL=                   yes
 # XXX fails without GNU msgfmt
diff -r adb3f4a39209 -r c909d252e085 net/syncthing-gtk/Makefile
--- a/net/syncthing-gtk/Makefile        Fri Jan 28 14:00:58 2022 +0000
+++ b/net/syncthing-gtk/Makefile        Fri Jan 28 14:02:33 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.27 2022/01/14 15:01:36 wiz Exp $
+# $NetBSD: Makefile,v 1.28 2022/01/28 14:02:33 wiz Exp $
 
 DISTNAME=      syncthing-gtk-0.9.4.4
 PKGREVISION=   4
@@ -15,9 +15,10 @@
 DEPENDS+=      glib-networking-[0-9]*:../../net/glib-networking # GIO GnuTLS support
 DEPENDS+=      psmisc-[0-9]*:../../sysutils/psmisc # for killall
 DEPENDS+=      ${PYPKGPREFIX}-dateutil-[0-9]*:../../time/py-dateutil
-DEPENDS+=      ${PYPKGPREFIX}-gobject3-[0-9]*:../../devel/py-gobject3
+DEPENDS+=      ${PYPKGPREFIX}-gobject3-[0-9]*:../../devel/py-gobject32
 
 PYTHON_VERSIONS_ACCEPTED=      27
+
 EGG_NAME=      ${DISTNAME:S/0/v0/:S/-/_/}
 
 REPLACE_PYTHON+=               *.py scripts/*.py syncthing_gtk/*.py



Home | Main Index | Thread Index | Old Index