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

Added Files:
        git-goggles-py.info 
Log Message:
New package.


--- NEW FILE: git-goggles-py.info ---
Info2: <<
Package: git-goggles-py%type_pkg[python]
Version: 0.2.6
Revision: 1
Type: python (2.5 2.6 2.7)
Description: Git management utilities
DescDetail: <<
        A series of GIT utilities to streamline working with remote branches
        and reviewing code. You can think of git-goggles as 'git branch -a' on
        steroids. Just install and run 'git goggles'
<<
Maintainer: Daniel Johnson <dan...@daniel-johnson.org>
License: BSD
Homepage: http://pypi.python.org/pypi/git-goggles

Source: mirror:custom:g/git-goggles/git-goggles-%v.tar.gz
Source-MD5: 15b26cb5921848bd3cbc00dd68a1eb6e

Depends: python%type_pkg[python], git, termcolor-py%type_pkg[python]
BuildDepends: fink (>= 0.24.12)

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

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

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

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

DocFiles: AUTHORS LICENSE PKG-INFO README.rst

CustomMirror: <<
    eur-NL: http://a.pypi.python.org/packages/source/
    nam-US: http://b.pypi.python.org/packages/source/
    eur-DE: http://c.pypi.python.org/packages/source/
    eur-DE: http://d.pypi.python.org/packages/source/
    eur-DE: http://e.pypi.python.org/packages/source/
<<
<<


------------------------------------------------------------------------------
This SF.net Dev2Dev email is sponsored by:

Show off your parallel programming skills.
Enter the Intel(R) Threading Challenge 2010.
http://p.sf.net/sfu/intel-thread-sfd
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to