Bug 287844 - devel/py-num2words: Added RUN_DEPENDS from devel/py-docopt
Summary: devel/py-num2words: Added RUN_DEPENDS from devel/py-docopt
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Alexey Dokuchaev
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2025-06-27 04:12 UTC by Sergey Kiselev
Modified: 2026-03-27 15:23 UTC (History)
2 users (show)

See Also:
root: maintainer-feedback+


Attachments
Added RUN_DEPENDS from devel/py-docopt (1.16 KB, patch)
2025-06-27 04:12 UTC, Sergey Kiselev
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Sergey Kiselev 2025-06-27 04:12:56 UTC
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'
Comment 1 commit-hook freebsd_committer freebsd_triage 2026-03-27 15:21:07 UTC
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(-)
Comment 2 Alexey Dokuchaev freebsd_committer freebsd_triage 2026-03-27 15:23:59 UTC
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.