summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Introduce multibuild_merge_root, as an universal interim-install merging func...Michał Górny2013-04-011-41/+2
* Pass --build-platlib and --build-purelib separately to distutils. This allows...Michał Górny2013-03-191-3/+12
* Reverse order of $add_args and $@ in esetup.py. Remove duplicate build comman...Mike Gilbert2013-03-131-8/+10
* Use doins instead of dodoc to install examples, due to PMS limitations. Bug #...Michał Górny2013-03-091-5/+4
* Use multilib_for_best_variant() for the *_all() phases.Michał Górny2013-03-041-22/+5
* Introduce python_parallel_foreach_impl() and reuse it in distutils-r1.Michał Górny2013-03-041-55/+8
* Run *_all() phases in best-impl sources, in an in-source build.Michał Górny2013-03-021-1/+12
* Override build locations and set PYTHONPATH in in-source builds, to increase ...Michał Górny2013-03-021-9/+5
* In-source builds: append "build/" subdir to the BUILD_DIR variable. It can be...Michał Górny2013-03-021-8/+5
* Revert the log teeing changes as they cause unexpected kind of breakage.Michał Górny2013-02-271-8/+55
* Re-use python_parallel_foreach_impl() in distutils-r1.Michał Górny2013-02-261-55/+8
* Introduce the parallel variant of python_foreach_impl().Michał Górny2013-02-261-9/+1
* Support EXAMPLES to install examples in a consistent manner.Michał Górny2013-02-211-5/+30
* Support DOCS=() to disable installing documentation.Michał Górny2013-02-111-2/+5
* Temporarily disable egg_info since it causes problems with installing scripts.Michał Górny2013-02-101-6/+7
* Introduce a function to install package for running tests, solving all the is...Michał Górny2013-02-101-1/+55
* Override egg-info write location in out-of-source builds.Michał Górny2013-02-101-1/+8
* Error out if "tests" package is installed. This is a common mistake and a sou...Michał Górny2013-02-101-1/+5
* Support using distutils-r1 along with python-single-r1.Michał Górny2013-01-271-26/+90
* Support making dependency and phase function enforcement optional.Michał Górny2013-01-271-4/+20
* Do not redirect stderr of pushd&popd. Thanks to vapier for catching that.Michał Górny2013-01-201-3/+3
* 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