summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Ban new EAPI < 5 packages for python-r1 & python-single-r1.Michał Górny2015-03-211-4/+17
* Re-apply python-exec:0 removal, now with typos fixed.Michał Górny2015-02-201-1/+1
* Restore EAPI=4 deprecation. That commit was perfectly fine.Michał Górny2015-02-201-1/+2
* Revert random mgorny madnessPatrick Lauer2015-02-201-2/+1
* Deprecate EAPI=4 support.Michał Górny2015-02-191-1/+2
* Remove support for python-exec:0.Michał Górny2015-02-191-23/+13
* Deprecate python_export_best() verbosely.Michał Górny2015-01-131-1/+4
* Support restricting accepted implementation list for python_setup.Michał Górny2015-01-131-5/+44
* Spelling, pointed out by floppym.Michał Górny2014-12-281-3/+3
* Verbosely deprecate python_parallel_foreach_impl and DISTUTILS_NO_PARALLEL_BU...Michał Górny2014-12-281-1/+8
* Disable parallel run support to make things easier for developers and more pr...Michał Górny2014-12-071-13/+6
* python-r1: Fix docs on REQUIRED_USE (bug #530086)Sebastian Pipping2014-11-221-2/+4
* Use python 3.4 rather than dead 3.2 in python-r1 examplesSebastian Pipping2014-11-091-3/+3
* Add support for PyPy3.Michał Górny2014-11-051-2/+2
* Add extra quoting to prevent accidental globbing.Michał Górny2014-08-181-4/+4
* python_gen_cond_dep: delay PYTHON_USEDEP substitution until one of the implem...Michał Górny2014-07-061-7/+9
* Improve handling of corner cases in python_fix_shebang. Support --force and -...Michał Górny2014-06-191-3/+3
* Move python_fix_shebang into python-utils-r1, therefore making it a part of p...Michał Górny2014-05-261-3/+5
* Support substituting ${PYTHON_USEDEP} in python_gen_cond_dep().Michał Górny2014-04-191-7/+17
* Re-enable the python_gen_usedep empty argument check.Michał Górny2014-04-091-2/+2
* Comment out the python_gen_usedep empty argument check until all python_gen_c...Michał Górny2014-04-091-2/+2
* Throw explicit error if python_gen_usedep does not match any implementation r...Michał Górny2014-04-091-1/+3
* Disable pypy2_0 and clean up after it.Michał Górny2014-04-081-5/+2
* Fix improper suggestions to put unsupported implmentations in USE_PYTHON, bug...Michał Górny2014-04-051-2/+11
* Update doc link to point to the docs on Wiki.Michał Górny2013-12-291-7/+7
* Depend on dev-lang/python-exec:0 if _PYTHON_WANT_PYTHON_EXEC2 is 0, bug 489646.Mike Gilbert2013-11-301-2/+4
* Switch the eclasses to use dev-lang/python-exec.Michał Górny2013-10-301-5/+5
* Introduce a "common" python_setup function to set up Python for use in outer ...Michał Górny2013-10-221-1/+16
* Fix EAPI=4 on python-exec:2 since that is what pkgcore will require (the only...Michał Górny2013-09-261-3/+3
* Support python-exec:2.Michał Górny2013-09-171-10/+30
* Clean up Python script install/wrapping functions.Michał Górny2013-09-171-19/+13
* Depend on SLOT 0 of python-exec, for future compatibility.Michał Górny2013-09-121-3/+3
* Enable EAPI=4 on python-r1.Michał Górny2013-08-271-5/+4
* Mention that PYTHON_REQ_USE should be set before calling inherit.Mike Gilbert2013-08-071-1/+3
* Drop the old PYTHON_COMPAT hack for python-exec.Michał Górny2013-08-041-6/+2
* Set PYTHON_REQUIRED_USE, and add it to REQUIRED_USE in distutils-r1.Mike Gilbert2013-05-211-2/+20
* Consistently create ${EPYTHON} subdir for Python wrappers. Fixes conflict bet...Michał Górny2013-05-101-3/+3
* Create temporary symlinks for executables and pkg-config files, and add them ...Michał Górny2013-04-071-1/+4
* Add note about quoting patterns for python_gen_usedep.Mike Gilbert2013-03-301-2/+5
* Introduce an ability to override PYTHON_COMPAT for testing.Michał Górny2013-03-201-1/+35
* Reuse multibuild.eclass in python_export_best.Michał Górny2013-03-201-15/+9
* Clean up redundant USE flag check calls, replace them with a single call in _...Michał Górny2013-03-091-9/+4
* Use multibuild_copy_sources for python_copy_sources.Michał Górny2013-03-091-22/+10
* Introduce python_parallel_foreach_impl() and reuse it in distutils-r1.Michał Górny2013-03-041-1/+34
* Use multibuild.eclass in python-r1.Michał Górny2013-03-041-24/+35
* Move run_in_build_dir() to multibuild.eclass.Michał Górny2013-03-041-21/+2
* Revert the log teeing changes as they cause unexpected kind of breakage.Michał Górny2013-02-271-67/+3
* Re-enable split logs, now directly handled by python*_foreach_impl().Michał Górny2013-02-261-4/+14
* Introduce the parallel variant of python_foreach_impl().Michał Górny2013-02-261-1/+55
* Make python_foreach_impl() non-fatal, expect explicit die inside or outside.Michał Górny2013-02-261-4/+13