| Commit message (Expand) | Author | Age | Files | Lines |
* | Update doc link to point to the docs on Wiki. | Michał Górny | 2013-12-29 | 1 | -7/+7 |
* | Depend on dev-lang/python-exec:0 if _PYTHON_WANT_PYTHON_EXEC2 is 0, bug 489646. | Mike Gilbert | 2013-11-30 | 1 | -2/+4 |
* | Switch the eclasses to use dev-lang/python-exec. | Michał Górny | 2013-10-30 | 1 | -5/+5 |
* | Introduce a "common" python_setup function to set up Python for use in outer ... | Michał Górny | 2013-10-22 | 1 | -1/+16 |
* | Fix EAPI=4 on python-exec:2 since that is what pkgcore will require (the only... | Michał Górny | 2013-09-26 | 1 | -3/+3 |
* | Support python-exec:2. | Michał Górny | 2013-09-17 | 1 | -10/+30 |
* | Clean up Python script install/wrapping functions. | Michał Górny | 2013-09-17 | 1 | -19/+13 |
* | Depend on SLOT 0 of python-exec, for future compatibility. | Michał Górny | 2013-09-12 | 1 | -3/+3 |
* | Enable EAPI=4 on python-r1. | Michał Górny | 2013-08-27 | 1 | -5/+4 |
* | Mention that PYTHON_REQ_USE should be set before calling inherit. | Mike Gilbert | 2013-08-07 | 1 | -1/+3 |
* | Drop the old PYTHON_COMPAT hack for python-exec. | Michał Górny | 2013-08-04 | 1 | -6/+2 |
* | Set PYTHON_REQUIRED_USE, and add it to REQUIRED_USE in distutils-r1. | Mike Gilbert | 2013-05-21 | 1 | -2/+20 |
* | Consistently create ${EPYTHON} subdir for Python wrappers. Fixes conflict bet... | Michał Górny | 2013-05-10 | 1 | -3/+3 |
* | Create temporary symlinks for executables and pkg-config files, and add them ... | Michał Górny | 2013-04-07 | 1 | -1/+4 |
* | Add note about quoting patterns for python_gen_usedep. | Mike Gilbert | 2013-03-30 | 1 | -2/+5 |
* | Introduce an ability to override PYTHON_COMPAT for testing. | Michał Górny | 2013-03-20 | 1 | -1/+35 |
* | Reuse multibuild.eclass in python_export_best. | Michał Górny | 2013-03-20 | 1 | -15/+9 |
* | Clean up redundant USE flag check calls, replace them with a single call in _... | Michał Górny | 2013-03-09 | 1 | -9/+4 |
* | Use multibuild_copy_sources for python_copy_sources. | Michał Górny | 2013-03-09 | 1 | -22/+10 |
* | Introduce python_parallel_foreach_impl() and reuse it in distutils-r1. | Michał Górny | 2013-03-04 | 1 | -1/+34 |
* | Use multibuild.eclass in python-r1. | Michał Górny | 2013-03-04 | 1 | -24/+35 |
* | Move run_in_build_dir() to multibuild.eclass. | Michał Górny | 2013-03-04 | 1 | -21/+2 |
* | Revert the log teeing changes as they cause unexpected kind of breakage. | Michał Górny | 2013-02-27 | 1 | -67/+3 |
* | Re-enable split logs, now directly handled by python*_foreach_impl(). | Michał Górny | 2013-02-26 | 1 | -4/+14 |
* | Introduce the parallel variant of python_foreach_impl(). | Michał Górny | 2013-02-26 | 1 | -1/+55 |
* | Make python_foreach_impl() non-fatal, expect explicit die inside or outside. | Michał Górny | 2013-02-26 | 1 | -4/+13 |
* | Use (-) USE-defaults to reduce issues from removing flags. | Michał Górny | 2013-01-30 | 1 | -4/+4 |
* | Fix output redirections in run_in_build_dir(). | Michał Górny | 2013-01-27 | 1 | -3/+3 |
* | Introduce run_in_build_dir() function as used by GNOME ebuilds. | Michał Górny | 2013-01-27 | 1 | -1/+20 |
* | Check PYTHON_COMPAT for validity, and support disabling implementations in th... | Michał Górny | 2013-01-21 | 1 | -11/+41 |
* | 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 |