Info2: << Package: xdelta3-py%type_pkg[python] Version: 3.0.0 Revision: 1 Distribution: (%type_pkg[python] = 24) 10.4, (%type_pkg[python] = 24) 10.5 Type: python (2.4 2.5 2.6 2.7) Source: http://xdelta.googlecode.com/files/xdelta%v.tar.gz Source-MD5: 5fe038be3a266d2a7913e10d1cec6d88 BuildDepends: swig Depends: python%type_pkg[python], distribute-py%type_pkg[python] PatchScript: sed -i.bak -e '/cp xdelta3/d' -e 's/gcc-4.2/gcc/' -e 's/-arch x86_64//' Makefile CompileScript: << #!/bin/sh -ev export CPATH=%p/include/python%type_raw[python] python%type_raw[python] setup.py build make xdelta3module.so python -c 'import py_compile; py_compile.compile("xdelta3.py")' << InstallScript: << python%type_raw[python] setup.py install --prefix %p --root %d cp xdelta3module.so xdelta3.py xdelta3.pyc %i/lib/python%type_raw[python]/site-packages << DocFiles: COPYING README xdelta3-test.py Description: VCDIFF delta compression (python module) DescDetail: << Xdelta3 is a binary diff/patch tool. This is the python extension. << License: GPL Homepage: http://xdelta.org/ Maintainer: Brendan Cully <<