diff options
author | alexbl <alexbl@FreeBSD.org> | 2007-03-18 22:16:01 +0800 |
---|---|---|
committer | alexbl <alexbl@FreeBSD.org> | 2007-03-18 22:16:01 +0800 |
commit | 6084096c4db10572ccefcd70f9a49abecbe6d69c (patch) | |
tree | 267ff54235cc4fcfae7d07f56905df75625423c3 /devel/py-flakes | |
parent | e5828e0797b2590f188950374ed67098e2ea8e59 (diff) | |
download | freebsd-ports-gnome-6084096c4db10572ccefcd70f9a49abecbe6d69c.tar.gz freebsd-ports-gnome-6084096c4db10572ccefcd70f9a49abecbe6d69c.tar.zst freebsd-ports-gnome-6084096c4db10572ccefcd70f9a49abecbe6d69c.zip |
- fix typo s/Pythom/Python/
- update WWW
Reported by: novel@
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 |