Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | dev-lang/python: Remove obsolete process_data patch from 3.3, #580242 | Michał Górny | 2016-04-23 |
| | | | | | | | | | 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: Lower eselect-python deps due to pythonX.Y-config fix | Michał Górny | 2016-02-28 |
| | | | | | | | Lower the dependency on app-eselect/eselect-python to 20140125-r1 since that version got a fix to support pythonX.Y-config. This should make a good stable candidate and starting point for migration to newer python-exec versions. | ||
* | dev-lang/python:{2.7,3.4,3.5}: Move epatch_user call before sedding libdir. ↵ | Alexis Ballier | 2016-02-17 |
| | | | | | | | | | Bug #574962. This allows sharing patches between different architectures where libdir differ. Package-Manager: portage-2.2.27 Signed-off-by: Alexis Ballier <aballier@gentoo.org> | ||
* | dev-lang/python:2.7: Do not update meaningless Python 2 preference | Michał Górny | 2016-02-06 |
| | | | | | | Python 2 preference is meaningless since we only support one version of Python 2, and it causes Python 2 to be preferred over non-selected versions of Python 3. | ||
* | Set appropriate maintainer types in metadata.xml (GLEP 67) | Michał Górny | 2016-01-24 |
| | |||
* | Replace all herds with appropriate projects (GLEP 67) | Michał Górny | 2016-01-24 |
| | | | | | Replace all uses of herd with appropriate project maintainers, or no maintainers in case of herds requested to be disbanded. | ||
* | dev-lang/python: pax-mark the python binary in src_install | Mike Gilbert | 2016-01-22 |
| | | | | | | Bug: https://bugs.gentoo.org/569908 Package-Manager: portage-2.2.27_p47 | ||
* | dev-lang/python: Revbump to propagate PYVER fixes | Michał Górny | 2016-01-04 |
| | |||
* | dev-lang/python: Drop meaningless intermediate revisions | Michał Górny | 2016-01-04 |
| | |||
* | dev-lang/python: Fix invalid PYVER references, #570542 | Michał Górny | 2016-01-04 |
| | |||
* | dev-lang/python: Install a wrapper to fix python-config paths, #569506 | Michał Górny | 2015-12-23 |
| | |||
* | dev-lang/python: Ensure python-config & .pc ABI symlinks, idle wrapping | Michał Górny | 2015-12-18 |
| | | | | | | | | | | Fix the pythonX.Y-config symlink creation to be only applied when ABIFLAGS are not empty, and add additional python-X.Ym.pc symlink for pkg-config. Make both official as they are created as part of regular upstream 'make install' (but not 'make altinstall' used by Gentoo). Install python-exec wrapping symlink for the idle executable when USE=tk is enabled. | ||
* | dev-lang/python: Depend on ncurses slot 0 in stable ebuilds | Mike Gilbert | 2015-12-15 |
| | | | | Package-Manager: portage-2.2.26_p32 | ||
* | dev-lang/python: Bump to 3.5.1 | Mike Gilbert | 2015-12-13 |
| | | | | Package-Manager: portage-2.2.26_p27 | ||
* | dev-lang/python: Add compat symlink for pythonX.Y-config | Mike Gilbert | 2015-12-10 |
| | | | | Package-Manager: portage-2.2.26_p25 | ||
* | dev-lang/python: Adjust eselect-python dep | Mike Gilbert | 2015-12-10 |
| | | | | Package-Manager: portage-2.2.26_p25 | ||
* | dev-lang/python: version bump to 2.7.11 | Dirkjan Ochtman | 2015-12-06 |
| | | | | Package-Manager: portage-2.2.20.1 | ||
* | dev-lang/python: mark 3.4.3/2.7.10r1 arm64/m68k/s390/sh stable | Mike Frysinger | 2015-11-24 |
| | |||
* | dev-lang/python: fix system libffi handling | Mike Frysinger | 2015-11-19 |
| | |||
* | dev-lang/python: Revbump 2.7.10 | Mike Gilbert | 2015-11-17 |
| | | | | | | This ensures nobody gets bitten by f1d0291c. Package-Manager: portage-2.2.24_p19 | ||
* | dev-lang/python: Add symlinks for python-exec wrapping of execs | Michał Górny | 2015-11-17 |
| | | | | | Add symlinks to make it possible to wrap Python executable aliases (python, python-config, pydoc...) via python-exec. | ||
* | dev-lang/python: Remove more old versions | Michał Górny | 2015-11-13 |
| | |||
* | dev-lang/python: alpha stable wrt bug #561524 | Agostino Sarubbo | 2015-11-13 |
| | | | | | Package-Manager: portage-2.2.20.1 RepoMan-Options: --include-arches="alpha" | ||
* | dev-lang/python: Copy the 2.7 EPYTHON fix to older versions | Michał Górny | 2015-11-12 |
| | |||
* | dev-lang/python: Fix py version ref for python_export in 2.7 | Michał Górny | 2015-11-12 |
| | |||
* | dev-lang/python: Fix epython.py module first install | Michał Górny | 2015-11-12 |
| | | | | | Fix the issues in obtaining sitedir for epython.py module install when dev-lang/python is not yet installed. | ||
* | dev-lang/python: Remove redundant ebuilds | Michał Górny | 2015-11-12 |
| | |||
* | dev-lang/python: Set PYTHON_SITEDIR manually | Mike Gilbert | 2015-11-11 |
| | | | | | | | | 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 introduction | Michał Górny | 2015-11-11 |
| | |||
* | dev-lang/python: Clean up whitespace in 3.4.3-r3 for consistency | Michał Górny | 2015-11-11 |
| | |||
* | dev-lang/python: Backport EAPI=5 and slot operators in deps | Michał Górny | 2015-11-11 |
| | |||
* | dev-lang/python: Remove python-config-X.Y compatibility | Michał Górny | 2015-11-11 |
| | | | | | Remove the python-config-X.Y symlinks that were added as the Gentoo divergence compatibility. | ||
* | dev-lang/python: Replace python3.x executables with symlinks | Michał Górny | 2015-11-11 |
| | | | | | 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órny | 2015-11-11 |
| | | | | | | | 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. | ||
* | dev-lang/python: ia64 stable wrt bug #561524 | Mikle Kolyada | 2015-11-08 |
| | | | | Package-Manager: portage-2.2.20.1 | ||
* | dev-lang/python: Restore keywords on latest python 2.7, 3.4 ebuilds | Mike Gilbert | 2015-11-06 |
| | | | | Package-Manager: portage-2.2.23_p18 | ||
* | dev-lang/python: ppc stable wrt bug #561524 | Agostino Sarubbo | 2015-10-30 |
| | | | | | Package-Manager: portage-2.2.20.1 RepoMan-Options: --include-arches="ppc" | ||
* | dev-lang/python: ppc stable wrt bug #530858 | Agostino Sarubbo | 2015-10-30 |
| | | | | | Package-Manager: portage-2.2.20.1 RepoMan-Options: --include-arches="ppc" | ||
* | dev-lang/python: arm stable, bug #530858 | Markus Meier | 2015-10-25 |
| | | | | | Package-Manager: portage-2.2.23 RepoMan-Options: --include-arches="arm" | ||
* | dev-lang/python: arm stable, bug #561524 | Markus Meier | 2015-10-17 |
| | | | | | Package-Manager: portage-2.2.23 RepoMan-Options: --include-arches="arm" | ||
* | dev-lang/python: fix cross-compiling checks w/-Wformat | Mike Frysinger | 2015-10-14 |
| | |||
* | dev-lang/python: sparc stable wrt bug #561524 | Mikle Kolyada | 2015-10-11 |
| | | | | Package-Manager: portage-2.2.20.1 | ||
* | dev-lang/python: sparc stable wrt bug #530858 | Mikle Kolyada | 2015-10-10 |
| | | | | Package-Manager: portage-2.2.20.1 | ||
* | dev-lang/python: Add KEYWORDS for 3.5 | Mike Gilbert | 2015-10-04 |
| | | | | Package-Manager: portage-2.2.22_p5 | ||
* | dev-lang/python: Stable for PPC64 (bug #530858). | Jeroen Roovers | 2015-10-03 |
| | | | | | Package-Manager: portage-2.2.22 RepoMan-Options: --ignore-arches | ||
* | dev-lang/python: Stable for PPC64 (bug #561524). | Jeroen Roovers | 2015-10-03 |
| | | | | | Package-Manager: portage-2.2.22 RepoMan-Options: --ignore-arches | ||
* | dev-lang/python: add upstream fix for testing w/gcc-5 #547626 | Mike Frysinger | 2015-10-02 |
| | |||
* | dev-lang/python: ia64 stable wrt bug #530858 | Mikle Kolyada | 2015-10-02 |
| | | | | Package-Manager: portage-2.2.20.1 | ||
* | dev-lang/python: add alpha keyword | Tobias Klausmann | 2015-09-29 |
| | | | | | | Gentoo-Bug: 530858 Package-Manager: portage-2.2.22 | ||
* | dev-lang/python: x86 stable wrt bug #530858 | Mikle Kolyada | 2015-09-27 |
| | | | | Package-Manager: portage-2.2.20.1 |