summaryrefslogtreecommitdiffstats
path: root/scripts/lib/recipetool/create_buildsys_python.py
Commit message (Expand)AuthorAgeFilesLines
* recipetool; add support for python_mesonpy classTim Orling2024-02-201-0/+4
* recipetool: don't dump stack traces if a toml parser can't be foundRoss Burton2024-02-101-6/+14
* recipetool: add python_maturin supportTim Orling2023-12-171-0/+1
* recipetool: pypi: do not clobber SRC_URI checksumsTim Orling2023-12-091-6/+1
* recipetool: create_buildsys_python: add pypi supportJulien Stephan2023-12-061-0/+72
* recipetool: create_buildsys_python.py: initialize metadataJulien Stephan2023-12-061-0/+1
* recipetool: add python_hatchling supportTim Orling2023-10-301-1/+5
* recipetool/create_buildsys_python: add PEP517 supportJulien Stephan2023-10-271-1/+267
* recipetool/create_buildsys_python: refactor code for futur PEP517 additionJulien Stephan2023-10-271-349/+371
* recipetool/create_buildsys_python: prefix created recipes with python3-Julien Stephan2023-10-271-0/+5
* recipetool/create_buildsys_python: fix license noteJulien Stephan2023-10-271-1/+1
* recipetool/create_buildsys_python: use importlib instead of impChris Laplante2023-10-061-3/+2
* recipetool: Update for class changesRichard Purdie2022-08-121-1/+1
* recipetool/devtool: Fix python egg whitespace issues in PACKAGECONFIGThomas Roos2022-07-011-0/+13
* recipetool: Use SPDX license identifiersPeter Kjellerstedt2022-03-011-11/+11
* recipetool/create_buildsys_python: Add support for more known licensesPeter Kjellerstedt2022-03-011-1/+17
* recipetool/create_buildsys_python.py: less distutilsTim Orling2022-01-121-2/+6
* recipetool/create_buildsys_python: treat BSD as BSD-3-ClauseRoss Burton2021-09-041-1/+1
* package/scripts: Fix FILES_INFO handlingRichard Purdie2021-08-171-1/+1
* Convert to new override syntaxRichard Purdie2021-08-021-5/+5
* recipetool: ignore zero-length setup.py filesPaul Eggleton2019-07-031-2/+7
* recipetool: add python3 supportMaciej Pijanowski2019-06-101-11/+11
* meta/lib+scripts: Convert to SPDX license headersRichard Purdie2019-05-091-11/+1
* recipetool: create: fix failure handling included dictsPaul Eggleton2017-11-211-0/+2
* scripts: remove True option to getVar callsJoshua Lock2016-12-161-2/+2
* recipetool: fix encoding-related errors creating python recipesPaul Eggleton2016-12-081-2/+2
* recipetool: create: improve python recipe license handlingPaul Eggleton2016-09-201-2/+28
* recipetool: create: fix picking up name from local python source treePaul Eggleton2016-09-201-34/+2
* recipetool: create: fix mapping python dependencies to python-dbg packagePaul Eggleton2016-09-081-0/+4
* scripts: python3: convert iterables to listsEd Bartosh2016-06-031-3/+3
* scripts: Fix encoding errors for python3Ed Bartosh2016-06-021-1/+1
* scripts: Replace basestring -> str for python3Ed Bartosh2016-06-021-3/+3
* scripts: Fix deprecated dict methods for python3Ed Bartosh2016-06-021-9/+9
* recipetool: create: add additional extension mechanismsPaul Eggleton2016-02-211-1/+1
* recipetool: create: support extracting name and version from build scriptsPaul Eggleton2015-12-281-1/+1
* recipetool: create: minor fix for potential issue in python handlingPaul Eggleton2015-12-281-1/+4
* devtool: make plugin_init optionalEd Bartosh2015-09-121-4/+0
* recipetool: add python dependency scanning supportChristopher Larson2015-01-231-0/+160
* recipetool: add python buildsystem supportChristopher Larson2015-01-231-0/+560