pkgsrc-Changes archive

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

CVS commit: pkgsrc/print/zathura



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Jul 10 17:24:18 UTC 2022

Modified Files:
        pkgsrc/print/zathura: Makefile

Log Message:
zathura: restrict to python 3

Fix ABI/API confusion while here.


To generate a diff of this commit:
cvs rdiff -u -r1.48 -r1.49 pkgsrc/print/zathura/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/print/zathura/Makefile
diff -u pkgsrc/print/zathura/Makefile:1.48 pkgsrc/print/zathura/Makefile:1.49
--- pkgsrc/print/zathura/Makefile:1.48  Mon Apr 18 19:11:58 2022
+++ pkgsrc/print/zathura/Makefile       Sun Jul 10 17:24:18 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.48 2022/04/18 19:11:58 adam Exp $
+# $NetBSD: Makefile,v 1.49 2022/07/10 17:24:18 wiz Exp $
 
 DISTNAME=      zathura-0.4.9
 PKGREVISION=   1
@@ -11,9 +11,11 @@ HOMEPAGE=    https://pwmt.org/projects/zath
 COMMENT=       PDF viewer with vi-like keybindings
 LICENSE=       zlib
 
+TOOL_DEPENDS+= ${PYPKGPREFIX}-sphinx-[0-9]*:../../textproc/py-sphinx
+
 USE_TOOLS+=    pkg-config
 
-PYTHON_VERSIONED_DEPENDENCIES= sphinx:tool
+PYTHON_VERSIONS_INCOMPATIBLE=  27
 
 # Avoid possible dependency on librsvg
 MESON_ARGS+=   -D convert-icon=disabled
@@ -37,10 +39,10 @@ TOOLS_PLATFORM.msgfmt=
 .include "../../devel/meson/build.mk"
 .include "../../devel/gettext-tools/buildlink3.mk"
 .include "../../graphics/cairo/buildlink3.mk"
-BUILDLINK_ABI_DEPENDS.girara?= girara>=0.3.7
+BUILDLINK_API_DEPENDS.girara?= girara>=0.3.7
 .include "../../graphics/girara/buildlink3.mk"
 .include "../../graphics/hicolor-icon-theme/buildlink3.mk"
-.include "../../lang/python/versioned_dependencies.mk"
+.include "../../lang/python/pyversion.mk"
 .include "../../sysutils/desktop-file-utils/desktopdb.mk"
 .include "../../sysutils/file/buildlink3.mk"
 .include "../../x11/gtk3/buildlink3.mk"



Home | Main Index | Thread Index | Old Index