cvs commit: ports/devel Makefile ports/devel/py-flakes Makefile distinfo pkg-descr pkg-plist

Renato Botelho garga at FreeBSD.org
Thu Apr 13 15:44:11 UTC 2006


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 at 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)


More information about the cvs-ports mailing list