1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-01 10:59:55 +00:00

devel/py-pyflakes: Update to 2.0.0

Changelog:

  https://github.com/PyCQA/pyflakes/blob/2.0.0/NEWS.txt
This commit is contained in:
Kubilay Kocak 2018-08-07 03:43:52 +00:00
parent c754459c3c
commit b8d0a2361e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=476562
3 changed files with 4 additions and 5 deletions

View File

@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= pyflakes
PORTVERSION= 1.5.0
PORTVERSION= 2.0.0
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1487240762
SHA256 (pyflakes-1.5.0.tar.gz) = aa0d4dff45c0cc2214ba158d29280f8fa1129f3e87858ef825930845146337f4
SIZE (pyflakes-1.5.0.tar.gz) = 47526
TIMESTAMP = 1533613242
SHA256 (pyflakes-2.0.0.tar.gz) = 9a7662ec724d0120012f6e29d6248ae3727d821bba522a0e6b356eff19126a49
SIZE (pyflakes-2.0.0.tar.gz) = 49002

View File

@ -4,5 +4,4 @@ modules to check them. This is both safer and faster, although it does not
perform as many checks. Unlike PyLint, Pyflakes checks only for logical errors
in programs; it does not perform any checks on style.
WWW: https://pypi.org/project/pyflakes/
WWW: https://github.com/PyCQA/pyflakes