summaryrefslogtreecommitdiff
path: root/dev-lang/python-exec
AgeCommit message (Collapse)Author
2016-05-23dev-lang/python-exec-2.0.2-r0: add alpha keywordTobias Klausmann
Gentoo-Bug: 557104 Package-Manager: portage-2.3.0_rc1
2016-05-14dev-lang/python-exec: Moved to githubMichał Górny
2016-03-20dev-lang/python-exec: ia64 stable wrt bug #557104Agostino Sarubbo
Package-Manager: portage-2.2.26 RepoMan-Options: --include-arches="ia64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
2016-03-19dev-lang/python-exec: sparc stable wrt bug #557104Agostino Sarubbo
Package-Manager: portage-2.2.26 RepoMan-Options: --include-arches="sparc" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
2016-03-17dev-lang/python-exec: ppc64 stable wrt bug #557104Agostino Sarubbo
Package-Manager: portage-2.2.26 RepoMan-Options: --include-arches="ppc64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
2016-03-16dev-lang/python-exec: ppc stable wrt bug #557104Agostino Sarubbo
Package-Manager: portage-2.2.26 RepoMan-Options: --include-arches="ppc" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
2016-03-15dev-lang/python-exec: x86 stable wrt bug #557104Agostino Sarubbo
Package-Manager: portage-2.2.26 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
2016-03-13dev-lang/python-exec: arm stable, bug #557104Markus Meier
Package-Manager: portage-2.2.27 RepoMan-Options: --include-arches="arm"
2016-03-07dev-lang/python-exec: Bump to 2.4.3 with test fixesMichał Górny
Bug: https://bugs.gentoo.org/show_bug.cgi?id=575938
2016-03-06dev-lang/python-exec: amd64 stable wrt bug #557104Agostino Sarubbo
Package-Manager: portage-2.2.26 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
2016-02-25dev-lang/python-exec: Drop intermediate masked versionsMichał Górny
2016-02-25dev-lang/python-exec: Explain configuration upgrade in postinstMichał Górny
2016-02-23dev-lang/python-exec: Bugfix bump to 2.4.2Michał Górny
Bump to 2.4.2 that fixes informational command output (-h, -l, -V) to go to stdout rather than stderr. This is required for new eselect-python versions.
2016-02-21dev-lang/python-exec: Bump to 2.4.1 with symlink resolution fixMichał Górny
Add a new 2.4.1 version that does symlink resolution correctly when starting python-exec2c links via PATH, e.g. when wrapping Python itself.
2016-02-20dev-lang/python-exec: Remove 2.4 due to issues with python wrappingMichał Górny
Remove 2.4 as it fails at symlink resolution when argv[0] contains only basename (and requires PATH lookup), which breaks executables linked directly to python-exec2c such as python wrappers.
2016-02-20dev-lang/python-exec: Bump to the most awesome so far 2.4 releaseMichał Górny
Version bump to 2.4. The new version improves symlink handling to fix problems when basename of custom symlinks collide with another system executable name (previously, this resulted in the wrong script being used), and adds support for per-script implementation preference overrides.
2016-02-18dev-lang/python-exec: Bugfix bump to 2.3.2, #574970Michał Górny
Bump to bugfix 2.3.2 release with improved error handling, proper argv[0] value for Python interpreter wrapping and a README with recovery instructions. Bug: https://bugs.gentoo.org/574970
2016-02-17dev-lang/python-exec: put back 2.3, as 2.3.1 seems to break systems completelyFabian Groffen
Package-Manager: portage-2.2.20-prefix
2016-02-16dev-lang/python-exec: Update the testing version to 2.3.1Michał Górny
2016-02-16dev-lang/python-exec-9999: Use Python wrapper for Python scriptsMichał Górny
2016-02-16dev-lang/python-exec-9999: Update for another wrapper renameMichał Górny
2016-02-09dev-lang/python-exec: Update install layout in -9999Michał Górny
2016-02-08dev-lang/python-exec: Wrappers were moved to /usr/bin (in git)Michał Górny
The both wrappers were moved to /usr/bin in order to make it possible to symlink them in place of /usr/bin/python{,2,3}. Compatibility symlinks are now installed in place of old locations.
2016-02-07dev-lang/python-exec: Major version bump to 2.3Michał Górny
The new 2.3 release is the first release using new python-exec.conf configuration file that allows users to specify complete Python implementation preferences for python-exec.
2016-02-07dev-lang/python-exec: Rename the live ebuild to -9999 for consistencyMichał Górny
2016-02-07dev-lang/python-exec: Remove unneeded --with-eprefix= from -2.9999Michał Górny
2016-02-06dev-lang/python-exec: Do not copy meaningless Python 2 selectionMichał Górny
Do not copy Python 2 version preference if Python 3 is the main interpreter. It is not meaningful since we no longer support more than one Python 2 version, and it will cause Python 2 to be preferred over non-preferred versions of Python 3.
2016-02-06dev-lang/python-exec: Silence the migration output for initial installMichał Górny
2016-02-06dev-lang/python-exec: Install and migrate configuration fileMichał Górny
2016-02-06dev-lang/python-exec: Reclaim /usr/bin/py* wrappers, #573254Michał Górny
2016-01-31dev-lang/python-exec: Minor version bumpMichał Górny
2016-01-24Set appropriate maintainer types in metadata.xml (GLEP 67)Michał Górny
2016-01-24Replace all herds with appropriate projects (GLEP 67)Michał Górny
Replace all uses of herd with appropriate project maintainers, or no maintainers in case of herds requested to be disbanded.
2016-01-11dev-lang/python-exec: Bump to 2.2, needed for #568974Michał Górny
Bump to version 2.2 that makes it possible to symlink python-exec2-c directly as wrapper. This is necessary to support wrapping /usr/bin/python correctly on non-Linux systems where shebangs must only reference real executables (rather than the Python script used so far).
2015-11-17dev-lang/python-exec: Bump to 2.1Michał Górny
The new version follows app-admin/eselect-python-20151117 change of storing split python[23] interpreter choice in config files.
2015-11-17dev-lang/python-exec: Drop autotools-utils, clean upMichał Górny
2015-08-24Revert DOCTYPE SYSTEM https changes in metadata.xmlMike Gilbert
repoman does not yet accept the https version. This partially reverts eaaface92ee81f30a6ac66fe7acbcc42c00dc450. Bug: https://bugs.gentoo.org/552720
2015-08-24Use https by defaultJustin Lecher
Convert all URLs for sites supporting encrypted connections from http to https Signed-off-by: Justin Lecher <jlec@gentoo.org>
2015-08-24Use https by defaultJustin Lecher
Signed-off-by: Justin Lecher <jlec@gentoo.org>
2015-08-08proj/gentoo: Initial commitRobin H. Johnson
This commit represents a new era for Gentoo: Storing the gentoo-x86 tree in Git, as converted from CVS. This commit is the start of the NEW history. Any historical data is intended to be grafted onto this point. Creation process: 1. Take final CVS checkout snapshot 2. Remove ALL ChangeLog* files 3. Transform all Manifests to thin 4. Remove empty Manifests 5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$ 5.1. Do not touch files with -kb/-ko keyword flags. Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> X-Thanks: Alec Warner <antarus@gentoo.org> - did the GSoC 2006 migration tests X-Thanks: Robin H. Johnson <robbat2@gentoo.org> - infra guy, herding this project X-Thanks: Nguyen Thai Ngoc Duy <pclouds@gentoo.org> - Former Gentoo developer, wrote Git features for the migration X-Thanks: Brian Harring <ferringb@gentoo.org> - wrote much python to improve cvs2svn X-Thanks: Rich Freeman <rich0@gentoo.org> - validation scripts X-Thanks: Patrick Lauer <patrick@gentoo.org> - Gentoo dev, running new 2014 work in migration X-Thanks: Michał Górny <mgorny@gentoo.org> - scripts, QA, nagging X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed