summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix pypy dependency.Michał Górny2013-10-091-2/+2
* Bump dependencies on Python interpreters to require newest stable versions. B...Michał Górny2013-10-091-10/+15
* Fix EAPI=4 on python-exec:2 since that is what pkgcore will require (the only...Michał Górny2013-09-261-4/+3
* Fix missing variable replacement in _python_ln_rel.Michał Górny2013-09-171-2/+2
* Rename variables in _python_ln_rel to make it less confusing.Michał Górny2013-09-171-19/+19
* Support python-exec:2.Michał Górny2013-09-171-5/+49
* Introduce PYTHON_SCRIPTDIR for python-exec:2 script location.Michał Górny2013-09-171-1/+31
* Clean up Python script install/wrapping functions.Michał Górny2013-09-171-9/+8
* Deprecate python_get_PYTHON and python_get_EPYTHON.Michał Górny2013-09-161-2/+10
* Fix PYTHON_SITEDIR for Jython.Michał Górny2013-09-081-2/+2
* Do not export PYTHON_INCLUDEDIR on Jython, since it does not install headers.Michał Górny2013-09-081-4/+4
* Disable Python 2.5, 3.1 and PyPy 1.9 in the eclass.Michał Górny2013-09-051-6/+6
* Introduce python_is_python3() to replace the common checks.Michał Górny2013-08-281-5/+19
* Switch eclasses to use virtual/pypy (and therefore support pypy-bin).Michał Górny2013-07-271-2/+2
* Add a safety check for using python_optimize() in pkg_*.Michał Górny2013-07-111-1/+10
* Fix typo in compileall call.Michał Górny2013-07-111-2/+2
* Improve docs for PYTHON and EPYTHON.Mike Gilbert2013-06-071-6/+26
* Remove here-doc write failure handlers due to bug #471926.Michał Górny2013-05-311-2/+2
* Use cat rather than echo for heredoc output :).Michał Górny2013-05-311-2/+2
* Consistently create ${EPYTHON} subdir for Python wrappers. Fixes conflict bet...Michał Górny2013-05-101-4/+4
* Use bash built-ins rather than external tools.Michał Górny2013-04-301-3/+4
* Remove carriage-return from shebang before validating it, bug 465790 by ikelos.Mike Gilbert2013-04-141-2/+2
* Create temporary symlinks for executables and pkg-config files, and add them ...Michał Górny2013-04-071-1/+95
* Support obtaining CFLAGS and LIBS for the Python implementation (similarly to...Michał Górny2013-03-281-3/+105
* Add jython2_7.Tim Harder2013-03-071-3/+3
* Introduce python_get_library_path() to obtain the path to the Python library....Michał Górny2013-02-041-1/+44
* Introduce python_newscript(), to install scripts with renaming. Requested in ...Michał Górny2013-02-041-11/+37
* Disable pypy1.8 globally.Michał Górny2013-01-291-6/+6
* Introduce python_doheader(), to install headers specific to a Python implemen...Michał Górny2013-01-271-1/+30
* Check PYTHON_COMPAT for validity, and support disabling implementations in th...Michał Górny2013-01-211-1/+32
* Support converting files with python2 and python3 shebangs.Michał Górny2013-01-051-3/+19
* Remove myself from explicit maintainers, it is enough to assign the bugs to P...Michał Górny2013-01-021-4/+3
* Fix installing scripts & modules for Prefix, bug #448786.Michał Górny2012-12-301-6/+6
* Introduce functions to get the includedir for Python.Michał Górny2012-12-271-1/+44
* Commonize the code for obtaining the Python interpreter dependency string.Michał Górny2012-12-201-1/+36
* Add pypy2_0.Mike Gilbert2012-12-201-2/+2
* Fix the relative linking algo to handle /// in path.Michał Górny2012-12-151-10/+12
* Add a bit of debug.Michał Górny2012-12-011-1/+3
* Support all EAPIs.Michał Górny2012-11-301-7/+4
* Make python-single-r1 stand-alone, and blocking python-r1.Michał Górny2012-11-301-1/+12
* Add python_optimize() to compile Python modules.Michał Górny2012-11-261-14/+51
* Fix EAPI checks, add double- and colliding include guards.Michał Górny2012-11-241-3/+12
* Move common Python functions to python-utils-r1.Michał Górny2012-11-241-0/+440