> $ pyflakes > Traceback (most recent call last): > File "/usr/local/bin/pyflakes", line 33, in <module> > sys.exit(load_entry_point('pyflakes==2.5.0', 'console_scripts', 'pyflakes')()) > File "/usr/local/bin/pyflakes", line 25, in importlib_load_entry_point > return next(matches).load() > StopIteration
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=63ad96b2566ef807c357d5e158caa7da974554f1 commit 63ad96b2566ef807c357d5e158caa7da974554f1 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2023-09-11 03:08:21 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2023-09-11 03:11:28 +0000 devel/py-pyflakes: Use the simpler script which does not raise StopIteration - Bump PORTREVISION for package change PR: 267219 Reported by: yuri devel/py-pyflakes/files/patch-setup.py (new) | 14 ++++++++++++++ 1 file changed, 14 insertions(+)
Committed. Thanks!