| /[gentoo-x86]/eclass/python-distutils-ng.eclass |
Parent Directory
|
Revision Log
| Links to HEAD: | (view) (download) (annotate) |
Fix Prefix support, wrt bug #423323.
naive bump of all EAPI-specific checks in eclasses to permit EAPI=5 where EAPI=4 was previously allowed
add PYTHON_USE wrt #426768
Remove pypy1_7 from default PYTHON_COMPAT due to removal from tree. Add pypy1_9.
Fix double hashbang in installed scripts. Patch by Krzysztof Pawlik, modified by me.
Remove obsolete pkg_pretend function.
Add information about automatic run of python-distutils-ng_redoscript.
Document PYTHON_DISABLE_SCRIPT_REDOS.
Fix #! line for installed scripts and install them for enabled implementations, see bug #416131.
Block older versions of sys-apps/portage that don't have improved COLLISION_IGNORE handling, see bug #410691.
Silence eclass-to-manpage warnings.
Eliminate another duplicate slash.
Simplify ${D%/}/ to ${D}; PMS says ${D} always has a trailing slash, and it works without a trailing slash anyway.
Let distutils compile python modules, see bug #413957.
Declare local S in _python-distutils-ng_run_for_impl.
Fix bytecode generation with Python 3, bug 413771. Patch by James Rowe.
Remove die from eclass, simply warn if user has collision-protect enabled.
Correctly chdir to ${S}, see bug #411563.
Add function that makes it easier to properly install Python scripts that get installed automatically by distutils.
Add detection of collision-protect in FEATURES.
Fix two small issues, spotted by Sławomir Nizio <slawomir.nizio@sabayon.org>.
Try to unbreak dependency generation.
fix typo: dv -> dev
_python-distutils-ng_generate_depend was used only in one place, inline it.
Avoid ${impl::-3} parameter expansion, this is not supported by older bash and caused issues with cache generation.
Small fixes: use +=, cleanup used variables, white space.
Include only valid values in REQUIRED_USE.
Add missing space to new python.eclass
Add python-distutils-ng.eclass: new eclass for installing Python, distutils based packages.
This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, select a symbolic revision name using the selection box, or choose 'Use Text Field' and enter a numeric revision.
| ViewVC Help | |
| Powered by ViewVC 1.1.20 |