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.7) 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 License: Artistic Homepage: http://pyembedc.sourceforge.net/ Source: mirror:sourceforge:pyembedc/embedc-0.21.tar.gz Source-Checksum: SHA256(784da37de772d6ceb52ed956605aae3fd5610a9ae4b2f1eca0d7d10514b4c732) 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 << <<