K 10 svn:author V 3 kwm K 8 svn:date V 27 2014-04-15T20:53:04.466158Z K 7 svn:log V 524 Rework python module compile so it doesn't code the stagedir in it [1] While here switch to USES=tar:bzip2 Remove waf from SHEBANG_FILES. it contains binary so running sed on it not guaranteed to work as intended. [2] Prefix waf commands with PYTHON_CMD so it run with the correct python version. Use the waf --destdir command for destdir Remove configure_ENV because they are already set. Use post-patch to dynamicly fix the python version in test/examples_test.py instead of a patch. Reported by: swills@ [1], mva [2] END