summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Move the has_version checks on installed implementations to ↵Michał Górny2014-11-091-4/+2
| | | | python_is_installed() function. Accept PyPy when the implementation is installed, even if the virtual is not.
* Disable pypy2_0 and clean up after it.Michał Górny2014-04-081-6/+3
|
* Introduce a "common" python_setup function to set up Python for use in outer ↵Michał Górny2013-10-221-8/+18
| | | | scope.
* Do not look up Python for binary package install.Michał Górny2013-10-121-1/+5
|
* Introduce python_gen_any_dep to generate any-of dependencies matching ↵Michał Górny2013-09-241-1/+62
| | | | python_check_deps() code.
* python-any-r1: bail out on invalid PYTHON_COMPAT.Michał Górny2013-08-011-3/+8
|
* Use PYTHON_PKG_DEP for generating deps.Michał Górny2013-07-271-18/+6
|
* Consistently create ${EPYTHON} subdir for Python wrappers. Fixes conflict ↵Michał Górny2013-05-101-4/+4
| | | | between Python & vala wrappers, bug #469312.
* Support declaring python_check_deps() in ebuilds, to check Python impl for ↵Michał Górny2013-04-301-3/+39
| | | | proper deps.
* Report no matching impl properly.Michał Górny2013-04-301-1/+7
|
* Improve consistency in Python version checks and wrapper setup.Michał Górny2013-04-301-5/+10
|
* Create temporary symlinks for executables and pkg-config files, and add them ↵Michał Górny2013-04-071-2/+5
| | | | to $PATH and $PKG_CONFIG_PATH respectively. This makes it easier for broken build systems to find Python, and gives us the possibility of dropping python-wrapper.
* Check PYTHON_COMPAT for validity, and support disabling implementations in ↵Michał Górny2013-01-211-7/+6
| | | | the eclass.
* Remove myself from explicit maintainers, it is enough to assign the bugs to ↵Michał Górny2013-01-021-4/+3
| | | | Python team.
* Fix python-any-r1_pkg_setup fallback logic.Zac Medico2012-12-241-2/+2
|
* Commonize the code for obtaining the Python interpreter dependency string.Michał Górny2012-12-201-18/+6
|
* Respect user preferences in python-any-r1 (EPYTHON, eselect-python).Michał Górny2012-12-071-2/+55
|
* Introduce python-any-r1, to handle packages satisfied by any Python ↵Michał Górny2012-12-011-0/+174
implementation installed (e.g. strictly build-time dependent).