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

Xin LI delphij at FreeBSD.org
Tue May 8 21:17:29 UTC 2012


delphij     2012-05-08 21:17:29 UTC

  FreeBSD ports repository

  Modified files:
    devel                Makefile 
  Added files:
    devel/py-hghooks     Makefile distinfo pkg-descr pkg-plist 
  Log:
  hghooks is a simple module that adds several useful hooks for use in
  Mercurial hooks system.
  
  Right now it includes hooks for:
  
   * pep8 checking of python files
   * pyflakes checking of python files
   * checking for forgotten pdb statements in python files
   * Trac integration. This includes:
     - Making sure at least a ticket is mentioned in the changeset message
     - Updating the Trac ticket with the changeset
  
  PR:             ports/167595
  Submitted by:   William Grzybowski <william88 gmail.com>
  
  Revision  Changes    Path
  1.4944    +1 -0      ports/devel/Makefile
  1.1       +22 -0     ports/devel/py-hghooks/Makefile (new)
  1.1       +2 -0      ports/devel/py-hghooks/distinfo (new)
  1.1       +13 -0     ports/devel/py-hghooks/pkg-descr (new)
  1.1       +20 -0     ports/devel/py-hghooks/pkg-plist (new)


More information about the cvs-all mailing list