pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/mail/notmuch
Module Name: pkgsrc
Committed By: wiz
Date: Fri Jul 8 22:12:53 UTC 2022
Modified Files:
pkgsrc/mail/notmuch: Makefile options.mk
Log Message:
notmuch: restrict to python 3
To generate a diff of this commit:
cvs rdiff -u -r1.83 -r1.84 pkgsrc/mail/notmuch/Makefile
cvs rdiff -u -r1.6 -r1.7 pkgsrc/mail/notmuch/options.mk
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/mail/notmuch/Makefile
diff -u pkgsrc/mail/notmuch/Makefile:1.83 pkgsrc/mail/notmuch/Makefile:1.84
--- pkgsrc/mail/notmuch/Makefile:1.83 Tue Jun 28 11:34:23 2022
+++ pkgsrc/mail/notmuch/Makefile Fri Jul 8 22:12:53 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.83 2022/06/28 11:34:23 wiz Exp $
+# $NetBSD: Makefile,v 1.84 2022/07/08 22:12:53 wiz Exp $
DISTNAME= notmuch-0.36
PKGREVISION= 1
@@ -18,7 +18,8 @@ MAKE_FLAGS+= PYTHON=${PYTHONBIN}
INFO_FILES= yes
TEST_TARGET= check
-PYTHON_FOR_BUILD_ONLY= tool
+PYTHON_FOR_BUILD_ONLY= tool
+PYTHON_VERSIONS_INCOMPATIBLE= 27
REPLACE_BASH+= emacs/notmuch-emacs-mua
Index: pkgsrc/mail/notmuch/options.mk
diff -u pkgsrc/mail/notmuch/options.mk:1.6 pkgsrc/mail/notmuch/options.mk:1.7
--- pkgsrc/mail/notmuch/options.mk:1.6 Sun Sep 6 03:11:31 2020
+++ pkgsrc/mail/notmuch/options.mk Fri Jul 8 22:12:53 2022
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.6 2020/09/06 03:11:31 ryoon Exp $
+# $NetBSD: options.mk,v 1.7 2022/07/08 22:12:53 wiz Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.notmuch
PKG_SUPPORTED_OPTIONS= notmuch-emacs doc
@@ -24,8 +24,7 @@ CONFIGURE_ARGS+= --without-emacs
PLIST_VARS+= doc
.if !empty(PKG_OPTIONS:Mdoc)
PLIST.doc= yes
-PYTHON_VERSIONED_DEPENDENCIES= sphinx:build
-.include "../../lang/python/versioned_dependencies.mk"
+BUILD_DEPENDS+= ${PYPKGPREFIX}-sphinx-[0-9]*:../../textproc/py-sphinx
.else
CONFIGURE_ARGS+= --without-docs
CONFIGURE_ARGS+= --without-api-docs
Home |
Main Index |
Thread Index |
Old Index