| Commit message (Expand) | Author | Age | Files | Lines |
* | recipetool; add support for python_mesonpy class | Tim Orling | 2024-02-20 | 1 | -0/+4 |
* | recipetool: don't dump stack traces if a toml parser can't be found | Ross Burton | 2024-02-10 | 1 | -6/+14 |
* | recipetool: add python_maturin support | Tim Orling | 2023-12-17 | 1 | -0/+1 |
* | recipetool: pypi: do not clobber SRC_URI checksums | Tim Orling | 2023-12-09 | 1 | -6/+1 |
* | recipetool: create_buildsys_python: add pypi support | Julien Stephan | 2023-12-06 | 1 | -0/+72 |
* | recipetool: create_buildsys_python.py: initialize metadata | Julien Stephan | 2023-12-06 | 1 | -0/+1 |
* | recipetool: add python_hatchling support | Tim Orling | 2023-10-30 | 1 | -1/+5 |
* | recipetool/create_buildsys_python: add PEP517 support | Julien Stephan | 2023-10-27 | 1 | -1/+267 |
* | recipetool/create_buildsys_python: refactor code for futur PEP517 addition | Julien Stephan | 2023-10-27 | 1 | -349/+371 |
* | recipetool/create_buildsys_python: prefix created recipes with python3- | Julien Stephan | 2023-10-27 | 1 | -0/+5 |
* | recipetool/create_buildsys_python: fix license note | Julien Stephan | 2023-10-27 | 1 | -1/+1 |
* | recipetool/create_buildsys_python: use importlib instead of imp | Chris Laplante | 2023-10-06 | 1 | -3/+2 |
* | recipetool: Update for class changes | Richard Purdie | 2022-08-12 | 1 | -1/+1 |
* | recipetool/devtool: Fix python egg whitespace issues in PACKAGECONFIG | Thomas Roos | 2022-07-01 | 1 | -0/+13 |
* | recipetool: Use SPDX license identifiers | Peter Kjellerstedt | 2022-03-01 | 1 | -11/+11 |
* | recipetool/create_buildsys_python: Add support for more known licenses | Peter Kjellerstedt | 2022-03-01 | 1 | -1/+17 |
* | recipetool/create_buildsys_python.py: less distutils | Tim Orling | 2022-01-12 | 1 | -2/+6 |
* | recipetool/create_buildsys_python: treat BSD as BSD-3-Clause | Ross Burton | 2021-09-04 | 1 | -1/+1 |
* | package/scripts: Fix FILES_INFO handling | Richard Purdie | 2021-08-17 | 1 | -1/+1 |
* | Convert to new override syntax | Richard Purdie | 2021-08-02 | 1 | -5/+5 |
* | recipetool: ignore zero-length setup.py files | Paul Eggleton | 2019-07-03 | 1 | -2/+7 |
* | recipetool: add python3 support | Maciej Pijanowski | 2019-06-10 | 1 | -11/+11 |
* | meta/lib+scripts: Convert to SPDX license headers | Richard Purdie | 2019-05-09 | 1 | -11/+1 |
* | recipetool: create: fix failure handling included dicts | Paul Eggleton | 2017-11-21 | 1 | -0/+2 |
* | scripts: remove True option to getVar calls | Joshua Lock | 2016-12-16 | 1 | -2/+2 |
* | recipetool: fix encoding-related errors creating python recipes | Paul Eggleton | 2016-12-08 | 1 | -2/+2 |
* | recipetool: create: improve python recipe license handling | Paul Eggleton | 2016-09-20 | 1 | -2/+28 |
* | recipetool: create: fix picking up name from local python source tree | Paul Eggleton | 2016-09-20 | 1 | -34/+2 |
* | recipetool: create: fix mapping python dependencies to python-dbg package | Paul Eggleton | 2016-09-08 | 1 | -0/+4 |
* | scripts: python3: convert iterables to lists | Ed Bartosh | 2016-06-03 | 1 | -3/+3 |
* | scripts: Fix encoding errors for python3 | Ed Bartosh | 2016-06-02 | 1 | -1/+1 |
* | scripts: Replace basestring -> str for python3 | Ed Bartosh | 2016-06-02 | 1 | -3/+3 |
* | scripts: Fix deprecated dict methods for python3 | Ed Bartosh | 2016-06-02 | 1 | -9/+9 |
* | recipetool: create: add additional extension mechanisms | Paul Eggleton | 2016-02-21 | 1 | -1/+1 |
* | recipetool: create: support extracting name and version from build scripts | Paul Eggleton | 2015-12-28 | 1 | -1/+1 |
* | recipetool: create: minor fix for potential issue in python handling | Paul Eggleton | 2015-12-28 | 1 | -1/+4 |
* | devtool: make plugin_init optional | Ed Bartosh | 2015-09-12 | 1 | -4/+0 |
* | recipetool: add python dependency scanning support | Christopher Larson | 2015-01-23 | 1 | -0/+160 |
* | recipetool: add python buildsystem support | Christopher Larson | 2015-01-23 | 1 | -0/+560 |