pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/x11/py-terminator py-terminator: Fix dependencies, mat...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/18cecfc351bf
branches:  trunk
changeset: 448213:18cecfc351bf
user:      nia <nia%pkgsrc.org@localhost>
date:      Sat Mar 06 09:22:44 2021 +0000

description:
py-terminator: Fix dependencies, match those in setup.py

diffstat:

 x11/py-terminator/Makefile |  12 ++++++++----
 1 files changed, 8 insertions(+), 4 deletions(-)

diffs (29 lines):

diff -r 24275756c35e -r 18cecfc351bf x11/py-terminator/Makefile
--- a/x11/py-terminator/Makefile        Sat Mar 06 08:57:54 2021 +0000
+++ b/x11/py-terminator/Makefile        Sat Mar 06 09:22:44 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.29 2021/01/24 11:15:07 kamil Exp $
+# $NetBSD: Makefile,v 1.30 2021/03/06 09:22:44 nia Exp $
 
 GITHUB_PROJECT=        terminator
 DISTNAME=      terminator-2.1.0
@@ -27,12 +27,16 @@
 SUBST_FILES.manpath=   setup.py
 SUBST_VARS.manpath=    PKGMANDIR
 
-DEPENDS+=      ${PYPKGPREFIX}-babel-[0-9]*:../../devel/py-babel
+BUILD_DEPENDS+=        ${PYPKGPREFIX}-test-runner-[0-9]*:../../devel/py-test-runner
+
+DEPENDS+=      ${PYPKGPREFIX}-cairo-[0-9]*:../../graphics/py-cairo
 DEPENDS+=      ${PYPKGPREFIX}-configobj-[0-9]*:../../devel/py-configobj
+DEPENDS+=      ${PYPKGPREFIX}-dbus-[0-9]*:../../sysutils/py-dbus
+DEPENDS+=      ${PYPKGPREFIX}-gobject3-[0-9]*:../../devel/py-gobject3
 DEPENDS+=      ${PYPKGPREFIX}-psutil>=5.6.3:../../sysutils/py-psutil
 
-.include "../../devel/glib2/buildlink3.mk"
-.include "../../devel/pango/buildlink3.mk"
+PYTHON_VERSIONS_INCOMPATIBLE=  27
+
 .include "../../graphics/hicolor-icon-theme/buildlink3.mk"
 .include "../../lang/python/application.mk"
 .include "../../lang/python/distutils.mk"



Home | Main Index | Thread Index | Old Index