Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/10.4-EOL/libs/pythonmods
In directory vz-cvs-3.sog:/tmp/cvs-serv18210

Added Files:
        embedc-py.info 
Log Message:
sync. w/ 10.!4/stable, validated on powerpc-darwin8


--- NEW FILE: embedc-py.info ---
Info2: <<
Package: embedc-py%type_pkg[python]
Version: 0.2.1
Revision: 2
# py32 has a test failure in test_embed_string (__main__.TestSequenceFunctions)
Type: python (2.6 2.7 3.1)
Description: Python Module for embedding C/C++
DescDetail: <<
        PyEmbedC enables you to write hybrid Python programs that include short
        C/C++ snippets to improve performance. I took my cues from most C/C++
        compilers, which allow you to embed short snippets of Assembly code.

        This is not designed for calling C API's and writing complex C/Python
        hybrid programs. There are already numerous solutions for that. Rather,
        this project enables Python programmers to optimize the speed of their
        programs by coding select sections in C/C++. An important part of the
        design was transparency. Special keywords, "glue" code, etc. are kept
        to an absolute minimum.
<<
Maintainer: Daniel Johnson <dan...@daniel-johnson.org>
License: Artistic
Homepage: http://pyembedc.sourceforge.net/

Source: mirror:sourceforge:pyembedc/embedc-0.21.tar.gz
Source-MD5: 96a0c4bb74158284a2626ef49bbd0883

PatchScript: perl -pi -e 's/-shared/-dynamiclib/' embedc.py

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

NoSetCPPFLAGS: true
NoSetLDFLAGS: true

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

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

DocFiles: PKG-INFO README.txt

InfoTest: <<
        TestScript: %p/bin/python%type_raw[python] test.py || exit 2
<<
<<


------------------------------------------------------------------------------
All the data continuously generated in your IT infrastructure 
contains a definitive record of customers, application performance, 
security threats, fraudulent activity, and more. Splunk takes this 
data and makes sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-novd2d
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to