aboutsummaryrefslogtreecommitdiff
path: root/python/scripts
AgeCommit message (Expand)AuthorFilesLines
2023-11-24buildsys: Bump known good meson version to v1.2.3Philippe Mathieu-Daudé1-2/+2
2023-09-07Revert "mkvenv: work around broken pip installations on Debian 10"Paolo Bonzini1-58/+16
2023-09-07mkvenv: assume presence of importlib.metadataPaolo Bonzini1-169/+28
2023-09-07Python: Drop support for Python 3.7Paolo Bonzini1-1/+4
2023-08-28Revert "tests: Use separate virtual environment for avocado"Paolo Bonzini1-8/+5
2023-08-28python: use vendored tomliPaolo Bonzini1-1/+4
2023-08-28python: mkvenv: add ensuregroup commandPaolo Bonzini1-1/+125
2023-08-28python: mkvenv: introduce TOML-like representation of dependenciesPaolo Bonzini1-16/+61
2023-08-28python: mkvenv: tweak the matching of --diagnose to depspecsPaolo Bonzini1-1/+4
2023-06-06mkvenv: always pass locally-installed packages to pipPaolo Bonzini1-2/+74
2023-05-19mkvenv: pass first missing package to diagnose()Paolo Bonzini1-12/+25
2023-05-19mkvenv: replace distlib.database with importlib.metadata/pkg_resourcesPaolo Bonzini1-48/+65
2023-05-18meson: require 0.63.0Paolo Bonzini1-2/+2
2023-05-18mkvenv: mark command as requiredPaolo Bonzini1-0/+1
2023-05-18python: add vendor.py utilityJohn Snow1-0/+74
2023-05-18mkvenv: work around broken pip installations on Debian 10John Snow1-16/+56
2023-05-18mkvenv: avoid ensurepip if pip is installedJohn Snow1-3/+64
2023-05-18mkvenv: use pip's vendored distlib as a fallbackJohn Snow1-3/+22
2023-05-18mkvenv: add console script entry point generationJohn Snow1-0/+114
2023-05-18mkvenv: add --diagnose option to explain "ensure" failuresJohn Snow1-1/+169
2023-05-18mkvenv: add ensure subcommandJohn Snow1-3/+132
2023-05-18mkvenv: add nested venv workaroundJohn Snow1-5/+86
2023-05-18mkvenv: add better error message for broken or missing ensurepipJohn Snow1-0/+37
2023-05-18python: add mkvenv.pyJohn Snow1-0/+247