| Commit message (Expand) | Author | Age | Files | Lines |
* | Ban new EAPI < 5 packages for python-r1 & python-single-r1. | Michał Górny | 2015-03-21 | 1 | -17/+1 |
* | Remove duplicating "using" in EAPI=4 warning message. Spotted by Arfrever. | Michał Górny | 2015-02-21 | 1 | -2/+2 |
* | Re-apply python-exec:0 removal, now with typos fixed. | Michał Górny | 2015-02-20 | 1 | -50/+9 |
* | Restore EAPI=4 deprecation. That commit was perfectly fine. | Michał Górny | 2015-02-20 | 1 | -1/+17 |
* | Revert random mgorny madness | Patrick Lauer | 2015-02-20 | 1 | -24/+49 |
* | Deprecate EAPI=4 support. | Michał Górny | 2015-02-19 | 1 | -1/+17 |
* | Remove support for python-exec:0. | Michał Górny | 2015-02-19 | 1 | -49/+8 |
* | Make python.eclass commands/variables fatal once again since all in-tree ebui... | Michał Górny | 2015-01-02 | 1 | -36/+36 |
* | Add progress overlay-specific commands and variables to the invalid command/v... | Michał Górny | 2015-01-02 | 1 | -2/+38 |
* | Make the invalid function/variable checks non-fatal for now. | Michał Górny | 2014-12-28 | 1 | -29/+29 |
* | Do not check for PYTHON_TEST_VERBOSITY, it is intended for make.conf. | Michał Górny | 2014-12-28 | 1 | -3/+2 |
* | Update banned var docs. | Michał Górny | 2014-12-27 | 1 | -5/+15 |
* | Add PYTHON_{CPPFLAGS,CFLAGS,CXXFLAGS,LDFLAGS,MODNAME} to the banned variable ... | Michał Górny | 2014-12-27 | 1 | -3/+3 |
* | Add die-checks for python.eclass & distutils.eclass variables. | Michał Górny | 2014-12-27 | 1 | -1/+32 |
* | Add die-replacements for python.eclass functions, to help finding mistakes in... | Michał Górny | 2014-12-27 | 1 | -1/+95 |
* | Remove leftover code for Python 3.2. | Michał Górny | 2014-11-29 | 1 | -3/+1 |
* | Adjust _python_impl_supported as well. | Mike Gilbert | 2014-11-23 | 1 | -3/+3 |
* | Remove python3_2. | Mike Gilbert | 2014-11-23 | 1 | -2/+2 |
* | Move the has_version checks on installed implementations to python_is_install... | Michał Górny | 2014-11-09 | 1 | -1/+33 |
* | Add support for PyPy3. | Michał Górny | 2014-11-05 | 1 | -8/+12 |
* | Improve error messaging when python_export is called without a defined python... | Mike Gilbert | 2014-10-18 | 1 | -2/+4 |
* | Preserve all whitespace in shebangs, and add regression test for that. Also, ... | Michał Górny | 2014-09-04 | 1 | -3/+6 |
* | Disable python2.6 support and clean up the related code. | Michał Górny | 2014-07-06 | 1 | -31/+13 |
* | Attempt to use a UTF-8 locale if one is available to avoid errors when setup.... | Mike Gilbert | 2014-06-29 | 1 | -1/+36 |
* | python_fix_shebang: properly unset local variables in loop iterations. | Michał Górny | 2014-06-19 | 1 | -2/+2 |
* | Improve handling of corner cases in python_fix_shebang. Support --force and -... | Michał Górny | 2014-06-19 | 1 | -54/+102 |
* | Move python_fix_shebang into python-utils-r1, therefore making it a part of p... | Michał Górny | 2014-05-26 | 1 | -75/+97 |
* | Accept files with already-rewritten shebangs in _python_rewrite_shebang. Nece... | Michał Górny | 2014-05-16 | 1 | -2/+5 |
* | Add missing @DESCRIPTION | Justin Lecher | 2014-05-01 | 1 | -1/+2 |
* | Disable pypy2_0 and clean up after it. | Michał Górny | 2014-04-08 | 1 | -22/+8 |
* | Add python_doexe() and python_newexe() to handle implementation-specific exec... | Michał Górny | 2014-03-13 | 1 | -32/+66 |
* | Use subslot operator deps on non-slotted PyPy. | Michał Górny | 2014-03-12 | 1 | -2/+7 |
* | Add non-slotted pypy to the eclass. | Michał Górny | 2014-03-12 | 1 | -2/+8 |
* | Revert ignorant pypy2_2 commit. | Michał Górny | 2014-03-12 | 1 | -5/+3 |
* | Modify python-utils-r1 for pypy2.2 | Patrick Lauer | 2014-03-12 | 1 | -3/+5 |
* | Add support for python3.4. | Mike Gilbert | 2014-02-22 | 1 | -3/+5 |
* | Spelling. | Jeroen Roovers | 2014-01-17 | 1 | -3/+3 |
* | Switch the eclasses to use dev-lang/python-exec. | Michał Górny | 2013-10-30 | 1 | -2/+2 |
* | Remove deprecated functions. | Michał Górny | 2013-10-27 | 1 | -39/+1 |
* | Fix pypy dependency. | Michał Górny | 2013-10-09 | 1 | -2/+2 |
* | Bump dependencies on Python interpreters to require newest stable versions. B... | Michał Górny | 2013-10-09 | 1 | -10/+15 |
* | Fix EAPI=4 on python-exec:2 since that is what pkgcore will require (the only... | Michał Górny | 2013-09-26 | 1 | -4/+3 |
* | Fix missing variable replacement in _python_ln_rel. | Michał Górny | 2013-09-17 | 1 | -2/+2 |
* | Rename variables in _python_ln_rel to make it less confusing. | Michał Górny | 2013-09-17 | 1 | -19/+19 |
* | Support python-exec:2. | Michał Górny | 2013-09-17 | 1 | -5/+49 |
* | Introduce PYTHON_SCRIPTDIR for python-exec:2 script location. | Michał Górny | 2013-09-17 | 1 | -1/+31 |
* | Clean up Python script install/wrapping functions. | Michał Górny | 2013-09-17 | 1 | -9/+8 |
* | Deprecate python_get_PYTHON and python_get_EPYTHON. | Michał Górny | 2013-09-16 | 1 | -2/+10 |
* | Fix PYTHON_SITEDIR for Jython. | Michał Górny | 2013-09-08 | 1 | -2/+2 |
* | Do not export PYTHON_INCLUDEDIR on Jython, since it does not install headers. | Michał Górny | 2013-09-08 | 1 | -4/+4 |