]> git.ipfire.org Git - people/ms/pakfire.git/commit - Makefile.am
_pakfire: Create Python abstraction for the build service
authorMichael Tremer <michael.tremer@ipfire.org>
Fri, 27 Oct 2023 16:03:03 +0000 (16:03 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Fri, 27 Oct 2023 16:03:03 +0000 (16:03 +0000)
commitf6111824c4580951e0a6ff01f480969f867383fd
treeeb4fdbb0590b85c07ac4175bdc868c0e5ac08e1a
parentc06b1ff21d62c68554e04a26c2a4478422a283ec
_pakfire: Create Python abstraction for the build service

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
Makefile.am
src/_pakfire/_pakfiremodule.c
src/_pakfire/buildservice.c [new file with mode: 0644]
src/_pakfire/buildservice.h [new file with mode: 0644]
src/pakfire/buildservice.py [new file with mode: 0644]
src/pakfire/daemon.py