| Commit History - (may be incomplete: see SVNWeb link above for full details) |
| Date | By | Description |
15 May 2013 19:33:15
2.0_1
|
wg  |
- Change MAINTAINER address of all my ports
Approved by: culot (mentor) |
22 Mar 2013 19:40:51
2.0_1
|
rm  |
- correct dependency onpy-pyflakes
- bump PORTREVISION
- while here change USE_PYTHON to just yes (the port is py3-aware) and
remove comment to ease dealing fix pkg-plist fix
PR: 177235
Submitted by: William Grzybowski <william88@gmail.com> (maintainer) |
18 Mar 2013 19:33:12
2.0
|
lippe  |
- Update to 2.0.
PR: ports/176643
Submitted by: William Grzybowski <william88@gmail.com> (maintainer) |
22 Jan 2013 13:30:08
1.7.0
|
culot  |
- Update to 1.7.0
PR: ports/175386
Submitted by: William Grzybowski <william88@gmail.com> (maintainer) |
16 Dec 2012 18:10:55
1.6.2
|
rm  |
- update to 1.6.2
- tab -> space change in pkg-descr:WWW
PR: 174413
Submitted by: William Grzybowski <william88@gmail.com> (maintainer) |
28 Nov 2012 17:18:16
1.6
|
culot  |
- Update to 1.6 [1]
- Trim Makefile header
PR: ports/173720 [1]
Submitted by: William Grzybowski <william88@gmail.com> (maintainer)
Feature safe: yes |
13 Jul 2012 06:18:38
1.4
|
sbz  |
- Update to 1.4
PR: ports/169784
Submitted by: William Grzybowski <william88 at gmail.com> (maintainer) |
30 May 2012 19:58:00
1.3.1
|
rm  |
Flake8 is a wrapper around these tools:
- PyFlakes
- pep8
- Ned's McCabe script
Flake8 runs all tools by launching the single 'flake8' script, but ignores pep8
and PyFlakes extended options and just uses defaults. It displays the warnings
in a per-file, merged output.
WWW: https://bitbucket.org/tarek/flake8
NB: slightly changed version of the port committed. My changes:
- add $FreeBSD$
- update to 1.3.1
- add license (MIT)
- add a comment about python3. It will work but it use distutils for python3
and setuptools for python2. I think the port will need to be changed to use
distutils for both python branches.
- use %%PYEASYINSTALL_EGG%% in pkg-plist
PR: ports/168108
Submitted by: William Grzybowski <william88@gmail.com> |