jw-pkg/src/python/jw/pkg
Jan Lindemann d1df9f0ac7 lib.Distro.install(): Treat URL arguments specially
As of now, install() passes the "names" parameter on to _install(),
which is expected to pass the list of package names on to the package
manager for having it handle package download and installation. This
commit makes it easier for Distro instances to support directly
installing packages via an URL instead by providing a few callback
methods to be overridden, in case the package manager doesn't handle
package URLs the same way as package names.

Signed-off-by: Jan Lindemann <jan@janware.com>
2026-04-16 13:02:29 +02:00
..
cmds lib.base: Add module 2026-04-16 12:57:04 +02:00
lib lib.Distro.install(): Treat URL arguments specially 2026-04-16 13:02:29 +02:00
App.py lib.base: Add module 2026-04-16 12:57:04 +02:00
Makefile jw.pkg: Add Makefile 2025-11-28 15:34:24 +01:00