Bug 206843

Summary: devel/pep8: Update to 1.7.0 (Fixes breakage of devel/py-flake8)
Product: Ports & Packages Reporter: Davide D'Amico <davide.damico>
Component: Individual Port(s)Assignee: Sofian Brabez <sbz>
Status: Closed FIXED    
Severity: Affects Only Me CC: koobs, python, sbz, wg
Priority: --- Keywords: needs-qa, patch, regression
Version: LatestFlags: bugzilla: maintainer-feedback? (sbz)
koobs: maintainer-feedback? (wg)
koobs: merge-quarterly?
Hardware: Any   
OS: Any   
Attachments:
Description Flags
Patch against devel/pep8 directory to upgrade it to 1.7.0
none
Error reported by flake8 if pep8-1.6.2 is installed. none

Description Davide D'Amico 2016-02-02 11:31:45 UTC
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.
Comment 1 Kubilay Kocak freebsd_committer freebsd_triage 2016-02-02 11:35:57 UTC
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
Comment 2 Davide D'Amico 2016-02-02 11:40:40 UTC
Created attachment 166429 [details]
Error reported by flake8 if pep8-1.6.2 is installed.
Comment 3 Davide D'Amico 2016-02-02 11:41:32 UTC
Error attached. It's a runtime error; basically flake8 finds installed an unsupported pep8 version and it fails.
Comment 4 Davide D'Amico 2016-02-12 15:51:52 UTC
Hi,
any update on this?

Thanks,
d.
Comment 5 commit-hook freebsd_committer freebsd_triage 2016-02-17 10:59:20 UTC
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
Comment 6 Sofian Brabez freebsd_committer freebsd_triage 2016-02-17 11:03:10 UTC
Committed in r409035. Thank you for your report!