summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* minor grammar fixesMike Frysinger2014-02-061-7/+7
|
* Add a note not to add new Python versions to python.eclass.Michał Górny2013-09-181-1/+4
|
* Switch eclasses to use virtual/pypy (and therefore support pypy-bin).Michał Górny2013-07-271-4/+4
|
* Add 2.7-jython.Tim Harder2013-03-071-2/+2
|
* Remove deprecation warnings wrt bug #452160. The code will not be removed ↵Michał Górny2013-03-021-14/+2
| | | | anymore since the eclass will be deprecated at some point.
* Remove pypy version mapping table from wrapper scripts. We can add it back ↵Mike Gilbert2012-12-201-10/+11
| | | | if pypy is ever ported to py3k and we are still using this eclass.
* Add pypy version mapping for 2.0 => 2.7.Mike Gilbert2012-12-201-1/+2
|
* Add 2.7-pypy-2.0.Mike Gilbert2012-12-201-2/+2
|
* Fix EAPI checks, add double- and colliding include guards.Michał Górny2012-11-241-1/+5
|
* Add 3.3 as a supported python abi for testing.Mike Gilbert2012-10-021-2/+2
|
* Remove a silly EAPI conditional.Mike Gilbert2012-09-271-2/+2
|
* Allow usage of EAPI 5.Mike Gilbert2012-09-271-14/+4
|
* Hide the python.eclass unmerge noise behind PORTAGE_VERBOSE.Mike Gilbert2012-08-161-3/+11
|
* Fixing noisy output on unmerge #423741Patrick Lauer2012-08-161-6/+2
|
* Add pypy-1.9 to the list of supported python ABIs.Marien Zwart2012-06-091-2/+3
|
* Add more versions of pypy to the hardcoded mapping in python.eclass.Marien Zwart2012-03-291-2/+5
|
* Apply patch from Arfrever to adjust dependencies in python.eclass.Mike Gilbert2012-03-201-17/+20
|
* Fix default src_test implementation in EAPI 4. Patch by pesa.Mike Gilbert2012-03-071-5/+7
|
* Add a safety check to catch issues like bug 405299 earlier. Adapted from ↵Mike Gilbert2012-02-271-1/+11
| | | | Progress overlay.
* Enable PyPy 1.8 support.Zac Medico2012-02-131-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 Sachau2012-02-101-2/+2
| | | | PYTHON_DEPEND=2.4 without any need or prior warning
* Removing python 2.4 support from python eclassPatrick Lauer2012-02-101-2/+2
|
* Avoid inheriting eutils from python.eclass.Mike Gilbert2012-01-301-3/+3
|
* Detect needless usage of python_convert_shebangs(). Patch by Arfrever.Mike Gilbert2012-01-301-3/+9
|
* Copy python_clean_installation_image from Progress overlay. Thanks Arfrever. ↵Mike Gilbert2012-01-211-1/+37
| | | | Bug 396586.
* Avoid including python.eclass more than once.Mike Gilbert2012-01-011-7/+17
|
* Fix missing quotes on has_verison call.Robin H. Johnson2011-12-191-2/+2
|
* Bug #390691: Be careful about cp call to coreutils with --no-preserve option ↵Robin H. Johnson2011-12-181-2/+8
| | | | that might not be available until later in an upgrade.
* Update supported pypy ABIs.Dirkjan Ochtman2011-11-301-2/+2
|
* do not clear out PYTHON_PKG_SETUP_EXECUTED everytime this gets sourced as it ↵Mike Frysinger2011-11-181-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ł Hajdan2011-10-151-2/+2
| | | | lead: http://archives.gentoo.org/gentoo-dev/msg_c211342132e8ee5249861eb6503b3ddd.xml
* Improve support for PyPy in python_mod_optimize(). (Patch by Arfrever.)Dirkjan Ochtman2011-10-071-5/+5
|
* Fix ResourceWarning in python_merge_intermediate_installation_images().Dirkjan Ochtman2011-10-071-2/+4
| | | | (Patch by Arfrever.)
* Fix calculation of test hook function name in _python_test_hook().Dirkjan Ochtman2011-10-071-9/+9
| | | | (Patch by Arfrever.)
* Fix synchronization of variables in wrapper scripts generated byDirkjan Ochtman2011-10-071-26/+48
| | | | python_generate_wrapper_scripts(). (Patch by Arfrever.)
* Improve support for SELinux in python_merge_intermediate_installation_images().Dirkjan Ochtman2011-10-071-2/+2
| | | | (Patch by Arfrever.)
* Respect options from shebangs of target scripts in wrapper scripts generatedDirkjan Ochtman2011-10-071-7/+13
| | | | by python_generate_wrapper_scripts(). (Patch by Arfrever.)
* Remove 3.3 from support python ABIs for now.Dirkjan Ochtman2011-09-101-2/+2
|
* fix random bugs in eclass documentation, and convert to new @AUTHOR tagMike Frysinger2011-08-221-2/+3
|
* revert as suggested by ArfreverFabio Erculiani2011-08-191-2/+2
|
* restore USE deps check for EAPI=0,1 in pkg_setupFabio Erculiani2011-08-191-2/+44
|
* kill pkg_setup USE dependencies check for EAPI>=2 with fire, take the blame, ↵Fabio Erculiani2011-08-191-44/+2
| | | | but live happier afterwards, see bug 337320
* Fix handling of symlinks in python_merge_intermediate_installation_images().Dirkjan Ochtman2011-07-081-5/+26
| | | | (Patch by Arfrever. Backported from python overlay.)
* Add initial support for PyPy.Dirkjan Ochtman2011-07-081-25/+73
| | | | (Patch by Arfrever. Backported from python overlay.)
* Delete support for installation of Python packages for Python 3.0.Dirkjan Ochtman2011-07-081-2/+2
| | | | (Patch by Arfrever. Backported from python overlay.)
* Add python_get_implementation_and_version().Dirkjan Ochtman2011-07-081-10/+59
| | | | (Patch by Arfrever. Backported from python overlay.)
* Include paths to wrapper scripts in error messages in wrapper scripts generatedDirkjan Ochtman2011-07-081-8/+8
| | | | | by python_generate_wrapper_scripts(). (Patch by Arfrever. Backported from python overlay.)
* Fix handling of ROOT in wrapper scripts generated byDirkjan Ochtman2011-07-081-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 Ochtman2011-07-081-17/+13
| | | | | in global scope and define it earlier. (Patch by Arfrever. Backported from python overlay.)
* Add _PYTHON_ABI_PATTERN_REGEX.Dirkjan Ochtman2011-07-081-2/+4
| | | | (Patch by Arfrever. Backported from python overlay.)