diff options
author | Roman I Khimov <khimov@altell.ru> | 2010-03-23 13:27:40 +0300 |
---|---|---|
committer | Roman I Khimov <khimov@altell.ru> | 2010-03-25 09:28:25 +0300 |
commit | e0f9409803d6edc14608828967c0c52b5a2d182e (patch) | |
tree | 89172fda5bdc555fdcbc189fed73fcda1465e771 /.gitignore | |
parent | 99962c42b37b4ccc256d45540016309904ce7c77 (diff) |
distutils-common-base: move Python dir detection to separate class
Allows to inherit that in packages containing Python extensions but still tightly
control packaging of those extensions. Mainly for the cases where you want
those python modules/extensions/parts to be packaged separately from the main
package in order not to introduce python dependency where you don't need it.
Technically, you can do it with distutils-common-base, but it might require
more FILES_* work than with python-dir.
Introduce PYTHON_SITEPACKAGES_DIR along the way, site-packages directory is
referenced frequently enough within class files, but some recipes also pack this
directory as
${libdir}/python2.5/site-packages
${libdir}/python2.6/site-packages
${libdir}/python*/site-packages
/usr/lib/python*/site-packages
${libdir}/*/site-packages
all of which are not perfect.
Signed-off-by: Roman I Khimov <khimov@altell.ru>
Diffstat (limited to '.gitignore')
0 files changed, 0 insertions, 0 deletions