]> git.ipfire.org Git - pakfire.git/commit
python: Byte-compile all files in sitelib.
authorMichael Tremer <michael.tremer@ipfire.org>
Tue, 2 Oct 2012 22:45:11 +0000 (00:45 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Tue, 2 Oct 2012 22:45:11 +0000 (00:45 +0200)
commite9e430d4fd5b09327f57651726ffac1b7874ae01
tree380157774f04762a3d4efe78e6d0d732f0e0ca23
parentbd629777539347ab8da89616d6cd724c44c04f5c
python: Byte-compile all files in sitelib.

For files which are located elsewhere, it is required
to call:
  python_bytecompile <path1> <path2>... (Python 2)
or
  python3_bytecompile <path1> <path2>... (Python 3)
macros/build.macro
macros/python.macro
tools/py-compile