Bug 167595 - [NEW PORT] devel/py-hghooks
Summary: [NEW PORT] devel/py-hghooks
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Xin LI
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-05-05 00:20 UTC by William Grzybowski
Modified: 2012-05-08 23:00 UTC (History)
0 users

See Also:


Attachments
py-hghooks.shar (3.51 KB, text/plain)
2012-05-05 00:20 UTC, William Grzybowski
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description William Grzybowski 2012-05-05 00:20:07 UTC
	New port called hghooks
    It is really useful to check for code before actually committing

Fix: New port attached as .shar
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2012-05-05 00:20:18 UTC
Class Changed
From-To: update->change-request

Fix category (new ports should be change-requests) (via the GNATS Auto 
Assign Tool)
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2012-05-05 00:20:22 UTC
Responsible Changed
From-To: freebsd-ports-bugs->freebsd-python

freebsd-python@ wants this port PRs (via the GNATS Auto Assign Tool)
Comment 3 Xin LI freebsd_committer freebsd_triage 2012-05-08 22:16:03 UTC
Responsible Changed
From-To: freebsd-python->delphij

Take.
Comment 4 Xin LI freebsd_committer freebsd_triage 2012-05-08 22:17:38 UTC
State Changed
From-To: open->closed

Committed, thanks!
Comment 5 dfilter service freebsd_committer freebsd_triage 2012-05-08 22:18:01 UTC
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)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"