Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/pythonmods
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv28747

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


--- NEW FILE: stgit-py.info ---
Info2: <<
Package: stgit-py%type_pkg[python]
Version: 0.15
Revision: 1
Type: python (2.6)
Description: Maintain a patch series on top of Git
DescDetail: <<
        StGit is a Python application providing similar functionality to Quilt
        (i.e. pushing/popping patches to/from a stack) on top of Git. These
        operations are performed using Git commands and the patches are stored
        as Git commit objects, allowing easy merging of the StGit patches into
        other repositories using standard Git functionality.
<<
Maintainer: Daniel Johnson <[email protected]>
License: GPL2+
Homepage: http://procode.org/stgit/

Source: http://download.gna.org/stgit/stgit-%v.tar.gz
Source-MD5: a4721b2a5f529cf5450109f9fcb4db19

Depends: python%type_pkg[python], git

CompileScript: <<
        make PYTHON=%p/bin/python%type_raw[python] prefix=%p
<<

InfoTest: <<
        TestScript: <<
                make -k test PYTHON=%p/bin/python%type_raw[python] prefix=%p 
GIT_SKIP_TESTS="t1000.4 t1000.7 t1000.12 t1800.16 t3200 t4100.4 t4100.5 t4100.6 
t4100.8 t4100.9"
        <<
        TestSuiteSize: large
<<

InstallScript: <<
        make install PYTHON=%p/bin/python%type_raw[python] prefix=%p DESTDIR=%d
        /bin/mv %i/bin/stg %i/bin/stg-py%type_pkg[python]
        /bin/mv %i/share/stgit %i/share/%n
<<

DocFiles: AUTHORS COPYING PKG-INFO README RELEASENOTES TODO

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

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


------------------------------------------------------------------------------
Download Intel&#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
Fink-commits mailing list
[email protected]
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to