| Commit message (Expand) | Author | Age | Files | Lines |
* | Manually check PYTHON_TARGETS and PYTHON_SINGLE_TARGET for validity rather th... | Michał Górny | 2013-01-08 | 1 | -2/+30 |
* | Don't tell the user to set USE_PYTHON when a package does not support python2... | Mike Gilbert | 2013-01-04 | 1 | -1/+9 |
* | Remove myself from explicit maintainers, it is enough to assign the bugs to P... | Michał Górny | 2013-01-02 | 1 | -4/+3 |
* | Add a function to generate dep-strings conditional to Python implementations. | Michał Górny | 2012-12-31 | 1 | -3/+46 |
* | Introduce python_gen_usedep() and python_gen_flags() to make writing complex ... | Michał Górny | 2012-12-27 | 1 | -1/+79 |
* | Commonize the code for obtaining the Python interpreter dependency string. | Michał Górny | 2012-12-20 | 1 | -19/+4 |
* | Re-enable python-r1 -> python-single-r1 dep prevention. | Michał Górny | 2012-12-19 | 1 | -5/+9 |
* | Require EAPI=5 in both python-r1 eclasses due to bug #447524. | Michał Górny | 2012-12-17 | 1 | -4/+5 |
* | Remove outdated comments and checks. | Michał Górny | 2012-12-16 | 1 | -5/+1 |
* | Temporarily disable PYTHON_SINGLE_TARGET safety check because of issues with ... | Michał Górny | 2012-12-16 | 1 | -3/+6 |
* | Prevent python-r1 packages from depending on python-single-r1 packages. | Michał Górny | 2012-12-14 | 1 | -1/+3 |
* | Introduce python-any-r1, to handle packages satisfied by any Python implement... | Michał Górny | 2012-12-01 | 1 | -1/+3 |
* | Make python-single-r1 stand-alone, and blocking python-r1. | Michał Górny | 2012-11-30 | 1 | -12/+5 |
* | Override incompatible functions in python-single-r1 directly, instead of addi... | Michał Górny | 2012-11-26 | 1 | -13/+1 |
* | Fix EAPI checks, add double- and colliding include guards. | Michał Górny | 2012-11-24 | 1 | -3/+24 |
* | Move common Python functions to python-utils-r1. | Michał Górny | 2012-11-24 | 1 | -407/+9 |
* | Introduce python_domodule() to install Python modules. | Michał Górny | 2012-11-21 | 1 | -1/+85 |
* | Introduce python_doscript() to install Python scripts. | Michał Górny | 2012-11-21 | 1 | -1/+74 |
* | Introduce a check for USE_PYTHON & PYTHON_TARGETS compatibility. | Michał Górny | 2012-11-19 | 1 | -1/+199 |
* | Always require PYTHON_COMPAT. Add an exception for python-exec which is a spe... | Michał Górny | 2012-11-04 | 1 | -6/+7 |
* | Minor documentation improvements. | Michał Górny | 2012-11-01 | 1 | -6/+7 |
* | Mark _python_ln_rel as @INTERNAL. | Michał Górny | 2012-11-01 | 1 | -1/+2 |
* | Fix the shebang correcting function to patch shebang only. Thanks to Enlik fo... | Michał Górny | 2012-10-31 | 1 | -2/+2 |
* | Enable python3.3 support. | Michał Górny | 2012-10-29 | 1 | -2/+2 |
* | Move python-exec dependency to python-r1. That eclass now provides means to c... | Michał Górny | 2012-10-29 | 1 | -6/+10 |
* | Introduce python_replicate_script(), to create copies of a Python script for ... | Michał Górny | 2012-10-29 | 1 | -1/+127 |
* | Introduce python_export_best() to obtain variables for the most preferred Pyt... | Michał Górny | 2012-10-29 | 1 | -1/+26 |
* | Add getters for common Python variables. | Michał Górny | 2012-10-29 | 1 | -1/+47 |
* | Add support for obtaining Python site-packages directory. | Michał Górny | 2012-10-29 | 1 | -3/+33 |
* | Remove duplicate documentation for BUILD_DIR, PYTHON, and EPYTHON. This break... | Mike Gilbert | 2012-10-27 | 1 | -40/+1 |
* | Do not enter BUILD_DIR in python_foreach_impl(), do that in distutils-r1 inst... | Michał Górny | 2012-10-26 | 1 | -11/+1 |
* | Add a note about array brace expansion. | Michał Górny | 2012-10-25 | 1 | -1/+6 |
* | Introduce python_export() to set Python-relevant variables, and document them... | Michał Górny | 2012-10-25 | 1 | -16/+82 |
* | Improve documentation and a few minor fixes. | Michał Górny | 2012-10-23 | 1 | -12/+81 |
* | Enable EAPI 5 support. | Michał Górny | 2012-10-15 | 1 | -2/+2 |
* | Introduce python-r1, a new (and simpler) eclass for Python-related packages. | Michał Górny | 2012-10-14 | 1 | -0/+222 |