summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* dev-lang/python: Backport gcc[-libffi(-)] blocker fix to all versionsMichał Górny2016-08-191-1/+1
|
* dev-lang/python: Remove remnants of python-updaterMichał Górny2016-07-301-4/+1
| | | | | | | | | | | | | Remove the remaining dependencies on deprecated python-updater, and update the postinst messages appropriately. For Python 2.7, the message has been removed altogether since it is the oldest version supported by PYTHON_TARGETS. For the remaining versions, just inform about potential PYTHON_TARGETS changes necessary. The modified versions are not revision-bumped to avoid unnecessary rebuilds due to a minor change. The versions that are still newest-visible (i.e. not replaced by another version or revision bump) will be bumped when python-updater is lastrited.
* dev-lang/python: Remove obsolete process_data patch from 3.3, #580242Michał Górny2016-04-231-0/+329
| | | | | | | | | Remove the obsolete process_data patch from both 3.3 versions. The patch was only needed for some packages using python.eclass, it is no longer carried by any other Python version (including stable ebuilds) and breaks the build on musl. Bug: https://bugs.gentoo.org/show_bug.cgi?id=580242
* dev-lang/python: Add symlinks for python-exec wrapping of execsMichał Górny2015-11-171-339/+0
| | | | | Add symlinks to make it possible to wrap Python executable aliases (python, python-config, pydoc...) via python-exec.
* dev-lang/python: Fix epython.py module first installMichał Górny2015-11-121-4/+6
| | | | | Fix the issues in obtaining sitedir for epython.py module install when dev-lang/python is not yet installed.
* dev-lang/python: Set PYTHON_SITEDIR manuallyMike Gilbert2015-11-111-1/+2
| | | | | | | | The eclass change in fd4001e9 causes python_export to call ${PYTHON} to obtain PYTHON_SITEDIR. This returns an empty string if ${PYTHON} has not yet been merged. Package-Manager: portage-2.2.23_p26
* dev-lang/python: Correct SLOT use after subslot introductionMichał Górny2015-11-111-16/+18
|
* dev-lang/python: Backport EAPI=5 and slot operators in depsMichał Górny2015-11-111-13/+14
|
* dev-lang/python: Remove python-config-X.Y compatibilityMichał Górny2015-11-111-3/+0
| | | | | Remove the python-config-X.Y symlinks that were added as the Gentoo divergence compatibility.
* dev-lang/python: Replace python3.x executables with symlinksMichał Górny2015-11-111-0/+8
| | | | | Replace python3.X executables (duplicate to python3.Xm) installed by the build system with symlinks to the ABIFLAGS-enabled variants.
* dev-lang/python: Re-enable ABIFLAGS on python3.3+Michał Górny2015-11-111-0/+328
Disable the ABIFLAGS removal that was introduced on python3.2+ for 'aesthetic reasons'. This caused Gentoo Python installations to unnecessarily diverge from upstream and promote bad development practices.