| Commit message (Expand) | Author | Age | Files | Lines |
* | minor grammar fixes | Mike Frysinger | 2014-02-06 | 1 | -7/+7 |
* | Add a note not to add new Python versions to python.eclass. | Michał Górny | 2013-09-18 | 1 | -1/+4 |
* | Switch eclasses to use virtual/pypy (and therefore support pypy-bin). | Michał Górny | 2013-07-27 | 1 | -4/+4 |
* | Add 2.7-jython. | Tim Harder | 2013-03-07 | 1 | -2/+2 |
* | Remove deprecation warnings wrt bug #452160. The code will not be removed any... | Michał Górny | 2013-03-02 | 1 | -14/+2 |
* | Remove pypy version mapping table from wrapper scripts. We can add it back if... | Mike Gilbert | 2012-12-20 | 1 | -10/+11 |
* | Add pypy version mapping for 2.0 => 2.7. | Mike Gilbert | 2012-12-20 | 1 | -1/+2 |
* | Add 2.7-pypy-2.0. | Mike Gilbert | 2012-12-20 | 1 | -2/+2 |
* | Fix EAPI checks, add double- and colliding include guards. | Michał Górny | 2012-11-24 | 1 | -1/+5 |
* | Add 3.3 as a supported python abi for testing. | Mike Gilbert | 2012-10-02 | 1 | -2/+2 |
* | Remove a silly EAPI conditional. | Mike Gilbert | 2012-09-27 | 1 | -2/+2 |
* | Allow usage of EAPI 5. | Mike Gilbert | 2012-09-27 | 1 | -14/+4 |
* | Hide the python.eclass unmerge noise behind PORTAGE_VERBOSE. | Mike Gilbert | 2012-08-16 | 1 | -3/+11 |
* | Fixing noisy output on unmerge #423741 | Patrick Lauer | 2012-08-16 | 1 | -6/+2 |
* | Add pypy-1.9 to the list of supported python ABIs. | Marien Zwart | 2012-06-09 | 1 | -2/+3 |
* | Add more versions of pypy to the hardcoded mapping in python.eclass. | Marien Zwart | 2012-03-29 | 1 | -2/+5 |
* | Apply patch from Arfrever to adjust dependencies in python.eclass. | Mike Gilbert | 2012-03-20 | 1 | -17/+20 |
* | Fix default src_test implementation in EAPI 4. Patch by pesa. | Mike Gilbert | 2012-03-07 | 1 | -5/+7 |
* | Add a safety check to catch issues like bug 405299 earlier. Adapted from Prog... | Mike Gilbert | 2012-02-27 | 1 | -1/+11 |
* | Enable PyPy 1.8 support. | Zac Medico | 2012-02-13 | 1 | -2/+2 |
* | Revert previous commit to python eclass, breaks any ebuild using PYTHON_DEPEN... | Thomas Sachau | 2012-02-10 | 1 | -2/+2 |
* | Removing python 2.4 support from python eclass | Patrick Lauer | 2012-02-10 | 1 | -2/+2 |
* | Avoid inheriting eutils from python.eclass. | Mike Gilbert | 2012-01-30 | 1 | -3/+3 |
* | Detect needless usage of python_convert_shebangs(). Patch by Arfrever. | Mike Gilbert | 2012-01-30 | 1 | -3/+9 |
* | Copy python_clean_installation_image from Progress overlay. Thanks Arfrever. ... | Mike Gilbert | 2012-01-21 | 1 | -1/+37 |
* | Avoid including python.eclass more than once. | Mike Gilbert | 2012-01-01 | 1 | -7/+17 |
* | Fix missing quotes on has_verison call. | Robin H. Johnson | 2011-12-19 | 1 | -2/+2 |
* | Bug #390691: Be careful about cp call to coreutils with --no-preserve option ... | Robin H. Johnson | 2011-12-18 | 1 | -2/+8 |
* | Update supported pypy ABIs. | Dirkjan Ochtman | 2011-11-30 | 1 | -2/+2 |
* | do not clear out PYTHON_PKG_SETUP_EXECUTED everytime this gets sourced as it ... | Mike Frysinger | 2011-11-18 | 1 | -3/+1 |
* | Make python.eclass not die on EAPI-4. This has been OK-ed by python team lead... | Paweł Hajdan | 2011-10-15 | 1 | -2/+2 |
* | Improve support for PyPy in python_mod_optimize(). (Patch by Arfrever.) | Dirkjan Ochtman | 2011-10-07 | 1 | -5/+5 |
* | Fix ResourceWarning in python_merge_intermediate_installation_images(). | Dirkjan Ochtman | 2011-10-07 | 1 | -2/+4 |
* | Fix calculation of test hook function name in _python_test_hook(). | Dirkjan Ochtman | 2011-10-07 | 1 | -9/+9 |
* | Fix synchronization of variables in wrapper scripts generated by | Dirkjan Ochtman | 2011-10-07 | 1 | -26/+48 |
* | Improve support for SELinux in python_merge_intermediate_installation_images(). | Dirkjan Ochtman | 2011-10-07 | 1 | -2/+2 |
* | Respect options from shebangs of target scripts in wrapper scripts generated | Dirkjan Ochtman | 2011-10-07 | 1 | -7/+13 |
* | Remove 3.3 from support python ABIs for now. | Dirkjan Ochtman | 2011-09-10 | 1 | -2/+2 |
* | fix random bugs in eclass documentation, and convert to new @AUTHOR tag | Mike Frysinger | 2011-08-22 | 1 | -2/+3 |
* | revert as suggested by Arfrever | Fabio Erculiani | 2011-08-19 | 1 | -2/+2 |
* | restore USE deps check for EAPI=0,1 in pkg_setup | Fabio Erculiani | 2011-08-19 | 1 | -2/+44 |
* | kill pkg_setup USE dependencies check for EAPI>=2 with fire, take the blame, ... | Fabio Erculiani | 2011-08-19 | 1 | -44/+2 |
* | Fix handling of symlinks in python_merge_intermediate_installation_images(). | Dirkjan Ochtman | 2011-07-08 | 1 | -5/+26 |
* | Add initial support for PyPy. | Dirkjan Ochtman | 2011-07-08 | 1 | -25/+73 |
* | Delete support for installation of Python packages for Python 3.0. | Dirkjan Ochtman | 2011-07-08 | 1 | -2/+2 |
* | Add python_get_implementation_and_version(). | Dirkjan Ochtman | 2011-07-08 | 1 | -10/+59 |
* | Include paths to wrapper scripts in error messages in wrapper scripts generated | Dirkjan Ochtman | 2011-07-08 | 1 | -8/+8 |
* | Fix handling of ROOT in wrapper scripts generated by | Dirkjan Ochtman | 2011-07-08 | 1 | -5/+9 |
* | Allow to use _python_package_supporting_installation_for_multiple_python_abis() | Dirkjan Ochtman | 2011-07-08 | 1 | -17/+13 |
* | Add _PYTHON_ABI_PATTERN_REGEX. | Dirkjan Ochtman | 2011-07-08 | 1 | -2/+4 |