]> git.ipfire.org Git - people/ms/pakfire.git/commit - Makefile.am
arch: Drop Python class and replace with C implementation
authorMichael Tremer <michael.tremer@ipfire.org>
Sun, 10 Jan 2021 14:44:48 +0000 (14:44 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Sun, 10 Jan 2021 14:44:48 +0000 (14:44 +0000)
commita5600261c8ea98df21013d9d5d7a5ac78d11b4c8
tree3bf71c488ca472558e7fe503fdb45fa0f279e954
parentd92514c3a357d106d5647feec8ef475042c27425
arch: Drop Python class and replace with C implementation

It is easier to handle architectures just as a string and call functions
that figure out any details when we need them.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
13 files changed:
Makefile.am
src/_pakfire/_pakfiremodule.c
src/_pakfire/pakfire.c
src/libpakfire/arch.c [new file with mode: 0644]
src/libpakfire/include/pakfire/arch.h [new file with mode: 0644]
src/libpakfire/libpakfire.sym
src/libpakfire/pakfire.c
src/pakfire/arch.py
src/pakfire/base.py
src/pakfire/builder.py
src/pakfire/cli.py
src/pakfire/daemon.py
src/pakfire/system.py