| Commit message (Expand) | Author | Age | Files | Lines |
* | Introduce multibuild_merge_root, as an universal interim-install merging func... | Michał Górny | 2013-04-01 | 1 | -41/+2 |
* | Pass --build-platlib and --build-purelib separately to distutils. This allows... | Michał Górny | 2013-03-19 | 1 | -3/+12 |
* | Reverse order of $add_args and $@ in esetup.py. Remove duplicate build comman... | Mike Gilbert | 2013-03-13 | 1 | -8/+10 |
* | Use doins instead of dodoc to install examples, due to PMS limitations. Bug #... | Michał Górny | 2013-03-09 | 1 | -5/+4 |
* | Use multilib_for_best_variant() for the *_all() phases. | Michał Górny | 2013-03-04 | 1 | -22/+5 |
* | Introduce python_parallel_foreach_impl() and reuse it in distutils-r1. | Michał Górny | 2013-03-04 | 1 | -55/+8 |
* | Run *_all() phases in best-impl sources, in an in-source build. | Michał Górny | 2013-03-02 | 1 | -1/+12 |
* | Override build locations and set PYTHONPATH in in-source builds, to increase ... | Michał Górny | 2013-03-02 | 1 | -9/+5 |
* | In-source builds: append "build/" subdir to the BUILD_DIR variable. It can be... | Michał Górny | 2013-03-02 | 1 | -8/+5 |
* | Revert the log teeing changes as they cause unexpected kind of breakage. | Michał Górny | 2013-02-27 | 1 | -8/+55 |
* | Re-use python_parallel_foreach_impl() in distutils-r1. | Michał Górny | 2013-02-26 | 1 | -55/+8 |
* | Introduce the parallel variant of python_foreach_impl(). | Michał Górny | 2013-02-26 | 1 | -9/+1 |
* | Support EXAMPLES to install examples in a consistent manner. | Michał Górny | 2013-02-21 | 1 | -5/+30 |
* | Support DOCS=() to disable installing documentation. | Michał Górny | 2013-02-11 | 1 | -2/+5 |
* | Temporarily disable egg_info since it causes problems with installing scripts. | Michał Górny | 2013-02-10 | 1 | -6/+7 |
* | Introduce a function to install package for running tests, solving all the is... | Michał Górny | 2013-02-10 | 1 | -1/+55 |
* | Override egg-info write location in out-of-source builds. | Michał Górny | 2013-02-10 | 1 | -1/+8 |
* | Error out if "tests" package is installed. This is a common mistake and a sou... | Michał Górny | 2013-02-10 | 1 | -1/+5 |
* | Support using distutils-r1 along with python-single-r1. | Michał Górny | 2013-01-27 | 1 | -26/+90 |
* | Support making dependency and phase function enforcement optional. | Michał Górny | 2013-01-27 | 1 | -4/+20 |
* | Do not redirect stderr of pushd&popd. Thanks to vapier for catching that. | Michał Górny | 2013-01-20 | 1 | -3/+3 |
* | Fix typo | Justin Lecher | 2013-01-15 | 1 | -2/+2 |
* | Provide best implementation's build dir in python_*_all() as BUILD_DIR to mak... | Michał Górny | 2013-01-12 | 1 | -2/+4 |
* | Pass arguments to setup.py in an predictable order, especially do not prepend... | Michał Górny | 2013-01-12 | 1 | -13/+14 |
* | Support specifying directories in DOCS. | Michał Górny | 2013-01-12 | 1 | -2/+2 |
* | Do not call dummy phases unnecessarily. | Michał Górny | 2013-01-12 | 1 | -7/+1 |
* | Close the lock file explicitly instead of relying on the subshell created by ... | Mike Gilbert | 2013-01-11 | 1 | -2/+8 |
* | Use locks to avoid race conditions when merging (bug #449760). Use tar instea... | Michał Górny | 2013-01-10 | 1 | -4/+35 |
* | Support overriding job-count for parallel build. | Michał Górny | 2013-01-05 | 1 | -15/+31 |
* | Always write split logs, even in non-parallel builds. | Michał Górny | 2013-01-05 | 1 | -2/+2 |
* | addpredict /usr/lib/portage/pym in distutils-r1_src_install. | Mike Gilbert | 2013-01-04 | 1 | -1/+2 |
* | Remove myself from explicit maintainers, it is enough to assign the bugs to P... | Michał Górny | 2013-01-02 | 1 | -4/+3 |
* | Pass --build-scripts path to setup.py (when out-of-source builds are used). | Michał Górny | 2012-12-27 | 1 | -1/+3 |
* | Remove outdated comments and checks. | Michał Górny | 2012-12-16 | 1 | -2/+1 |
* | Add (temporary) fix for sandbox failures when compiling Python modules. Bug #... | Michał Górny | 2012-12-13 | 1 | -1/+5 |
* | Fix python-exec symlink generation for Prefix. Thanks to Fabian Groffen for h... | Michał Górny | 2012-12-09 | 1 | -2/+2 |
* | Use separate TMPDIR for each Python implementation. | Michał Górny | 2012-12-07 | 1 | -1/+5 |
* | Report running implementation-common sub-phases verbosely. | Michał Górny | 2012-12-07 | 1 | -1/+2 |
* | Write split build logs for easier debugging. | Michał Górny | 2012-12-07 | 1 | -2/+6 |
* | Use multiprocessing post-fork wait mode to avoid early output when all jobs a... | Michał Górny | 2012-12-07 | 1 | -2/+2 |
* | Do not die when sub-phases return non-true value. This is inconsistent with n... | Michał Górny | 2012-12-07 | 1 | -3/+3 |
* | Pass the best Python implementation info to the implementation-common phase f... | Michał Górny | 2012-12-07 | 1 | -6/+27 |
* | Support parallel builds using multiprocessing eclass. | Michał Górny | 2012-12-01 | 1 | -3/+40 |
* | Create the wrapper symlinks directly in _distutils-r1_rename_scripts rather t... | Michał Górny | 2012-12-01 | 1 | -19/+6 |
* | Use intermediate-root install. | Michał Górny | 2012-12-01 | 1 | -3/+8 |
* | Make distutils-r1_rename_scripts private. Rename all matching executables rec... | Michał Górny | 2012-12-01 | 1 | -19/+23 |
* | Run EXPORT_FUNCTIONS even if re-inheriting, to preserve the expected phase ov... | Michał Górny | 2012-11-26 | 1 | -1/+5 |
* | Fix EAPI checks, add double- and colliding include guards. | Michał Górny | 2012-11-24 | 1 | -3/+11 |
* | Fix enabling byte-compiling. | Michał Górny | 2012-11-05 | 1 | -2/+3 |
* | Export PYTHONPATH for phases in out-of-source builds. | Michał Górny | 2012-11-01 | 1 | -2/+12 |