summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Introduce python_fix_shebang(), to fix shebangs in installed Python scripts ↵Michał Górny2012-12-201-1/+45
| | | | recursively.
* Commonize the code for obtaining the Python interpreter dependency string.Michał Górny2012-12-201-19/+4
|
* Require EAPI=5 in both python-r1 eclasses due to bug #447524.Michał Górny2012-12-171-4/+5
|
* Introduce python-any-r1, to handle packages satisfied by any Python ↵Michał Górny2012-12-011-1/+3
| | | | implementation installed (e.g. strictly build-time dependent).
* Add missing REQUIRED_USE constraints to enforce PYTHON_SINGLE_TARGET being ↵Michał Górny2012-11-301-1/+6
| | | | in PYTHON_TARGETS.
* Make python-single-r1 stand-alone, and blocking python-r1.Michał Górny2012-11-301-23/+94
|
* Run EXPORT_FUNCTIONS even if re-inheriting, to preserve the expected phase ↵Michał Górny2012-11-261-1/+5
| | | | overrides.
* Override incompatible functions in python-single-r1 directly, instead of ↵Michał Górny2012-11-261-1/+15
| | | | adding checks to python-r1.
* Fix EAPI checks, add double- and colliding include guards.Michał Górny2012-11-241-3/+9
|
* Introduce python-single-r1 to handle Python packages not supporting multiple ↵Michał Górny2012-11-241-0/+96
implementations.