jw-pkg/src/python/jw/pkg/lib
Jan Lindemann ffe0cfd41d
All checks were successful
CI / Packaging - Kali Linux (pull_request) Successful in 3m5s
CI / Packaging - OpenSUSE Tumbleweed (pull_request) Successful in 3m11s
CI / Packaging test (pull_request) Successful in 0s
CI / Packaging - Kali Linux (push) Successful in 3m8s
CI / Packaging - OpenSUSE Tumbleweed (push) Successful in 3m17s
CI / Packaging test (push) Successful in 0s
lib.App: Allow _run() without subcommands

Overriding the _run() method entirely in App subclasses is currently only possible if the application supports a subcommand structure. Make it possible to use it as an abstraction for a single-command application.

Signed-off-by: Jan Lindemann <jan@janware.com>
2026-06-17 18:38:58 +02:00
..
distros lib.distros.suse.Distro._install_local_files(): Use rpm 2026-06-15 08:18:40 +02:00
ec lib.Result: Fill "cmd" ctor parameter 2026-06-17 17:12:42 +02:00
pm jw.pkg: Fix "make check" static code check fallout 2026-05-31 18:20:38 +02:00
App.py lib.App: Allow _run() without subcommands 2026-06-17 18:38:58 +02:00
AsyncRunner.py pyproject.toml: Enforce import annotations style 2026-06-01 14:34:25 +02:00
base.py lib.Result: Add module 2026-06-02 17:52:49 +02:00
Cmd.py pyproject.toml: Enforce import annotations style 2026-06-01 14:34:25 +02:00
CopyContext.py jw.pkg: Fix "make check" static code check fallout 2026-05-31 18:20:38 +02:00
Distro.py lib.ExecContext|.Distro: Ignore stdout_str newline 2026-06-10 12:55:39 +02:00
ExecContext.py lib.Result: Fill "cmd" ctor parameter 2026-06-17 17:12:42 +02:00
FileContext.py pyproject.toml: Enforce import annotations style 2026-06-01 14:34:25 +02:00
init.py lib.init.detect_modules(): Renovate signature 2026-06-06 23:08:28 +00:00
log.py log: Use jw-python's log implementation 2026-06-17 17:12:42 +02:00
Makefile jw.pkg.build.lib: Move to jw.pkg.lib 2026-01-26 17:58:23 +01:00
Package.py jw.pkg: Fix "make check" static code check fallout 2026-05-31 18:20:38 +02:00
PackageFilter.py pyproject.toml: Enforce import annotations style 2026-06-01 14:34:25 +02:00
ProcFilter.py jw.pkg: Fix "make check" static code check fallout 2026-05-31 18:20:38 +02:00
ProcFilterGpg.py pyproject.toml: Enforce import annotations style 2026-06-01 14:34:25 +02:00
Result.py lib.Result.strip: Rename to .strip_output 2026-06-17 17:26:19 +02:00
TarIo.py pyproject.toml: Enforce import annotations style 2026-06-01 14:34:25 +02:00
Types.py lib.Types.LoadTypes: Loosen type_filter type 2026-06-17 17:12:42 +02:00
Uri.py jw.pkg: Fix "make check" static code check fallout 2026-05-31 18:20:38 +02:00
util.py lib.util.run_curl_into(): Fix indentation error 2026-06-01 20:14:45 +02:00