summaryrefslogtreecommitdiff
path: root/src/backend/uninstall.py
AgeCommit message (Collapse)Author
2024-02-25rename some functionsv6.2402.0V3n3RiX
2024-02-08getcolor -> getclrV3n3RiX
2024-02-08I love picklesV3n3RiX
2024-01-20don't silently fail while attempting to uninstall a package with reverse ↵v6.2401.0V3n3RiX
dependencies
2023-04-12adjust uninstallV3n3RiX
2023-04-09uninstall : simplify function argumentsV3n3RiX
2023-04-08make uninstall function parameters more descriptiveV3n3RiX
2023-04-07rewrite uninstallV3n3RiX
2023-03-11run autopep8 on the codeV3n3RiX
2023-03-09remoteTable -> rmt_tbl; localTable -> lcl_tbl; remoteCSV -> rmt_csv; ↵V3n3RiX
localCSV -> lcl_csv
2023-03-09portageOutput -> p_outV3n3RiX
2023-03-09portageExec -> p_exeV3n3RiX
2023-03-05Revert "make some noise"V3n3RiX
This reverts commit 49a117d75b6bf8a3437f8fe8ef0770b177c034d8.
2023-03-05make some noiseV3n3RiX
2022-12-04add an aditional matchphrase to the dependency solver, add color support && ↵v4.2212.0V3n3RiX
pep8 the whole backend
2022-11-05some more consistencyv4.2211.0V3n3RiX
2022-10-30space functions a bitV3n3RiX
2022-10-30various cleanupsV3n3RiX
2022-10-30move uninstallAll -> uninstallV3n3RiX
2022-09-17rearrange the backendV3n3RiX
2022-09-16bugfix :V3n3RiX
* subprocess.Popen child processes can "sometimes" generate a very large output, causing a deadlock (**cough** dependency solver **cough**) * use subprocess.Popen.communicate instead of subprocess.Popen.wait to avoid such issues * see : https://docs.python.org/3/library/subprocess.html#subprocess.Popen.wait
2021-01-30ui : move package operations into the backendV3n3RiX
2020-08-18pythonize check.root :Pbionel
2020-08-18make sisyphus.check.root more portable, replace it everywhereV3n3RiX
2020-06-11let's make sure our imports are saneV3n3RiX
2020-06-09sisyphus-cli : plug more functions : install, uninstall, forceuninstall, ↵V3n3RiX
update, upgrade, rescue, spmsync, autoremove - all work
2020-06-06big rewrite : split the backend in smaller pieces, rework the cli frontend ↵V3n3RiX
to work with the new backend ... gui frontend wip