pkgsrc-WIP-changes archive

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

py-num2words: fix test dependencies



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <wiz%NetBSD.org@localhost>
Pushed By:	wiz
Date:		Mon Sep 29 11:26:50 2025 +0200
Changeset:	73a8961d9b73fe2cce2cbd3362a7bf78dcc9b6ed

Modified Files:
	py-num2words/Makefile

Log Message:
py-num2words: fix test dependencies

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

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

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

diffs:
diff --git a/py-num2words/Makefile b/py-num2words/Makefile
index 6f761c8243..495ce9a1f4 100644
--- a/py-num2words/Makefile
+++ b/py-num2words/Makefile
@@ -10,12 +10,15 @@ HOMEPAGE=	https://github.com/savoirfairelinux/num2words
 COMMENT=	Modules to convert numbers to words. Easily extensible
 LICENSE=	gnu-lgpl-v2
 
-TOOL_DEPENDS+=	${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
+TOOL_DEPENDS+=	${PYPKGPREFIX}-setuptools>=78:../../devel/py-setuptools
 DEPENDS+=	${PYPKGPREFIX}-docopt>=0.6.2:../../devel/py-docopt
-TEST_DEPENDS+=	# TODO: delegator.py>=0
+TEST_DEPENDS+=	${PYPKGPREFIX}-delegator>=0:../../wip/py-delegator
+TEST_DEPENDS+=	${PYPKGPREFIX}-pexpect>=0:../../devel/py-pexpect
 
 USE_LANGUAGES=	# none
 
+# as of 0.5.14
+# 6 failed, 1428 passed
 
 .include "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"


Home | Main Index | Thread Index | Old Index