summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Support parallel builds using multiprocessing eclass.Michał Górny2012-12-011-3/+40
|
* Create the wrapper symlinks directly in _distutils-r1_rename_scripts rather ↵Michał Górny2012-12-011-19/+6
| | | | than postponing it to distutils-r1_install_all.
* Use intermediate-root install.Michał Górny2012-12-011-3/+8
|
* Make distutils-r1_rename_scripts private. Rename all matching executables ↵Michał Górny2012-12-011-19/+23
| | | | recursively in given path(s) rather than using hardcoded path list.
* Run EXPORT_FUNCTIONS even if re-inheriting, to preserve the expected phase ↵Michał Górny2012-11-261-1/+5
| | | | overrides.
* 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 ↵Michał Górny2012-10-311-2/+3
| | | | distutils-r1_python_install(). Thanks to Enlik for reminding me of it.
* 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 ↵Michał Górny2012-10-291-3/+2
| | | | create versioned scripts as well.
* Use find instead of hard-coded executable locations list when linking the ↵Michał Górny2012-10-291-8/+7
| | | | wrapper.
* 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 ↵Michał Górny2012-10-261-11/+24
| | | | instead.
* 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 ↵Michał Górny2012-10-251-2/+2
| | | | them better.
* 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 ↵Michał Górny2012-10-191-4/+4
| | | | correct).
* Enable EAPI 5 support.Michał Górny2012-10-151-2/+2
|
* Fix missing wrapper symlinks when first supported Python implementation is ↵Michał Górny2012-10-151-3/+9
| | | | disabled.
* Introduce distutils-r1, a new (and simpler) eclass for Python packages using ↵Michał Górny2012-10-141-0/+322
distutils build system.