diff options
author | Alexander Botero-Lowry <alexbl@FreeBSD.org> | 2007-03-18 14:16:01 +0000 |
---|---|---|
committer | Alexander Botero-Lowry <alexbl@FreeBSD.org> | 2007-03-18 14:16:01 +0000 |
commit | 9a12664bd766bbe25dc628d95955dccda7d3cb6a (patch) | |
tree | 57f56e586c0388d82a22db6a5ff1f7e7d332ffb1 /devel/py-flakes | |
parent | Update to 1.4.6 (diff) |
- fix typo s/Pythom/Python/
- update WWW
Reported by: novel@
Notes
Notes:
svn path=/head/; revision=187648
Diffstat (limited to 'devel/py-flakes')
-rw-r--r-- | devel/py-flakes/Makefile | 2 | ||||
-rw-r--r-- | devel/py-flakes/pkg-descr | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/devel/py-flakes/Makefile b/devel/py-flakes/Makefile index 2cd7657efbb1..5c78277465d7 100644 --- a/devel/py-flakes/Makefile +++ b/devel/py-flakes/Makefile @@ -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 diff --git a/devel/py-flakes/pkg-descr b/devel/py-flakes/pkg-descr index 0d95f1e3b0bf..00c348c35fbd 100644 --- a/devel/py-flakes/pkg-descr +++ b/devel/py-flakes/pkg-descr @@ -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 |