| Commit message (Expand) | Author | Age | Files | Lines |
* | Fixing confusing message in distutils.eclass | Patrick Lauer | 2013-02-08 | 1 | -6/+6 |
* | Fixing #407495 | Patrick Lauer | 2012-03-15 | 1 | -4/+4 |
* | Avoid including python.eclass more than once. | Mike Gilbert | 2012-01-01 | 1 | -3/+7 |
* | Unconditionally print deprecation warnings for usage of distutils.eclass in o... | Arfrever Frehtes Taifersar Arahesis | 2011-04-12 | 1 | -59/+201 |
* | Add optionally printed deprecation warning for already deprecated using of di... | Arfrever Frehtes Taifersar Arahesis | 2010-12-24 | 1 | -37/+32 |
* | py.test script has been moved from dev-python/py to dev-python/pytest. | Arfrever Frehtes Taifersar Arahesis | 2010-12-13 | 1 | -2/+2 |
* | Use _python_package_supporting_installation_for_multiple_python_abis() instea... | Arfrever Frehtes Taifersar Arahesis | 2010-10-10 | 1 | -12/+12 |
* | Allow specification of custom path to setup file using DISTUTILS_SETUP_FILES ... | Arfrever Frehtes Taifersar Arahesis | 2010-07-17 | 1 | -46/+42 |
* | Add sanity check in distutils_src_test(). | Arfrever Frehtes Taifersar Arahesis | 2010-05-25 | 1 | -11/+15 |
* | Use prefix variables (bug #307669). | Arfrever Frehtes Taifersar Arahesis | 2010-03-04 | 1 | -13/+66 |
* | Do not export distutils_src_unpack() in EAPI >=2 and disallow using of distut... | Arfrever Frehtes Taifersar Arahesis | 2010-02-28 | 1 | -26/+44 |
* | dropped inherit eutils: all ebuilds should be fixed in the tree. | Peter Volkov | 2010-02-08 | 1 | -2/+2 |
* | revert dropped inherit eutils: 172 ebuilds are still broken with this change ... | Peter Volkov | 2010-02-07 | 1 | -2/+2 |
* | Delete support for DISTUTILS_DISABLE_PYTHON_DEPENDENCY and check PYTHON_DEPEND. | Arfrever Frehtes Taifersar Arahesis | 2010-02-04 | 1 | -101/+139 |
* | Use $(PYTHON -A) instead of $(PYTHON ${PYVER}). | Arfrever Frehtes Taifersar Arahesis | 2010-01-10 | 1 | -11/+10 |
* | Disallow using of ${python}, distutils_python_version() and distutils_python_... | Arfrever Frehtes Taifersar Arahesis | 2009-12-24 | 1 | -2/+51 |
* | Add support for distutils_src_{compile,install}_{pre,post}_hook(). Use $(PYTH... | Arfrever Frehtes Taifersar Arahesis | 2009-11-28 | 1 | -14/+44 |
* | Handle distribute_setup module in distutils_src_prepare(). | Arfrever Frehtes Taifersar Arahesis | 2009-11-06 | 1 | -3/+12 |
* | Optimize calls to python_mod_optimize() / python_mod_cleanup() in distutils_p... | Arfrever Frehtes Taifersar Arahesis | 2009-10-11 | 1 | -10/+8 |
* | Disallow installation into /usr/local. | Arfrever Frehtes Taifersar Arahesis | 2009-09-11 | 1 | -1/+5 |
* | Fix detection of ez_setup in distutils_src_prepare(). Improve distutils_pkg_p... | Arfrever Frehtes Taifersar Arahesis | 2009-09-11 | 1 | -32/+31 |
* | Add support for DISTUTILS_DISABLE_PYTHON_DEPENDENCY variable. Improve handlin... | Arfrever Frehtes Taifersar Arahesis | 2009-09-09 | 1 | -8/+12 |
* | Add support for DISTUTILS_USE_SEPARATE_SOURCE_DIRECTORIES. Create ez_setup.py... | Arfrever Frehtes Taifersar Arahesis | 2009-09-07 | 1 | -22/+57 |
* | Delete support for PYTHON_SLOT_VERSION. Add support for DISTUTILS_GLOBAL_OPTI... | Arfrever Frehtes Taifersar Arahesis | 2009-09-05 | 1 | -22/+15 |
* | Add checks for correct ebuild phase. | Arfrever Frehtes Taifersar Arahesis | 2009-08-12 | 1 | -12/+34 |
* | Use PYTHON() instead of get_python(). | Arfrever Frehtes Taifersar Arahesis | 2009-08-05 | 1 | -6/+7 |
* | Add missing echo and use $(get_python). | Arfrever Frehtes Taifersar Arahesis | 2009-08-02 | 1 | -5/+6 |
* | Add initial support for installation of Python modules for multiple Python ve... | Arfrever Frehtes Taifersar Arahesis | 2009-08-01 | 1 | -40/+61 |
* | Made eclass EAPI=2 aware, bug #255989. | Peter Volkov | 2009-02-18 | 1 | -2/+17 |
* | fix distutils_pkg_post{inst,rm}. | Ali Polatel | 2008-10-28 | 1 | -10/+20 |
* | distutils_src_install should call python_need_rebuild. | Ali Polatel | 2008-10-27 | 1 | -1/+4 |
* | Quoting. Add die messages. | Ali Polatel | 2008-09-24 | 1 | -3/+5 |
* | Fix tests. Bash doesn't do filename expansion inside [[]]. | Luca Longinotti | 2008-06-28 | 1 | -5/+5 |
* | Set default PYTHON_MODNAME only if the directory site-packages/PN exists for ... | Ali Polatel | 2008-06-24 | 1 | -2/+5 |
* | Set default PYTHON_MODNAME only if the directory site-packages/PN exists. Tha... | Ali Polatel | 2008-06-20 | 1 | -2/+5 |
* | Changed maintainer to python@g.o. since liquidx retired. | Ali Polatel | 2008-05-30 | 1 | -2/+2 |
* | python_mod_optimize is ROOT aware. | Ali Polatel | 2008-05-29 | 1 | -7/+3 |
* | Committed patches from bugs #210362 and #209671 to make the distutils and pyt... | Tiziano Müller | 2008-02-28 | 1 | -22/+41 |
* | Fixed ROOT usage for distutils_pkg_postinst failing when ROOT ends with slash | Ali Polatel | 2008-01-23 | 1 | -3/+6 |
* | removed deprecated mydoc, use DOCS | Ali Polatel | 2007-10-25 | 1 | -4/+1 |
* | Added AUTHORS to DDOCS | Tiziano Müller | 2007-08-21 | 1 | -2/+2 |
* | use use_setuptools(*args,**kwargs) as the dummy function, to prevent errors a... | Ali Polatel | 2007-07-08 | 1 | -2/+2 |
* | Added distutils_src_unpack which removes ez_setup stuff. | Lukasz Strzygowski | 2007-07-04 | 1 | -2/+12 |
* | Fixed distutils_python_tkinter to call python_tkinter_exists. | Lukasz Strzygowski | 2007-06-30 | 1 | -8/+2 |
* | Add NEWS to DDOCS | Petteri Räty | 2007-05-01 | 1 | -2/+2 |
* | Fix tkinter message, bug 159323. | Bryan Østergaard | 2007-02-03 | 1 | -2/+2 |
* | Add missing multilib inherit spotted by dev-zero. | Bryan Østergaard | 2007-01-27 | 1 | -2/+2 |
* | Apply whitespace checks from repoman to eclasses. | Sven Wegener | 2006-10-14 | 1 | -2/+2 |
* | Do not install COPYRIGHT (reported by ChrisWhite on irc). | Marien Zwart | 2006-10-10 | 1 | -3/+2 |
* | fix python version parsing to deal with beta versions. | Alastair Tse | 2006-08-16 | 1 | -8/+2 |