Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/devel
In directory sc8-pr-cvs17:/tmp/cvs-serv3872

Added Files:
        astng-py.info logilab-common-py.info pylint-py.info 
Log Message:
Finally got around to getting pylint setup correctly with a bin splitoff.


--- NEW FILE: pylint-py.info ---
Info2: <<

Package: pylint-py%type_pkg[python]
Type: python (2.5)
Version: 0.13.2
Revision: 1
Source: ftp://ftp.logilab.org/pub/pylint/pylint-0.11.0.tar.gz
Source-MD5: 6c2cd68c49c5a672124c2399b248fb3b
Depends: python%type_pkg[python], astng-py%type_pkg[python]
Description: Analyzes Python code for bugs and poor quality
Maintainer: Kurt Schwehr <[EMAIL PROTECTED]>
Homepage: http://www.logilab.org/projects/pylint
DocFiles: COPYING DEPENDS README TODO PKG-INFO
CompileScript: <<
  echo Skipping Build
<<
InstallScript: <<
   %p/bin/python%type_raw[python] setup.py install --root=%d --prefix=%p
   mv %i/bin/pylint %i/bin/pylint%type_raw[python]
   mv %i/bin/pylint-gui %i/bin/pylint-gui%type_raw[python]
   mv %i/bin/symilar %i/bin/symilar%type_raw[python]
<<

SplitOff: <<
  Description: Analyzes Python code - main binary
  Package: %N-bin
  Depends: %N (= %v-%r)
  Conflicts: %N-py25-bin, %N-py24-bin
  Replaces: %N-py25, %N-py24-bin
  InstallScript: <<
    mkdir %i/bin
    ln -s pylint-gui%type_pkg[python] %i/bin/pylint-gui
    ln -s pylint%type_raw[python] %i/bin/pylint
    ln -s symilar%type_raw[python] %i/bin/symlar
  <<
  DocFiles: COPYING DEPENDS README TODO PKG-INFO
<<


LICENSE: GPL

DescDetail: <<
Pylint is a python tool that checks if a module satisfy a coding
standard. Pylint can be seen as another PyChecker since nearly all
tests you can do with PyChecker can also be done with Pylint. But
Pylint offers some more features, like checking line-code's length,
checking if variable names are well-formed according to your coding
standard, or checking if declared interfaces are truly implemented,
and much more (see the complete check list).

The big advantage with Pylint is that it is highly configurable,
customizable, and you can easily write a small plugin to add a
personal feature.
<< 

# Info2
<<
--- NEW FILE: logilab-common-py.info ---
Info2: <<

Package: logilab-common-py%type_pkg[python]
Type: python (2.5)
Version: 0.22.2
Revision: 1
Source: ftp://ftp.logilab.org/pub/common/logilab-common-%v.tar.gz
Source-MD5: db23b7819fff9f6585cc82b3a9b74a2d
Depends: python%type_pkg[python]
Description: Common functionalities for logilab projects 
Maintainer: Kurt Schwehr <[EMAIL PROTECTED]>
Homepage: http://www.logilab.org/projects/common
DocFiles: 
CompileScript: <<
  echo Skipping Build
<<
InstallScript: <<
   %p/bin/python%type_raw[python] setup.py install --root=%d --prefix=%p
<<

LICENSE: GPL

DescDetail: <<
The package logilab.common contains several modules providing low
level functionnalities shared among some python projects developped by
logilab.
<< 

# Info2
<<
--- NEW FILE: astng-py.info ---
Info2: <<

Package: astng-py%type_pkg[python]
Type: python (2.5)
Version: 0.17.1
Revision: 1
Source: ftp://ftp.logilab.fr/pub/astng/logilab-astng-%v.tar.gz
Source-MD5: 177d70785f0b437b003b92dc80186a9f
Depends: python%type_pkg[python], logilab-common-py%type_pkg[python]
Description: Python Abstract Syntax Tree New Generation
Maintainer: Kurt Schwehr <[EMAIL PROTECTED]>
Homepage: http://www.logilab.org/projects/astng
DocFiles: 
CompileScript: <<
  echo Skipping Build
<<
InstallScript: <<
   %p/bin/python%type_raw[python] setup.py install --root=%d --prefix=%p
   # comes from logilab-common-py
   rm %i/lib/python%type_raw[python]/site-packages/logilab/__init__.py
<<

LICENSE: GPL

DescDetail: <<
Pylint is a python tool that checks if a module satisfy a coding
standard. Pylint can be seen as another PyChecker since nearly all
tests you can do with PyChecker can also be done with Pylint. But
Pylint offers some more features, like checking line-code's length,
checking if variable names are well-formed according to your coding
standard, or checking if declared interfaces are truly implemented,
and much more (see the complete check list).

The big advantage with Pylint is that it is highly configurable,
customizable, and you can easily write a small plugin to add a
personal feature.
<< 

# Info2
<<

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
Fink-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to