summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Always require PYTHON_COMPAT. Add an exception for python-exec which is a spe...Michał Górny2012-11-041-6/+7
* Minor documentation improvements.Michał Górny2012-11-011-6/+7
* Mark _python_ln_rel as @INTERNAL.Michał Górny2012-11-011-1/+2
* Fix the shebang correcting function to patch shebang only. Thanks to Enlik fo...Michał Górny2012-10-311-2/+2
* Enable python3.3 support.Michał Górny2012-10-291-2/+2
* Move python-exec dependency to python-r1. That eclass now provides means to c...Michał Górny2012-10-291-6/+10
* Introduce python_replicate_script(), to create copies of a Python script for ...Michał Górny2012-10-291-1/+127
* Introduce python_export_best() to obtain variables for the most preferred Pyt...Michał Górny2012-10-291-1/+26
* Add getters for common Python variables.Michał Górny2012-10-291-1/+47
* Add support for obtaining Python site-packages directory.Michał Górny2012-10-291-3/+33
* Remove duplicate documentation for BUILD_DIR, PYTHON, and EPYTHON. This break...Mike Gilbert2012-10-271-40/+1
* Do not enter BUILD_DIR in python_foreach_impl(), do that in distutils-r1 inst...Michał Górny2012-10-261-11/+1
* Add a note about array brace expansion.Michał Górny2012-10-251-1/+6
* Introduce python_export() to set Python-relevant variables, and document them...Michał Górny2012-10-251-16/+82
* Improve documentation and a few minor fixes.Michał Górny2012-10-231-12/+81
* Enable EAPI 5 support.Michał Górny2012-10-151-2/+2
* Introduce python-r1, a new (and simpler) eclass for Python-related packages.Michał Górny2012-10-141-0/+222