summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Silence sandbox for /usr/local, bug 498232.Mike Gilbert2014-01-181-2/+3
* Remove pointless distutils-r1_python_test function.Mike Gilbert2013-12-031-10/+1
* Override bdist_egg->build_dir via pydistutils.cfg rather than extra command. ...Michał Górny2013-12-021-11/+8
* Read all shebangs before moving files to avoid breaking symlinks that are goi...Michał Górny2013-11-111-17/+30
* Fix distutils-r1_python_install to strip --install-scripts= rather than passi...Michał Górny2013-10-261-17/+37
* Fix failing to pass default install arguments when user passes an additional ...Michał Górny2013-10-221-2/+2
* Support installing Python scripts with custom --install-scripts argument. Bug...Michał Górny2013-10-221-11/+31
* Do not alter HOME and TMPDIR when single impl is being used. This may work-ar...Michał Górny2013-10-101-4/+6
* Truncate .pydistutils.cfg in case we call distutils-r1_python_compile more th...Mike Gilbert2013-09-281-2/+2
* Use pydistutils.cfg to set build-dirs instead of passing commands explicitly....Michał Górny2013-09-271-48/+45
* Make HOME per-implementation.Michał Górny2013-09-271-3/+4
* Wrap symlinks installed to PYTHON_SCRIPTDIR as well.Michał Górny2013-09-261-2/+4
* Fixed prefix qaChristoph Junghans2013-09-191-2/+2
* Fix accepting arguments in distutils_install_for_testing.Michał Górny2013-09-181-2/+2
* Use einstalldocs.Michał Górny2013-09-171-20/+2
* Support python-exec:2.Michał Górny2013-09-171-6/+24
* Clean up Python script install/wrapping functions.Michał Górny2013-09-171-18/+17
* Mark _copy-egg-info as internal.Michał Górny2013-08-251-1/+2
* Copy bundled egg-info files for reuse in python_compile(). This solves issues...Michał Górny2013-08-251-1/+14
* Namespace, clean up and describe _disable_ez_setup.Michał Górny2013-08-251-6/+14
* Shout QA warnings when _all() phases do not call the default impls. Bug #478442.Michał Górny2013-08-011-1/+17
* Replace local+export with "local -x".Michał Górny2013-07-211-3/+2
* Stub-out ez_setup.py and distribute_setup.py to prevent packages from downloa...Mike Gilbert2013-07-091-1/+10
* Set PYTHON_REQUIRED_USE, and add it to REQUIRED_USE in distutils-r1.Mike Gilbert2013-05-211-1/+2
* Use bash built-ins rather than external tools.Michał Górny2013-04-301-3/+5
* Fix python_*_all() phases with DISTUTILS_SINGLE_IMPL.Michał Górny2013-04-181-5/+10
* Unmask the egg_info block for further testing. Feel free to comment it out if...Michał Górny2013-04-131-7/+6
* Move the egg_info code into a more realistic location for future testing.Michał Górny2013-04-101-9/+9
* 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