Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 8 May 2012 21:17:29 +0000 (UTC)
From:      Xin LI <delphij@FreeBSD.org>
To:        ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/devel Makefile ports/devel/py-hghooks Makefile distinfo pkg-descr pkg-plist
Message-ID:  <201205082117.q48LHT8h029789@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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)



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