| Summary: | [PATCH] devel/py-pyflakes: Update to 1.5.0 | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Product: | Ports & Packages | Reporter: | rsmith | ||||||||
| Component: | Individual Port(s) | Assignee: | Dmitry Marakasov <amdmi3> | ||||||||
| Status: | Closed DUPLICATE | ||||||||||
| Severity: | Affects Only Me | CC: | koobs | ||||||||
| Priority: | --- | Keywords: | patch | ||||||||
| Version: | Latest | Flags: | bugzilla:
maintainer-feedback?
(koobs) |
||||||||
| Hardware: | Any | ||||||||||
| OS: | Any | ||||||||||
| Attachments: |
|
||||||||||
Created attachment 179723 [details]
Test log for Python 2.7
Created attachment 179724 [details]
Test log for Python 3.6
Resolved in rP435159 via bug 217137 *** This bug has been marked as a duplicate of bug 217137 *** |
Created attachment 179722 [details] Patch for the port Makefile. When using py.test it complained that it needed pyflakes>=1.3.0. Since the version on pypi is 1.5.0 I made this update. Updated the version number in the makefile. Downloaded the distfile, ran `make makesum` and ran the tests from the porters handbook for both Python 2.7 and 3.6 without problems. Patch and test logs attached.