summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* Use (-) USE-defaults to reduce issues from removing flags.Michał Górny2013-01-301-4/+4
* Fix output redirections in run_in_build_dir().Michał Górny2013-01-271-3/+3
* Introduce run_in_build_dir() function as used by GNOME ebuilds.Michał Górny2013-01-271-1/+20
* Check PYTHON_COMPAT for validity, and support disabling implementations in th...Michał Górny2013-01-211-11/+41
* Manually check PYTHON_TARGETS and PYTHON_SINGLE_TARGET for validity rather th...Michał Górny2013-01-081-2/+30
* Don't tell the user to set USE_PYTHON when a package does not support python2...Mike Gilbert2013-01-041-1/+9
* Remove myself from explicit maintainers, it is enough to assign the bugs to P...Michał Górny2013-01-021-4/+3
* Add a function to generate dep-strings conditional to Python implementations.Michał Górny2012-12-311-3/+46
* Introduce python_gen_usedep() and python_gen_flags() to make writing complex ...Michał Górny2012-12-271-1/+79
* Commonize the code for obtaining the Python interpreter dependency string.Michał Górny2012-12-201-19/+4
* Re-enable python-r1 -> python-single-r1 dep prevention.Michał Górny2012-12-191-5/+9
* Require EAPI=5 in both python-r1 eclasses due to bug #447524.Michał Górny2012-12-171-4/+5
* Remove outdated comments and checks.Michał Górny2012-12-161-5/+1
* Temporarily disable PYTHON_SINGLE_TARGET safety check because of issues with ...Michał Górny2012-12-161-3/+6
* Prevent python-r1 packages from depending on python-single-r1 packages.Michał Górny2012-12-141-1/+3
* Introduce python-any-r1, to handle packages satisfied by any Python implement...Michał Górny2012-12-011-1/+3
* Make python-single-r1 stand-alone, and blocking python-r1.Michał Górny2012-11-301-12/+5
* Override incompatible functions in python-single-r1 directly, instead of addi...Michał Górny2012-11-261-13/+1
* Fix EAPI checks, add double- and colliding include guards.Michał Górny2012-11-241-3/+24
* Move common Python functions to python-utils-r1.Michał Górny2012-11-241-407/+9
* Introduce python_domodule() to install Python modules.Michał Górny2012-11-211-1/+85
* Introduce python_doscript() to install Python scripts.Michał Górny2012-11-211-1/+74
* Introduce a check for USE_PYTHON & PYTHON_TARGETS compatibility.Michał Górny2012-11-191-1/+199
* Always require PYTHON_COMPAT. Add an exception for python-exec which is a spe...Michał Górny2012-11-041-6/+7
* Minor documentation improvements.Michał Górny2012-11-011-6/+7
* Mark _python_ln_rel as @INTERNAL.Michał Górny2012-11-011-1/+2
* Fix the shebang correcting function to patch shebang only. Thanks to Enlik fo...Michał Górny2012-10-311-2/+2
* Enable python3.3 support.Michał Górny2012-10-291-2/+2
* Move python-exec dependency to python-r1. That eclass now provides means to c...Michał Górny2012-10-291-6/+10
* Introduce python_replicate_script(), to create copies of a Python script for ...Michał Górny2012-10-291-1/+127
* Introduce python_export_best() to obtain variables for the most preferred Pyt...Michał Górny2012-10-291-1/+26
* Add getters for common Python variables.Michał Górny2012-10-291-1/+47
* Add support for obtaining Python site-packages directory.Michał Górny2012-10-291-3/+33
* Remove duplicate documentation for BUILD_DIR, PYTHON, and EPYTHON. This break...Mike Gilbert2012-10-271-40/+1
* Do not enter BUILD_DIR in python_foreach_impl(), do that in distutils-r1 inst...Michał Górny2012-10-261-11/+1