Bug 163468 - [NEW PORT] devel/py27-py_static_check: Statically check your python code
Summary: [NEW PORT] devel/py27-py_static_check: Statically check your python code
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: Li-Wen Hsu
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-12-20 07:30 UTC by Jui-Nan Lin
Modified: 2012-01-07 11:50 UTC (History)
0 users

See Also:


Attachments
py27-py_static_check-1.2.shar (3.58 KB, text/plain)
2011-12-20 07:30 UTC, Jui-Nan Lin
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jui-Nan Lin 2011-12-20 07:30:12 UTC
py_static_check can statically check your Python code
for a lot of common errors. It uses a modified pyflakes
code and extends with following things:

    Ability to specify what star imports resolve to (-s argument)
    Ability to ignore unused import warnings (-i argument)
    Better sorting of warnings/errors

WWW: http://pypi.python.org/pypi/py_static_check

Generated with FreeBSD Port Tools 0.99
Comment 1 Li-Wen Hsu freebsd_committer freebsd_triage 2011-12-20 09:11:28 UTC
Responsible Changed
From-To: freebsd-ports-bugs->lwhsu

I'll take it.
Comment 2 Li-Wen Hsu freebsd_committer freebsd_triage 2011-12-20 14:31:03 UTC
State Changed
From-To: open->suspended

Wait for ports/163477.
Comment 3 dfilter service freebsd_committer freebsd_triage 2012-01-07 11:48:03 UTC
lwhsu       2012-01-07 11:47:54 UTC

  FreeBSD ports repository

  Modified files:
    devel                Makefile 
  Added files:
    devel/py-py_static_check Makefile distinfo pkg-descr pkg-plist 
  Log:
  Add py-py_static_check 1.2, statically check your python code.
  
  PR:             ports/163468
  Submitted by:   Jui-Nan Lin <jnlin@csie.nctu.edu.tw>
  
  Revision  Changes    Path
  1.4794    +1 -0      ports/devel/Makefile
  1.1       +25 -0     ports/devel/py-py_static_check/Makefile (new)
  1.1       +2 -0      ports/devel/py-py_static_check/distinfo (new)
  1.1       +9 -0      ports/devel/py-py_static_check/pkg-descr (new)
  1.1       +21 -0     ports/devel/py-py_static_check/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"
Comment 4 Li-Wen Hsu freebsd_committer freebsd_triage 2012-01-07 11:48:10 UTC
State Changed
From-To: suspended->closed

New port added. Thanks!