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

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


--- NEW FILE: cdecimal-py.info ---
Info2: <<
Package: cdecimal-py%type_pkg[python]
Version: 2.2
Revision: 1
Type: python (2.6 2.7 3.1)
Description: Fast replacement for decimal module
DescDetail: <<
        The cdecimal package is a fast drop-in replacement for the decimal
        module in Python's standard library. Both modules provide complete
        implementations of Mike Cowlishaw/IBM's General Decimal Arithmetic
        Specification.

        Both cdecimal and the underlying library - libmpdec - are extremely
        well tested. libmpdec is one of the few open source projects with 100%
        code coverage. cdecimal is rigorously tested against decimal.py.

        Typical performance gains are between 30x for I/O heavy benchmarks and
        80x for numerical programs. In a database benchmark, cdecimal exhibits
        a speedup of 12x over decimal.py.
<<
Maintainer: Daniel Johnson <dan...@daniel-johnson.org>
License: BSD
Homepage: http://pypi.python.org/pypi/cdecimal

Source: http://www.bytereef.org/software/mpdecimal/releases/cdecimal-%v.tar.gz
Source-MD5: 3ecf19b7a599537f60cac2083e6a63fd

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

CompileScript: echo "Skip CompileScript."

InstallScript: <<
        #!/bin/bash -ev
        if [ "%m" = "x86_64" ]; then
                %p/bin/python%type_raw[python] setup.py install 
--with-machine=x64 --root=%d
        elif [ "%m" = "i386" ]; then
                %p/bin/python%type_raw[python] setup.py install 
--with-machine=ppro --root=%d
        else
                %p/bin/python%type_raw[python] setup.py install 
--with-machine=ansi32 --root=%d
        fi
<<

DocFiles: CHANGELOG.txt LICENSE.txt README.txt 
<<


------------------------------------------------------------------------------
Gaining the trust of online customers is vital for the success of any company
that requires sensitive data to be transmitted over the Web.   Learn how to 
best implement a security strategy that keeps consumers' information secure 
and instills the confidence they need to proceed with transactions.
http://p.sf.net/sfu/oracle-sfdevnl 
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to