pkgsrc-WIP-changes archive

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

py-notmuch2: simplify



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <wiz%NetBSD.org@localhost>
Pushed By:	wiz
Date:		Thu Apr 4 06:19:21 2024 +0200
Changeset:	8acbbea1b04efd5f2525b614d25ae960974b00a4

Modified Files:
	py-notmuch2/Makefile

Log Message:
py-notmuch2: simplify

Add missing test dependency

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=8acbbea1b04efd5f2525b614d25ae960974b00a4

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

diffstat:
 py-notmuch2/Makefile | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diffs:
diff --git a/py-notmuch2/Makefile b/py-notmuch2/Makefile
index 897461edfd..aabf175752 100644
--- a/py-notmuch2/Makefile
+++ b/py-notmuch2/Makefile
@@ -1,9 +1,7 @@
 # $NetBSD$
 
-# XXX: override PYTHON_FOR_BUILD_ONLY= tool in mail/notmuch/Makefile.common
 PYTHON_FOR_BUILD_ONLY=		no
-PYTHON_VERSIONS_INCOMPATIBLE=	27
-.include "../../lang/python/pyversion.mk"
+
 .include "../../mail/notmuch/Makefile.common"
 
 WHEEL_NAME=	${DISTNAME:S/notmuch-/notmuch2-/}
@@ -16,6 +14,7 @@ COMMENT=	Pythonic bindings for the notmuch mail database using CFFI
 TOOL_DEPENDS+=	${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
 TOOL_DEPENDS+=	${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
 DEPENDS+=	${PYPKGPREFIX}-cffi>=1.0.0:../../devel/py-cffi
+TEST_DEPENDS+=	${PYPKGPREFIX}-test-cov>=0:../../devel/py-test-cov
 
 PYSETUPSUBDIR=	bindings/python-cffi
 


Home | Main Index | Thread Index | Old Index