the Fink project is an effort to port
popular Unix programs to Mac OS X
Info2: <<
Package: importchecker-py%type_pkg[python]
Version: 1.0
Revision: 1
Maintainer: Kevin Horton
Distribution: (%type_pkg[python] = 23) 10.4, (%type_pkg[python] = 24) 10.4, (%type_pkg[python] = 24) 10.5
Type: python (2.4 2.5 2.6)
Depends: python%type_pkg[python], setuptools-py%type_pkg[python]
Source: http://pypi.python.org/packages/source/i/importchecker/importchecker-%v.tar.gz
Source-MD5: 75889242cf9c7a131dc1e92338c21b25
CompileScript: python%type_raw[python] setup.py build
InstallScript: <<
python%type_raw[python] setup.py install --root=%d
mv %i/bin/importchecker %i/bin/importchecker-%type_raw[python]
<<
DocFiles: CHANGES.txt CREDITS.txt LICENSE.txt README.txt
Description: Find unused Python imports
DescDetail: <<
Importchecker is a commandline utility to find unused imports in Python
modules.
Its output is "grep-like" (and thus "emacs-friendly"), reporting both the
module's filenames and line numbers where names are imported that are not
acually used in the module.
Importchecker will not modify any of the source files. Whether the import
needs to be removed is left to the judgement of the developer.
<<
License: OSI-Approved
Homepage: http://pypi.python.org/pypi/importchecker
<<