Created attachment 166428 [details] Patch against devel/pep8 directory to upgrade it to 1.7.0 devel/flake8 is complaining because the version installed of devel/pep8 is not supported. Upgrading devel/pep8 to 1.7.0 seems trivial (please find attached a patch): tested flake8 after that, it works correctly.
Thank you for your report Davide Can you include (as an attachment) the error you are seeing please, with as much context (build-time? run-time?) as possible
Created attachment 166429 [details] Error reported by flake8 if pep8-1.6.2 is installed.
Error attached. It's a runtime error; basically flake8 finds installed an unsupported pep8 version and it fails.
Hi, any update on this? Thanks, d.
A commit references this bug: Author: sbz Date: Wed Feb 17 10:58:35 UTC 2016 New revision: 409035 URL: https://svnweb.freebsd.org/changeset/ports/409035 Log: - Update to 1.7.0 PR: 206843 Submitted by: Davide D'Amico <davide.damico at gmail.com> Changes: head/devel/pep8/Makefile head/devel/pep8/distinfo
Committed in r409035. Thank you for your report!