1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

- Update to 3.3.0

- Update pkg-descr
- Add another WWW

PR:		217134
Submitted by:	amdmi3
Approved by:	wg (maintainer)
This commit is contained in:
Dmitry Marakasov 2017-03-01 15:02:48 +00:00
parent c2312c04e1
commit 8b1a29f473
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=435162
3 changed files with 10 additions and 11 deletions

View File

@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= flake8
PORTVERSION= 3.2.1
PORTREVISION= 1
PORTVERSION= 3.3.0
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1484910118
SHA256 (flake8-3.2.1.tar.gz) = c7c460b5aff3a2063c798a77af18ec70af3941d35a22e2e76965e3c0e0b36055
SIZE (flake8-3.2.1.tar.gz) = 129458
TIMESTAMP = 1487238723
SHA256 (flake8-3.3.0.tar.gz) = b907a26dcf5580753d8f80f1be0ec1d5c45b719f7bac441120793d1a70b03f12
SIZE (flake8-3.3.0.tar.gz) = 134345

View File

@ -1,11 +1,11 @@
Flake8 is a wrapper around these tools:
- PyFlakes
- pep8
- Ned's McCabe script
- PyFlakes
- pycodestyle
- Ned Batchelder'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.
Flake8 runs all tools by launching the single 'flake8' script. It
displays the warnings in a per-file, merged output
WWW: https://pypi.python.org/pypi/flake8
WWW: https://gitlab.com/pycqa/flake8