Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 13 Apr 2006 15:44:09 +0000 (UTC)
From:      Renato Botelho <garga@FreeBSD.org>
To:        ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/devel Makefile ports/devel/py-flakes Makefile distinfo pkg-descr pkg-plist
Message-ID:  <200604131544.k3DFiAsO020239@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
garga       2006-04-13 15:44:09 UTC

  FreeBSD ports repository

  Modified files:
    devel                Makefile 
  Added files:
    devel/py-flakes      Makefile distinfo pkg-descr pkg-plist 
  Log:
  Pyflakes is a simple program which checks Python source files for errors. It is
  similar to PyChecker in scope, but differs in that it does not execute the
  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
  
  PR:             ports/95679
  Submitted by:   Alexander Botero-Lowry <alex@foxybanana.com>
  
  Revision  Changes    Path
  1.2162    +1 -0      ports/devel/Makefile
  1.1       +22 -0     ports/devel/py-flakes/Makefile (new)
  1.1       +3 -0      ports/devel/py-flakes/distinfo (new)
  1.1       +7 -0      ports/devel/py-flakes/pkg-descr (new)
  1.1       +8 -0      ports/devel/py-flakes/pkg-plist (new)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200604131544.k3DFiAsO020239>