mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-04 06:15:24 +00:00
- fix typo s/Pythom/Python/
- update WWW Reported by: novel@
This commit is contained in:
parent
d0812403b7
commit
9a12664bd7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=187648
@ -13,7 +13,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
DISTNAME= pyflakes-${PORTVERSION}
|
||||
|
||||
MAINTAINER= alexbl@FreeBSD.org
|
||||
COMMENT= Pyflakes is a program that analyzes Pythom programs for errors
|
||||
COMMENT= Pyflakes is a program that analyzes Python programs for errors
|
||||
|
||||
USE_PYTHON= yes
|
||||
USE_PYDISTUTILS= yes
|
||||
|
@ -4,4 +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: http://www.divmod.org/projects/pyflakes
|
||||
WWW: http://www.divmod.org/trac/wiki/DivmodPyflakes
|
||||
|
Loading…
Reference in New Issue
Block a user