Created attachment 261653 [details] Added RUN_DEPENDS from devel/py-docopt This additional dependency fixes a runtime error when trying to show help: $ num2words --help Traceback (most recent call last): File "/usr/local/bin/num2words", line 55, in <module> from docopt import docopt ModuleNotFoundError: No module named 'docopt'
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=be3119de07bdb1e1424d651cf62ed28343c2825b commit be3119de07bdb1e1424d651cf62ed28343c2825b Author: Alexey Dokuchaev <danfe@FreeBSD.org> AuthorDate: 2026-03-27 15:18:38 +0000 Commit: Alexey Dokuchaev <danfe@FreeBSD.org> CommitDate: 2026-03-27 15:18:38 +0000 devel/py-num2words: add missing RUN_DEPENDS PR: 287844 Submitted by: Sergey Kiselev devel/py-num2words/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-)
Committed with minor version adjustment, thanks. Note that tests are still broken due to "ModuleNotFoundError: No module named 'delegator'" which could be fixed in a separate commit.