View | Details | Raw Unified | Return to bug 217134
Collapse All | Expand All

(-)Makefile (-1 / +1 lines)
Lines 2-8 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	flake8
4
PORTNAME=	flake8
5
PORTVERSION=	3.2.1
5
PORTVERSION=	3.3.0
6
CATEGORIES=	devel python
6
CATEGORIES=	devel python
7
MASTER_SITES=	CHEESESHOP
7
MASTER_SITES=	CHEESESHOP
8
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
8
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
(-)distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1484910118
1
TIMESTAMP = 1487238723
2
SHA256 (flake8-3.2.1.tar.gz) = c7c460b5aff3a2063c798a77af18ec70af3941d35a22e2e76965e3c0e0b36055
2
SHA256 (flake8-3.3.0.tar.gz) = b907a26dcf5580753d8f80f1be0ec1d5c45b719f7bac441120793d1a70b03f12
3
SIZE (flake8-3.2.1.tar.gz) = 129458
3
SIZE (flake8-3.3.0.tar.gz) = 134345
(-)pkg-descr (-6 / +6 lines)
Lines 1-11 Link Here
1
Flake8 is a wrapper around these tools:
1
Flake8 is a wrapper around these tools:
2
2
3
    - PyFlakes
3
  - PyFlakes
4
    - pep8
4
  - pycodestyle
5
    - Ned's McCabe script
5
  - Ned Batchelder's McCabe script
6
6
7
Flake8 runs all tools by launching the single 'flake8' script, but ignores pep8
7
Flake8 runs all tools by launching the single 'flake8' script. It
8
and PyFlakes extended options and just uses defaults. It displays the warnings
8
displays the warnings in a per-file, merged output
9
in a per-file, merged output.
10
9
10
WWW: https://pypi.python.org/pypi/flake8
11
WWW: https://gitlab.com/pycqa/flake8
11
WWW: https://gitlab.com/pycqa/flake8

Return to bug 217134