Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/devel
In directory vz-cvs-3.sog:/tmp/cvs-serv32501

Modified Files:
        astng-py.info 
Added Files:
        pylint-py.info 
Log Message:
add pylint-py27.  py32 variant does not yet work
update astng-py to 0.23.0 and add py32 variant


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

Package: pylint-py%type_pkg[python]
# 3.2 is not there yet as of 0.25.0
Type: python (2.7)
Version: 0.25.0
Revision: 1
Source: http://pypi.python.org/packages/source/p/pylint/pylint-%v.tar.gz
Source-MD5: af18f68eb3f4f078eda354f51974d78c

Depends: python%type_pkg[python], astng-py%type_pkg[python]

Description: Analyzes Python code for bugs and quality
Maintainer: Kurt Schwehr <[email protected]>
Homepage: http://www.logilab.org/projects/pylint
DocFiles: COPYING DEPENDS README  PKG-INFO
CompileScript: <<
#!/bin/bash
  if [ "%type_pkg[python]" -ge "31" ]; then
    # Yuck, but this is what they recommend
    find . ! -path "*/test/*py" -name "*py" -exec 2to3-%type_raw[python] -wn {} 
\;
  fi
  echo Skipping Build
<<
InstallScript: <<
#!/bin/bash -ev
   %p/bin/python%type_raw[python] setup.py install --root=%d --prefix=%p
   for file in pylint pylint-gui symilar epylint pyreverse; do
       mv %i/bin/${file} %i/bin/${file}%type_pkg[python]
   done
<<

PostInstScript: <<
  update-alternatives --verbose --install "%p/bin/pylint" pylint 
"%p/bin/pylint%type_pkg[python]" %type_pkg[python] \
    --slave "%p/bin/pylint-compile" pylint-gui 
"%p/bin/pylint-gui%type_pkg[python]" \
    --slave "%p/bin/symilar" symilar "%p/bin/symilar%type_pkg[python]" \
    --slave "%p/bin/epylint" epylint "%p/bin/epylint%type_pkg[python]" \
    --slave "%p/bin/pyreverse" pyreverse "%p/bin/pyreverse%type_pkg[python]"
<<

PreRmScript: <<
  if [ $1 != "upgrade" ]; then
    update-alternatives --verbose --remove pylint 
"%p/bin/pylint%type_pkg[python]"
  fi
<<

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
<<

Index: astng-py.info
===================================================================
RCS file: /cvsroot/fink/dists/10.7/stable/main/finkinfo/devel/astng-py.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- astng-py.info       18 Aug 2011 17:08:08 -0000      1.1
+++ astng-py.info       9 Oct 2011 12:46:45 -0000       1.2
@@ -1,11 +1,11 @@
 Info2: <<
 
 Package: astng-py%type_pkg[python]
-Type: python (2.7)
-Version: 0.22.0
+Type: python (2.7 3.2)
+Version: 0.23.0
 Revision: 1
 Source: http://ftp.logilab.org/pub/astng/logilab-astng-%v.tar.gz
-Source-MD5: c7313019626369d32cdc08556f5a87bd
+Source-MD5: 6d7a90dff594f05b77ace553f3db4767
 Depends: python%type_pkg[python], logilab-common-py%type_pkg[python]
 Description: Python Abstract Syntax Tree New Generation
 Maintainer: Kurt Schwehr <[email protected]>


------------------------------------------------------------------------------
All of the data generated in your IT infrastructure is seriously valuable.
Why? It contains a definitive record of application performance, security
threats, fraudulent activity, and more. Splunk takes this data and makes
sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-d2dcopy2
_______________________________________________
Fink-commits mailing list
[email protected]
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to