aboutsummaryrefslogtreecommitdiff
path: root/docs/markdown/Python-module.md
AgeCommit message (Collapse)AuthorFilesLines
2021-10-08python: Add platlibdir and purelibdir optionsXavier Claessens1-0/+6
2021-10-03docs: Fix broken linksDaniel Mensinger1-20/+11
2021-08-30Add missing "disabler" kwarg to python.dependency()Xavier Claessens1-0/+2
There is a unit test using it and now fails because the warning about unknown kwarg became fatal.
2021-08-17Add install tagsXavier Claessens1-0/+3
Fixes: #7007.
2021-01-31Capitalize "Meson" consistently as it is a proper name. [skip ci]Jussi Pakkanen1-4/+4
2021-01-30Rewrap long text lines in docs. [skip ci]Jussi Pakkanen1-27/+31
2020-02-17modules/python: Do not error out if positional args are passedNirbheek Chauhan1-2/+3
Also update the documentation. Fixes https://github.com/mesonbuild/meson/issues/6470
2019-12-18python: add embed to the python dependency functionDaniel Mensinger1-1/+5
2019-06-12modules/python: add a modules keyword argumentDylan Baker1-0/+2
This mirrors the modules keyword argument that some dependencies (such as qt and llvm) take. This allows an easier method to determine if modules are installed.
2019-03-09docs: document that the .path() method for Python is new in 0.50 [skip ci]Dylan Baker1-0/+11
Since this method was not included in 0.46-00.49 we should document that.
2019-01-09Fix links to reference manualAlex Băluț1-2/+2
2018-11-04Update Python-module.mdLuca Weiss1-1/+1
Fix link to the disabler object
2018-10-23Add 'disabler' argument to functions returning not-found objectsXavier Claessens1-0/+3
When dependency(), find_library(), find_program(), or python.find_installation() return a not-found object and disabler is true, they return a Disabler object instead.
2018-09-16find_installation: Add support for feature option in required kwargXavier Claessens1-1/+3
Closes: #4165.
2018-04-22Python module: update documentation for new APIMathieu Duponchelle1-7/+33
2018-04-09[fixup]: write documentationMathieu Duponchelle1-0/+195