summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix enabling byte-compiling.Michał Górny2012-11-051-2/+3
* Export PYTHONPATH for phases in out-of-source builds.Michał Górny2012-11-011-2/+12
* Explicitly set library build dir in out-of-source builds.Michał Górny2012-11-011-2/+7
* Enable byte-compilation of Python modules only locally for distutils-r1_pytho...Michał Górny2012-10-311-2/+3
* Support and use out-of-source builds by default.Michał Górny2012-10-291-6/+46
* Introduce an esetup.py wrapper function and mydistutilsargs=() for it.Michał Górny2012-10-291-14/+39
* Remove redundant "cd ${BUILD_DIR}" calls.Michał Górny2012-10-291-3/+1
* Move python-exec dependency to python-r1. That eclass now provides means to c...Michał Górny2012-10-291-3/+2
* Use find instead of hard-coded executable locations list when linking the wra...Michał Górny2012-10-291-8/+7
* Use new python-r1 functions.Michał Górny2012-10-291-24/+5
* Do not enter BUILD_DIR in python_foreach_impl(), do that in distutils-r1 inst...Michał Górny2012-10-261-11/+24
* Add games/bin to lookup paths for rename_scripts().Michał Górny2012-10-251-2/+2
* Introduce python_export() to set Python-relevant variables, and document them...Michał Górny2012-10-251-2/+2
* Improve documentation and a few minor fixes.Michał Górny2012-10-231-5/+37
* Call no-op default phases for each implementation (meaningless but more corre...Michał Górny2012-10-191-4/+4
* Enable EAPI 5 support.Michał Górny2012-10-151-2/+2
* Fix missing wrapper symlinks when first supported Python implementation is di...Michał Górny2012-10-151-3/+9
* Introduce distutils-r1, a new (and simpler) eclass for Python packages using ...Michał Górny2012-10-141-0/+322