summaryrefslogtreecommitdiff
path: root/dev-lang/python/python-3.5.0-r2.ebuild
AgeCommit message (Collapse)Author
2016-09-23dev-lang/python: remove obsolete ebuildsMike Gilbert
Package-Manager: portage-2.3.0_p43
2016-05-29dev-lang/python: Drop append-flags -fPIC alpha workaround.Matt Turner
Unknown what it was working around. The same existed for amd64 and hppa but both were removed more than ten years ago.
2016-01-04dev-lang/python: Revbump to propagate PYVER fixesMichał Górny
2015-11-17dev-lang/python: Add symlinks for python-exec wrapping of execsMichał Górny
Add symlinks to make it possible to wrap Python executable aliases (python, python-config, pydoc...) via python-exec.
2015-11-12dev-lang/python: Fix epython.py module first installMichał Górny
Fix the issues in obtaining sitedir for epython.py module install when dev-lang/python is not yet installed.
2015-11-11dev-lang/python: Set PYTHON_SITEDIR manuallyMike Gilbert
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
2015-11-11dev-lang/python: Correct SLOT use after subslot introductionMichał Górny
2015-11-11dev-lang/python: Remove python-config-X.Y compatibilityMichał Górny
Remove the python-config-X.Y symlinks that were added as the Gentoo divergence compatibility.
2015-11-11dev-lang/python: Replace python3.x executables with symlinksMichał Górny
Replace python3.X executables (duplicate to python3.Xm) installed by the build system with symlinks to the ABIFLAGS-enabled variants.
2015-11-11dev-lang/python: Re-enable ABIFLAGS on python3.3+Michał Górny
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.