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

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


--- NEW FILE: argparse-py.info ---
Info2: <<
Package: argparse-py%type_pkg[python]
Version: 1.1
Revision: 1
# Is included in 2.7 and >= 3.2.
Type: python (2.5 2.6 3.1)
Description: Python command-line parsing library
DescDetail: <<
        The argparse module provides an easy, declarative interface for
        creating command line tools, which knows how to:
        
        * parse the arguments and flags from sys.argv
        * convert arg strings into objects for your program
        * format and print informative help messages
        * and much more...
        
        The argparse module improves on the standard library optparse
        module in a number of ways including:
        
        * handling positional arguments
        * supporting sub-commands
        * allowing alternative option prefixes like + and /
        * handling zero-or-more and one-or-more style arguments
        * producing more informative usage messages
        * providing a much simpler interface for custom types and actions
<<
DescUsage: argparse is included in 2.7 and 3.2 and later.
Maintainer: Daniel Johnson <dan...@daniel-johnson.org>
License: BSD
Homepage: http://pypi.python.org/pypi/argparse

Source: mirror:custom:a/argparse/argparse-%v.zip
Source-MD5: 087399b73047fa5a6482037411ddc968

Depends: python%type_pkg[python]
BuildDepends: fink (>= 0.24.12)

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

InfoTest: <<
        TestScript: <<
                PYTHONPATH=%b/build/lib %p/bin/python%type_raw[python] 
test/test_argparse.py || exit 2
                rm %b/build/lib/*.pyc
        <<
<<

InstallScript: %p/bin/python%type_raw[python] setup.py install --root=%d

DocFiles: NEWS.txt PKG-INFO README.txt

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