aboutsummaryrefslogtreecommitdiffstats
path: root/python/scripts/mkvenv.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* python: mkvenv: remove ensure commandPaolo Bonzini2024-06-081-105/+0
* Revert "mkvenv: work around broken pip installations on Debian 10"Paolo Bonzini2023-09-071-58/+16
* mkvenv: assume presence of importlib.metadataPaolo Bonzini2023-09-071-169/+28
* Python: Drop support for Python 3.7Paolo Bonzini2023-09-071-1/+4
* Revert "tests: Use separate virtual environment for avocado"Paolo Bonzini2023-08-281-8/+5
* python: mkvenv: add ensuregroup commandPaolo Bonzini2023-08-281-1/+125
* python: mkvenv: introduce TOML-like representation of dependenciesPaolo Bonzini2023-08-281-16/+61
* python: mkvenv: tweak the matching of --diagnose to depspecsPaolo Bonzini2023-08-281-1/+4
* mkvenv: always pass locally-installed packages to pipPaolo Bonzini2023-06-061-2/+74
* mkvenv: pass first missing package to diagnose()Paolo Bonzini2023-05-191-12/+25
* mkvenv: replace distlib.database with importlib.metadata/pkg_resourcesPaolo Bonzini2023-05-191-48/+65
* mkvenv: mark command as requiredPaolo Bonzini2023-05-181-0/+1
* mkvenv: work around broken pip installations on Debian 10John Snow2023-05-181-16/+56
* mkvenv: avoid ensurepip if pip is installedJohn Snow2023-05-181-3/+64
* mkvenv: use pip's vendored distlib as a fallbackJohn Snow2023-05-181-3/+22
* mkvenv: add console script entry point generationJohn Snow2023-05-181-0/+114
* mkvenv: add --diagnose option to explain "ensure" failuresJohn Snow2023-05-181-1/+169
* mkvenv: add ensure subcommandJohn Snow2023-05-181-3/+132
* mkvenv: add nested venv workaroundJohn Snow2023-05-181-5/+86
* mkvenv: add better error message for broken or missing ensurepipJohn Snow2023-05-181-0/+37
* python: add mkvenv.pyJohn Snow2023-05-181-0/+247