Bug 267219 - devel/py-pyflakes: pyflakes breaks: StopIteration
Summary: devel/py-pyflakes: pyflakes breaks: StopIteration
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: Po-Chuan Hsieh
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-10-20 04:54 UTC by Yuri Victorovich
Modified: 2023-09-11 16:18 UTC (History)
0 users

See Also:
bugzilla: maintainer-feedback? (sunpoet)


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Yuri Victorovich freebsd_committer freebsd_triage 2022-10-20 04:54:41 UTC
> $ 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
Comment 1 commit-hook freebsd_committer freebsd_triage 2023-09-11 03:16:12 UTC
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(+)
Comment 2 Po-Chuan Hsieh freebsd_committer freebsd_triage 2023-09-11 16:18:02 UTC
Committed. Thanks!