Commit Graph

24 Commits

Author SHA1 Message Date
Florian Bruhin ab2b01d2c0 scripts: Fix lint 2020-11-25 14:23:48 +01:00
Florian Bruhin a4746c1121 scripts: Add Qt smoke test to mkvenv.py 2020-11-25 14:07:45 +01:00
Florian Bruhin 2e559a15dd scripts: Use utils.print_error in mkvenv.py 2020-11-25 14:07:45 +01:00
Florian Bruhin ab056a8fe9 scripts: Fix mkvenv.py with multilib libraries 2020-11-25 14:07:45 +01:00
Florian Bruhin 3701aed8fb tests: Add smoke test for test_mkvenv.py 2020-11-25 14:07:45 +01:00
Florian Bruhin ba152cbe4a scripts: Add libxcb-util workaround to mkvenv.py
Closes #5905
2020-11-25 09:25:23 +01:00
Tim Brown 0a9b85c310 mypy: use from-import for typing in remaining files
I believe this should close #5396
2020-10-31 22:52:00 +10:00
Florian Bruhin c609ed7416 Fix indent 2020-04-27 16:24:31 +02:00
Florian Bruhin 58a14ba3b0 Remove deprecated features
- tox -e mkvenv and friends
- config.bind(key, None)
- :yank markdown
2020-04-27 16:13:59 +02:00
Florian Bruhin c799b7ddf6 scripts: Print errors to stderr instead of stdout 2020-04-21 09:56:34 +02:00
Florian Bruhin d703c07509 mkvenv: Improve checking for pyqt args 2020-04-17 17:05:53 +02:00
Florian Bruhin 540cf2c9fa mkvenv: Add --skip-docs 2020-04-15 15:21:51 +02:00
Florian Bruhin a264c25314 scripts: Add some tooling to build/install PyQt wheels 2020-04-15 15:02:12 +02:00
Florian Bruhin 793961350e mkvenv: Run python rather than python3 in virtualenv
Windows only has a "python" executable there, not "python3".
2020-03-23 20:30:02 +01:00
Florian Bruhin 502d452f70 Add --pyqt-type skip to mkvenv.py 2020-03-23 20:12:17 +01:00
Florian Bruhin e3f527b697 Add --dev for scripts/mkvenv.py 2020-02-20 23:10:34 +01:00
Florian Bruhin 3b836312e7 Upgrade initial venv packages in mkvenv.py
Thanks to snoopy-coder for the report and initial patch!
See #5186
2020-02-13 18:10:59 +01:00
Florian Bruhin 685e07b7fb Remove unused import 2020-01-27 15:39:59 +01:00
Florian Bruhin 255fcc0505 mkvenv: Use the virtualenv's python to call asciidoc2html 2020-01-27 15:38:59 +01:00
Florian Bruhin 57899d7655 Generate docs as part of mkvenv.py
See #5186
2020-01-27 15:27:43 +01:00
Florian Bruhin b8866e69fa Add --virtualenv flag to mkvenv.py 2020-01-22 23:13:55 +01:00
Florian Bruhin 9c425cf2a7 mkvenv: Fix typos 2020-01-22 23:12:42 +01:00
Florian Bruhin 4e22174fde Improve usability of mvkenv.py
- Make it clear that mkvenv.py needs to be launched with Python
- Disallow --pyqt-version with --pyqt-type link, see #5205
2020-01-22 20:43:08 +01:00
Florian Bruhin 30fdde8a45 Replace tox -e mkvenv by a mkvenv.py script
This was mainly needed because PyQt 5.14.1 is a manylinux2014 wheel and needs
an updated pip, see #5013
2020-01-10 17:06:20 +01:00