Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move the has_version checks on installed implementations to ↵ | Michał Górny | 2014-11-09 | 1 | -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órny | 2014-04-08 | 1 | -6/+3 |
| | |||||
* | Introduce a "common" python_setup function to set up Python for use in outer ↵ | Michał Górny | 2013-10-22 | 1 | -8/+18 |
| | | | | scope. | ||||
* | Do not look up Python for binary package install. | Michał Górny | 2013-10-12 | 1 | -1/+5 |
| | |||||
* | Introduce python_gen_any_dep to generate any-of dependencies matching ↵ | Michał Górny | 2013-09-24 | 1 | -1/+62 |
| | | | | python_check_deps() code. | ||||
* | python-any-r1: bail out on invalid PYTHON_COMPAT. | Michał Górny | 2013-08-01 | 1 | -3/+8 |
| | |||||
* | Use PYTHON_PKG_DEP for generating deps. | Michał Górny | 2013-07-27 | 1 | -18/+6 |
| | |||||
* | Consistently create ${EPYTHON} subdir for Python wrappers. Fixes conflict ↵ | Michał Górny | 2013-05-10 | 1 | -4/+4 |
| | | | | between Python & vala wrappers, bug #469312. | ||||
* | Support declaring python_check_deps() in ebuilds, to check Python impl for ↵ | Michał Górny | 2013-04-30 | 1 | -3/+39 |
| | | | | proper deps. | ||||
* | Report no matching impl properly. | Michał Górny | 2013-04-30 | 1 | -1/+7 |
| | |||||
* | Improve consistency in Python version checks and wrapper setup. | Michał Górny | 2013-04-30 | 1 | -5/+10 |
| | |||||
* | Create temporary symlinks for executables and pkg-config files, and add them ↵ | Michał Górny | 2013-04-07 | 1 | -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órny | 2013-01-21 | 1 | -7/+6 |
| | | | | the eclass. | ||||
* | Remove myself from explicit maintainers, it is enough to assign the bugs to ↵ | Michał Górny | 2013-01-02 | 1 | -4/+3 |
| | | | | Python team. | ||||
* | Fix python-any-r1_pkg_setup fallback logic. | Zac Medico | 2012-12-24 | 1 | -2/+2 |
| | |||||
* | Commonize the code for obtaining the Python interpreter dependency string. | Michał Górny | 2012-12-20 | 1 | -18/+6 |
| | |||||
* | Respect user preferences in python-any-r1 (EPYTHON, eselect-python). | Michał Górny | 2012-12-07 | 1 | -2/+55 |
| | |||||
* | Introduce python-any-r1, to handle packages satisfied by any Python ↵ | Michał Górny | 2012-12-01 | 1 | -0/+174 |
implementation installed (e.g. strictly build-time dependent). |