Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/libs/pythonmods
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv4898

Added Files:
        uncompyle2-py.info 
Log Message:
New package uncompyle2-py.

--- NEW FILE: uncompyle2-py.info ---
Info2: <<
Package: uncompyle2-py%type_pkg[python]
Version: 1.1
Revision: 1
Type: python (2.7)
Description: Python byte-code decompiler
DescDetail: <<
'uncompyle2' converts Python byte-code back into equivalent Python
source. It accepts byte-code from Python version 2.7 only. Additionally,
it will only run on Python 2.7.
<<
Maintainer: Daniel Johnson <dan...@daniel-johnson.org>
License: BSD
Homepage: https://github.com/wibiti/uncompyle2

Source: 
https://codeload.github.com/wibiti/uncompyle2/tar.gz/c443db784d8a7c8345e1b7cc94edd11a534708ac
Source-MD5: 5bc86c63f210b93246cd21221f48837a
SourceRename: uncompyle2-%v.tar.gz
SourceDirectory: uncompyle2-c443db784d8a7c8345e1b7cc94edd11a534708ac

Depends: python%type_pkg[python]

CompileScript: <<
        %p/bin/python%type_raw[python] setup.py build 
<<

InstallScript: <<
        %p/bin/python%type_raw[python] setup.py install --root %d
        /bin/mv %i/bin/uncompyle2 %i/bin/uncompyle2-py%type_pkg[python]
<<

DocFiles: README

PostInstScript: <<
        update-alternatives --install %p/bin/uncompyle2 uncompyle2 
%p/bin/uncompyle2-py%type_pkg[python] %type_pkg[python]
<<

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


------------------------------------------------------------------------------
See everything from the browser to the database with AppDynamics
Get end-to-end visibility with application monitoring from AppDynamics
Isolate bottlenecks and diagnose root cause in seconds.
Start your free trial of AppDynamics Pro today!
http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to