summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix typoJustin Lecher2013-01-151-2/+2
* Provide best implementation's build dir in python_*_all() as BUILD_DIR to mak...Michał Górny2013-01-121-2/+4
* Pass arguments to setup.py in an predictable order, especially do not prepend...Michał Górny2013-01-121-13/+14
* Support specifying directories in DOCS.Michał Górny2013-01-121-2/+2
* Do not call dummy phases unnecessarily.Michał Górny2013-01-121-7/+1
* Close the lock file explicitly instead of relying on the subshell created by ...Mike Gilbert2013-01-111-2/+8
* Use locks to avoid race conditions when merging (bug #449760). Use tar instea...Michał Górny2013-01-101-4/+35
* Support overriding job-count for parallel build.Michał Górny2013-01-051-15/+31
* Always write split logs, even in non-parallel builds.Michał Górny2013-01-051-2/+2
* addpredict /usr/lib/portage/pym in distutils-r1_src_install.Mike Gilbert2013-01-041-1/+2
* Remove myself from explicit maintainers, it is enough to assign the bugs to P...Michał Górny2013-01-021-4/+3
* Pass --build-scripts path to setup.py (when out-of-source builds are used).Michał Górny2012-12-271-1/+3
* Remove outdated comments and checks.Michał Górny2012-12-161-2/+1
* Add (temporary) fix for sandbox failures when compiling Python modules. Bug #...Michał Górny2012-12-131-1/+5
* Fix python-exec symlink generation for Prefix. Thanks to Fabian Groffen for h...Michał Górny2012-12-091-2/+2
* Use separate TMPDIR for each Python implementation.Michał Górny2012-12-071-1/+5
* Report running implementation-common sub-phases verbosely.Michał Górny2012-12-071-1/+2
* Write split build logs for easier debugging.Michał Górny2012-12-071-2/+6
* Use multiprocessing post-fork wait mode to avoid early output when all jobs a...Michał Górny2012-12-071-2/+2
* Do not die when sub-phases return non-true value. This is inconsistent with n...Michał Górny2012-12-071-3/+3
* Pass the best Python implementation info to the implementation-common phase f...Michał Górny2012-12-071-6/+27
* Support parallel builds using multiprocessing eclass.Michał Górny2012-12-011-3/+40
* Create the wrapper symlinks directly in _distutils-r1_rename_scripts rather t...Michał Górny2012-12-011-19/+6
* Use intermediate-root install.Michał Górny2012-12-011-3/+8
* Make distutils-r1_rename_scripts private. Rename all matching executables rec...Michał Górny2012-12-011-19/+23
* Run EXPORT_FUNCTIONS even if re-inheriting, to preserve the expected phase ov...Michał Górny2012-11-261-1/+5
* Fix EAPI checks, add double- and colliding include guards.Michał Górny2012-11-241-3/+11
* 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