Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 ↵ | Mike Gilbert | 2012-02-27 | 1 | -1/+11 |
| | | | | Progress overlay. | ||||
* | Enable PyPy 1.8 support. | Zac Medico | 2012-02-13 | 1 | -2/+2 |
| | | | | | Merged from the progress overlay: http://code.google.com/p/gentoo-progress/source/detail?r=1785 | ||||
* | Revert previous commit to python eclass, breaks any ebuild using ↵ | Thomas Sachau | 2012-02-10 | 1 | -2/+2 |
| | | | | PYTHON_DEPEND=2.4 without any need or prior warning | ||||
* | 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 |
| | | | | Bug 396586. | ||||
* | 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 |
| | | | | that might not be available until later in an upgrade. | ||||
* | 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 |
| | | | | breaks `FEATURES=noauto ebuild <ebuild> clean setup unpack prepare configure ...` workflows | ||||
* | Make python.eclass not die on EAPI-4. This has been OK-ed by python team ↵ | Paweł Hajdan | 2011-10-15 | 1 | -2/+2 |
| | | | | lead: http://archives.gentoo.org/gentoo-dev/msg_c211342132e8ee5249861eb6503b3ddd.xml | ||||
* | 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 |
| | | | | (Patch by Arfrever.) | ||||
* | Fix calculation of test hook function name in _python_test_hook(). | Dirkjan Ochtman | 2011-10-07 | 1 | -9/+9 |
| | | | | (Patch by Arfrever.) | ||||
* | Fix synchronization of variables in wrapper scripts generated by | Dirkjan Ochtman | 2011-10-07 | 1 | -26/+48 |
| | | | | python_generate_wrapper_scripts(). (Patch by Arfrever.) | ||||
* | Improve support for SELinux in python_merge_intermediate_installation_images(). | Dirkjan Ochtman | 2011-10-07 | 1 | -2/+2 |
| | | | | (Patch by Arfrever.) | ||||
* | Respect options from shebangs of target scripts in wrapper scripts generated | Dirkjan Ochtman | 2011-10-07 | 1 | -7/+13 |
| | | | | by python_generate_wrapper_scripts(). (Patch by Arfrever.) | ||||
* | 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 |
| | | | | but live happier afterwards, see bug 337320 | ||||
* | Fix handling of symlinks in python_merge_intermediate_installation_images(). | Dirkjan Ochtman | 2011-07-08 | 1 | -5/+26 |
| | | | | (Patch by Arfrever. Backported from python overlay.) | ||||
* | Add initial support for PyPy. | Dirkjan Ochtman | 2011-07-08 | 1 | -25/+73 |
| | | | | (Patch by Arfrever. Backported from python overlay.) | ||||
* | Delete support for installation of Python packages for Python 3.0. | Dirkjan Ochtman | 2011-07-08 | 1 | -2/+2 |
| | | | | (Patch by Arfrever. Backported from python overlay.) | ||||
* | Add python_get_implementation_and_version(). | Dirkjan Ochtman | 2011-07-08 | 1 | -10/+59 |
| | | | | (Patch by Arfrever. Backported from python overlay.) | ||||
* | Include paths to wrapper scripts in error messages in wrapper scripts generated | Dirkjan Ochtman | 2011-07-08 | 1 | -8/+8 |
| | | | | | by python_generate_wrapper_scripts(). (Patch by Arfrever. Backported from python overlay.) | ||||
* | Fix handling of ROOT in wrapper scripts generated by | Dirkjan Ochtman | 2011-07-08 | 1 | -5/+9 |
| | | | | | python_generate_wrapper_scripts(). (Patch by Arfrever. Backported from python overlay.) | ||||
* | Allow to use _python_package_supporting_installation_for_multiple_python_abis() | Dirkjan Ochtman | 2011-07-08 | 1 | -17/+13 |
| | | | | | in global scope and define it earlier. (Patch by Arfrever. Backported from python overlay.) | ||||
* | Add _PYTHON_ABI_PATTERN_REGEX. | Dirkjan Ochtman | 2011-07-08 | 1 | -2/+4 |
| | | | | (Patch by Arfrever. Backported from python overlay.) | ||||
* | Log syntax errors / warnings in python_mod_optimize(). | Dirkjan Ochtman | 2011-07-08 | 1 | -6/+20 |
| | | | | (Patch by Arfrever. Backported from python overlay.) | ||||
* | Support -l / --language option in python_get_version(). | Dirkjan Ochtman | 2011-07-08 | 1 | -28/+58 |
| | | | | (Patch by Arfrever. Backported from python overlay.) | ||||
* | Pass Python ABI patterns list to _python_check_python_abi_matching() to | Dirkjan Ochtman | 2011-07-04 | 1 | -36/+21 |
| | | | | simplify some code. (Patch by Arfrever. Backported from python overlay.) | ||||
* | Support PYTHON_TESTS_RESTRICTED_ABIS. | Dirkjan Ochtman | 2011-07-04 | 1 | -1/+13 |
| | | | | (Patch by Arfrever. Backported from python overlay.) | ||||
* | Support Python ABI patterns list in _python_check_python_abi_matching. | Dirkjan Ochtman | 2011-07-04 | 1 | -11/+48 |
| | | | | (Patch by Arfrever. Backported from python overlay.) | ||||
* | Fix coding style in some functions for consistency with other functions. | Dirkjan Ochtman | 2011-07-04 | 1 | -34/+62 |
| | | | | (Patch by Arfrever. Backported from python overlay.) | ||||
* | Support EAPI >=4 in python_src_install(). | Dirkjan Ochtman | 2011-07-04 | 1 | -2/+22 |
| | | | | (Patch by Arfrever. Backported from python overlay.) | ||||
* | Print deprecation warnings in deprecated parts of python_mod_optimize() and | Dirkjan Ochtman | 2011-07-04 | 1 | -13/+13 |
| | | | | python_mod_cleanup(). (Patch by Arfrever. Backported from python overlay.) | ||||
* | Delete python_version(), python_mod_exists(), python_tkinter_exists() and | Dirkjan Ochtman | 2011-07-04 | 1 | -25/+1 |
| | | | | python_mod_compile(). (Patch by Arfrever. Backported from python overlay.) | ||||
* | Support 3.3 Python ABI. | Arfrever Frehtes Taifersar Arahesis | 2011-03-10 | 1 | -4/+4 |
| | | | | Update EAPI checks. | ||||
* | Fix support for non-GNU cp in ↵ | Arfrever Frehtes Taifersar Arahesis | 2011-02-14 | 1 | -3/+7 |
| | | | | python_merge_intermediate_installation_images() (bug #352406). | ||||
* | Fix handling of EPREFIX in python_merge_intermediate_installation_images() | Jonathan Callen | 2010-12-31 | 1 | -2/+2 |
| | |||||
* | Allow using of python_merge_intermediate_installation_images() multiple times. | Arfrever Frehtes Taifersar Arahesis | 2010-12-26 | 1 | -1/+3 |
| | |||||
* | Improve support for Jython. | Arfrever Frehtes Taifersar Arahesis | 2010-12-24 | 1 | -79/+339 |
| | | | | | Improve python_generate_wrapper_scripts(). Add python_merge_intermediate_installation_images(). | ||||
* | Temporarily delete some code. | Arfrever Frehtes Taifersar Arahesis | 2010-10-29 | 1 | -155/+1 |
| |