2 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
36d854ce19 |
|||
| 9217d38964 |
Renamed from scripts/jw-build-create-project.sh (Browse further)
| Author | SHA1 | Message | Date | |
|---|---|---|---|---|
|
36d854ce19 |
py-topdir.mk: Use ruff and yapf
- Use ruff and yapf for the targets py-check-syntax, py-format and
py-check-format. - Add a pyproject.toml for those. It also includes configuration
for isort, albeit not being directly used in the linter targets. - Make .gitignore igore that in newly created projects. - Add ruff, yapf and isort to pkg.requires.release, anticipating
their use by CI. Signed-off-by: Jan Lindemann <jan@janware.com> |
|||
| 9217d38964 |
Everywhere: Rename package "jw-build" to "jw-pkg"
jw-build doesn't stop at building software, packaging it afterwards is also a core feature, so this commit gives the package a better name. The commit replaces strings s/jw-build/jw-pkg/ in text files and file names. Fallout to the functionality is fixed, variable names are left as they are, though. To be adjusted by later commits. Signed-off-by: Jan Lindemann <jan@janware.com> |