summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Handle zstd man pages, use .so format rather than a symlinkPatrick McLean2020-07-191-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>
* Fix mismatched indexes when looping over old implsMichał Górny2019-04-171-3/+5
| | | | | Bug: https://bugs.gentoo.org/683178 Signed-off-by: Michał Górny <mgorny@gentoo.org>
* Bump version to 20171204eselect-python-20171204Michał Górny2017-12-041-1/+1
|
* Remove obsolete '--ABI' optionMichał Górny2017-12-031-20/+4
|
* Add a 'cleanup' action to remove stale preferencesMichał Górny2017-12-031-0/+86
|
* list: Mark uninstalled Pythons as suchMichał Górny2017-12-031-0/+3
| | | | Bug: https://bugs.gentoo.org/639578
* Revert "Respect EROOT when spawning python-exec2c for interpreter list"Michał Górny2016-05-161-1/+1
| | | | This could break cross-compilation.
* Fix typo in INTERPRETER_DIR var refMichał Górny2016-05-161-1/+1
|
* Respect EROOT when spawning python-exec2c for interpreter listMichał Górny2016-05-161-1/+1
|
* Respect EPYTHON when looking for installed intepretersMichał Górny2016-05-161-1/+1
|
* Obtain supported implementations list from python-exec2cMichał Górny2016-02-221-17/+9
|
* list: Use a more readable (verbose) output formatMichał Górny2016-02-221-4/+4
|
* set_man_symlink: fix variablesMichał Górny2016-02-221-1/+1
|
* Support PyPy & JythonMichał Górny2016-02-061-1/+8
|
* post_update: Use only CPython for manpages, frameworks and python-docsMichał Górny2016-02-061-4/+4
|
* Add --cpython filter to filter out non-CPython preferencesMichał Górny2016-02-061-10/+26
|
* edit: Run post_update after editing the fileMichał Górny2016-02-061-0/+2
|
* Handle missing configuration file gracefullyMichał Górny2016-02-061-1/+6
|
* update: Ignore Python 2 preference update requestsMichał Górny2016-02-061-1/+3
|
* show: Fix --pref-onlyMichał Górny2016-02-061-5/+5
|
* Add edit actionMichał Górny2016-02-051-0/+12
|
* Set open enough umask before writing updatesMichał Górny2016-02-051-0/+1
|
* Rewrite to use python-exec.conf, and cleanupMichał Górny2016-02-051-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.
* Stop creating symlinks to interpreters and the wrapperMichał Górny2015-11-121-49/+11
|
* Store selected python[23] version in a fileMichał Górny2015-11-121-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 compressionMichał Górny2015-11-121-2/+2
|
* Support Windows binaries via @EXEEXT@, bug 337601eselect-python-20140115mchiang2014-01-181-0/+412