Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Bump version to 20200719HEADeselect-python-20200719master | Patrick McLean | 2020-07-19 | 1 | -1/+1 |
| | | | | Signed-off-by: Patrick McLean <chutzpah@gentoo.org> | ||||
* | Handle zstd man pages, use .so format rather than a symlink | Patrick McLean | 2020-07-19 | 1 | -16/+3 |
| | | | | | | | Handling removing .zst{,d} compressed man pages. Move to using .so reference rather than a symlink to have "man python" point to the right implementation. Signed-off-by: Patrick McLean <chutzpah@gentoo.org> | ||||
* | Bump version to 20190417eselect-python-20190417 | Michał Górny | 2019-04-17 | 1 | -1/+1 |
| | | | | Signed-off-by: Michał Górny <mgorny@gentoo.org> | ||||
* | Fix mismatched indexes when looping over old impls | Michał Górny | 2019-04-17 | 1 | -3/+5 |
| | | | | | Bug: https://bugs.gentoo.org/683178 Signed-off-by: Michał Górny <mgorny@gentoo.org> | ||||
* | Bump version to 20171204eselect-python-20171204 | Michał Górny | 2017-12-04 | 2 | -2/+2 |
| | |||||
* | Remove obsolete '--ABI' option | Michał Górny | 2017-12-03 | 1 | -20/+4 |
| | |||||
* | Add a 'cleanup' action to remove stale preferences | Michał Górny | 2017-12-03 | 1 | -0/+86 |
| | |||||
* | list: Mark uninstalled Pythons as such | Michał Górny | 2017-12-03 | 1 | -0/+3 |
| | | | | Bug: https://bugs.gentoo.org/639578 | ||||
* | Upadate version to 20160516eselect-python-20160516 | Mike Gilbert | 2016-08-03 | 1 | -1/+1 |
| | |||||
* | Revert "Respect EROOT when spawning python-exec2c for interpreter list" | Michał Górny | 2016-05-16 | 1 | -1/+1 |
| | | | | This could break cross-compilation. | ||||
* | Fix typo in INTERPRETER_DIR var ref | Michał Górny | 2016-05-16 | 1 | -1/+1 |
| | |||||
* | Respect EROOT when spawning python-exec2c for interpreter list | Michał Górny | 2016-05-16 | 1 | -1/+1 |
| | |||||
* | Respect EPYTHON when looking for installed intepreters | Michał Górny | 2016-05-16 | 1 | -1/+1 |
| | |||||
* | Bump to 20160222eselect-python-20160222 | Michał Górny | 2016-02-25 | 1 | -1/+1 |
| | |||||
* | build: Remove unused macros | Michał Górny | 2016-02-25 | 1 | -3/+0 |
| | |||||
* | Obtain supported implementations list from python-exec2c | Michał Górny | 2016-02-22 | 2 | -19/+9 |
| | |||||
* | list: Use a more readable (verbose) output format | Michał Górny | 2016-02-22 | 1 | -4/+4 |
| | |||||
* | set_man_symlink: fix variables | Michał Górny | 2016-02-22 | 1 | -1/+1 |
| | |||||
* | Bump to 20160207eselect-python-20160207 | Michał Górny | 2016-02-07 | 1 | -1/+1 |
| | |||||
* | Support PyPy & Jython | Michał Górny | 2016-02-06 | 1 | -1/+8 |
| | |||||
* | post_update: Use only CPython for manpages, frameworks and python-docs | Michał Górny | 2016-02-06 | 1 | -4/+4 |
| | |||||
* | Add --cpython filter to filter out non-CPython preferences | Michał Górny | 2016-02-06 | 1 | -10/+26 |
| | |||||
* | edit: Run post_update after editing the file | Michał Górny | 2016-02-06 | 1 | -0/+2 |
| | |||||
* | Handle missing configuration file gracefully | Michał Górny | 2016-02-06 | 1 | -1/+6 |
| | |||||
* | update: Ignore Python 2 preference update requests | Michał Górny | 2016-02-06 | 1 | -1/+3 |
| | |||||
* | show: Fix --pref-only | Michał Górny | 2016-02-06 | 1 | -5/+5 |
| | |||||
* | Add edit action | Michał Górny | 2016-02-05 | 1 | -0/+12 |
| | |||||
* | Set open enough umask before writing updates | Michał Górny | 2016-02-05 | 1 | -0/+1 |
| | |||||
* | Rewrite to use python-exec.conf, and cleanup | Michał Górny | 2016-02-05 | 1 | -222/+243 |
| | | | | | | | Use the new preference list configuration format added in python-exec-2.3. While at it, clean up error handling and make the code a bit simpler. Replace the notion of 'main interpreter' with the most preferred installed interpreter. | ||||
* | Bump versioneselect-python-20151117 | Michał Górny | 2015-11-17 | 1 | -1/+1 |
| | |||||
* | Remove python-wrapper | Michał Górny | 2015-11-17 | 3 | -272/+1 |
| | |||||
* | Stop creating symlinks to interpreters and the wrapper | Michał Górny | 2015-11-12 | 1 | -49/+11 |
| | |||||
* | Store selected python[23] version in a file | Michał Górny | 2015-11-12 | 1 | -2/+10 |
| | | | | | | | Use /etc/env.d/python/python[23] file to store the active Python2/3 interpreter rather than /usr/bin/python[23] symlink target. This is simpler, more portable and allows us to replace symlinks with real wrappers. | ||||
* | manpage: Support .lz compression | Michał Górny | 2015-11-12 | 1 | -2/+2 |
| | |||||
* | Bump version.eselect-python-20140125 | Mike Gilbert | 2014-01-25 | 1 | -1/+1 |
| | |||||
* | Respect EPREFIX in python-wrapper when reading config, bug 498356 by jlec. | Mike Gilbert | 2014-01-19 | 2 | -1/+6 |
| | |||||
* | Support Windows binaries via @EXEEXT@, bug 337601eselect-python-20140115 | mchiang | 2014-01-18 | 3 | -10/+10 |
| | |||||
* | Update versioneselect-python-20131210 | Mike Gilbert | 2013-12-10 | 1 | -1/+1 |
| | |||||
* | Create /etc/env.d/python in set_python(), bug 380569. | Mike Gilbert | 2013-12-09 | 1 | -0/+1 |
| | |||||
* | rewrite autotools | Jesus Rivero | 2011-11-08 | 4 | -48/+9 |
| | |||||
* | revert write test | Jesus Rivero | 2011-11-08 | 1 | -0/+0 |
| | |||||
* | write test | Jesus Rivero | 2011-11-08 | 1 | -0/+0 |
| | |||||
* | Use AC_LANG_SOURCE for compatibility with Autoconf 2.68. | Arfrever Frehtes Taifersar Arahesis | 2010-09-24 | 1 | -3/+2 |
| | |||||
* | Include config.h before system headers (bug #338560). | Arfrever Frehtes Taifersar Arahesis | 2010-09-24 | 1 | -2/+3 |
| | |||||
* | Print improved error message when no Python interpreter is available. | Arfrever Frehtes Taifersar Arahesis | 2010-08-02 | 1 | -12/+16 |
| | |||||
* | Handle files specific to Mac OS X (bug #310551). | Arfrever Frehtes Taifersar Arahesis | 2010-03-21 | 1 | -1/+20 |
| | |||||
* | Use EROOT instead of ROOT. | Arfrever Frehtes Taifersar Arahesis | 2010-03-21 | 1 | -4/+4 |
| | | | | | Use '#!/usr/bin/env bash' shebang instead of '#!/bin/bash' in python-config. | ||||
* | Use LIBS. | Arfrever Frehtes Taifersar Arahesis | 2010-03-21 | 1 | -1/+2 |
| | |||||
* | Fix building on systems without strtok_r() (bug #299152). | Arfrever Frehtes Taifersar Arahesis | 2010-03-21 | 2 | -1/+10 |
| | |||||
* | Set a+rx permissions on /usr/bin/python-config to work around systems with ↵ | Arfrever Frehtes Taifersar Arahesis | 2010-03-21 | 1 | -1/+1 |
| | | | | broken configuration of umask (bug #299688). |