summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Bump version to 20200719HEADeselect-python-20200719masterPatrick McLean2020-07-191-1/+1
| | | | Signed-off-by: Patrick McLean <chutzpah@gentoo.org>
* 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>
* Bump version to 20190417eselect-python-20190417Michał Górny2019-04-171-1/+1
| | | | Signed-off-by: Michał Górny <mgorny@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-042-2/+2
|
* 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
* Upadate version to 20160516eselect-python-20160516Mike Gilbert2016-08-031-1/+1
|
* 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
|
* Bump to 20160222eselect-python-20160222Michał Górny2016-02-251-1/+1
|
* build: Remove unused macrosMichał Górny2016-02-251-3/+0
|
* Obtain supported implementations list from python-exec2cMichał Górny2016-02-222-19/+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
|
* Bump to 20160207eselect-python-20160207Michał Górny2016-02-071-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.
* Bump versioneselect-python-20151117Michał Górny2015-11-171-1/+1
|
* Remove python-wrapperMichał Górny2015-11-173-272/+1
|
* 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
|
* Bump version.eselect-python-20140125Mike Gilbert2014-01-251-1/+1
|
* Respect EPREFIX in python-wrapper when reading config, bug 498356 by jlec.Mike Gilbert2014-01-192-1/+6
|
* Support Windows binaries via @EXEEXT@, bug 337601eselect-python-20140115mchiang2014-01-183-10/+10
|
* Update versioneselect-python-20131210Mike Gilbert2013-12-101-1/+1
|
* Create /etc/env.d/python in set_python(), bug 380569.Mike Gilbert2013-12-091-0/+1
|
* rewrite autotoolsJesus Rivero2011-11-084-48/+9
|
* revert write testJesus Rivero2011-11-081-0/+0
|
* write testJesus Rivero2011-11-081-0/+0
|
* Use AC_LANG_SOURCE for compatibility with Autoconf 2.68.Arfrever Frehtes Taifersar Arahesis2010-09-241-3/+2
|
* Include config.h before system headers (bug #338560).Arfrever Frehtes Taifersar Arahesis2010-09-241-2/+3
|
* Print improved error message when no Python interpreter is available.Arfrever Frehtes Taifersar Arahesis2010-08-021-12/+16
|
* Handle files specific to Mac OS X (bug #310551).Arfrever Frehtes Taifersar Arahesis2010-03-211-1/+20
|
* Use EROOT instead of ROOT.Arfrever Frehtes Taifersar Arahesis2010-03-211-4/+4
| | | | | Use '#!/usr/bin/env bash' shebang instead of '#!/bin/bash' in python-config.
* Use LIBS.Arfrever Frehtes Taifersar Arahesis2010-03-211-1/+2
|
* Fix building on systems without strtok_r() (bug #299152).Arfrever Frehtes Taifersar Arahesis2010-03-212-1/+10
|
* Set a+rx permissions on /usr/bin/python-config to work around systems with ↵Arfrever Frehtes Taifersar Arahesis2010-03-211-1/+1
| | | | broken configuration of umask (bug #299688).