Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/devel
In directory vz-cvs-3.sog:/tmp/cvs-serv9384

Modified Files:
        astng-py.info logilab-common-py.info pylint-py.info 
Log Message:
pylint to 0.24.0.  Changed -bin splitoff to update-alternatives
astng to 0.22.0
logilab-common to 0.56.0


Index: pylint-py.info
===================================================================
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/devel/pylint-py.info,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- pylint-py.info      15 Jun 2011 16:06:37 -0000      1.13
+++ pylint-py.info      24 Jul 2011 21:06:05 -0000      1.14
@@ -2,12 +2,16 @@
 
 Package: pylint-py%type_pkg[python]
 Type: python (2.5 2.6 2.7)
-Version: 0.23.0
-Revision: 2
+Version: 0.24.0
+Revision: 1
 #Source: http://ftp.logilab.org/pub/pylint/pylint-%v.tar.gz
 Source: http://pypi.python.org/packages/source/p/pylint/pylint-%v.tar.gz
-Source-MD5: f010eee3289b1af77cd8e8e45fb72829
+Source-MD5: 58fe6ac3411a48203f85f9bb932aab53
+
 Depends: python%type_pkg[python], astng-py%type_pkg[python]
+Conflicts: pylint-py27-bin, pylint-py26-bin, pylint-py25-bin
+Replaces:  pylint-py27-bin, pylint-py26-bin, pylint-py25-bin
+
 Description: Analyzes Python code for bugs and quality
 Maintainer: Kurt Schwehr <goat...@users.sf.net>
 Homepage: http://www.logilab.org/projects/pylint
@@ -16,33 +20,25 @@
   echo Skipping Build
 <<
 InstallScript: <<
+#!/bin/bash -ev
    %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]
-
-   mv %i/bin/epylint %i/bin/epylint%type_raw[python]
-   mv %i/bin/pyreverse %i/bin/pyreverse%type_raw[python]
+   for file in pylint pylint-gui symilar epylint pyreverse; do
+       mv %i/bin/${file} %i/bin/${file}%type_pkg[python]
+   done
 <<
 
-SplitOff: <<
-  Description: Analyzes Python code - main binary
-  Package: %N-bin
-  Depends: %N (= %v-%r)
-  Conflicts: pylint-py27-bin, pylint-py26-bin, pylint-py25-bin
-  Replaces:  pylint-py27-bin, pylint-py26-bin, pylint-py25-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  PKG-INFO
+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]"
 <<
 
-DescPort: <<
-Need to convert this package from a -bin splitoff to
-an update-alternatives style.
+PreRmScript: <<
+  if [ $1 != "upgrade" ]; then
+    update-alternatives --verbose --remove pylint 
"%p/bin/pylint%type_pkg[python]"
+  fi
 <<
 
 LICENSE: GPL
@@ -60,8 +56,6 @@
 customizable, and you can easily write a small plugin to add a
 personal feature.
 << 
-DescPackaging: <<
-Previous versions by Kurt Schwehr <goat...@users.sf.net>
-<<
+
 # Info2
 <<

Index: logilab-common-py.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/devel/logilab-common-py.info,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -d -r1.18 -r1.19
--- logilab-common-py.info      18 Feb 2011 17:32:30 -0000      1.18
+++ logilab-common-py.info      24 Jul 2011 21:06:05 -0000      1.19
@@ -2,14 +2,14 @@
 
 Package: logilab-common-py%type_pkg[python]
 Type: python (2.5 2.6 2.7)
-Version: 0.55.0
+Version: 0.56.0
 Revision: 1
 Source: 
http://pypi.python.org/packages/source/l/logilab-common/logilab-common-%v.tar.gz
-Source-MD5: 8535ebf088f88ef806aa72ee443d1575
+Source-MD5: 9339cb14efce7951913c28e1524d77a7
 Depends: python%type_pkg[python]
 Description: Common functionalities for logilab projects 
 Maintainer: Kurt Schwehr <goat...@users.sf.net>
-Homepage: http://www.logilab.org/projects/common
+Homepage: http://pypi.python.org/pypi/logilab-common
 DocFiles: PKG-INFO COPYING ChangeLog README
 CompileScript: <<
   echo Skipping Build

Index: astng-py.info
===================================================================
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/devel/astng-py.info,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- astng-py.info       18 Jan 2011 07:40:19 -0000      1.12
+++ astng-py.info       24 Jul 2011 21:06:04 -0000      1.13
@@ -2,10 +2,10 @@
 
 Package: astng-py%type_pkg[python]
 Type: python (2.5 2.6 2.7)
-Version: 0.21.1
+Version: 0.22.0
 Revision: 1
 Source: http://ftp.logilab.org/pub/astng/logilab-astng-%v.tar.gz
-Source-MD5: 064a1cb970c283cf18e05a990db48576
+Source-MD5: c7313019626369d32cdc08556f5a87bd
 Depends: python%type_pkg[python], logilab-common-py%type_pkg[python]
 Description: Python Abstract Syntax Tree New Generation
 Maintainer: Kurt Schwehr <goat...@users.sf.net>


------------------------------------------------------------------------------
Magic Quadrant for Content-Aware Data Loss Prevention
Research study explores the data loss prevention market. Includes in-depth
analysis on the changes within the DLP market, and the criteria used to
evaluate the strengths and weaknesses of these DLP solutions.
http://www.accelacomm.com/jaw/sfnl/114/51385063/
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to