]> git.ipfire.org Git - people/stevee/pakfire.git/commit - po/pakfire.pot
Migrate to Python 3
authorMichael Tremer <michael.tremer@ipfire.org>
Sat, 26 Nov 2016 21:38:30 +0000 (22:38 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Sat, 26 Nov 2016 21:38:30 +0000 (22:38 +0100)
commit964aa579ee1ad7e507e2d9b9824fe6bdcb4b2347
treeb7a36842eec7a4044878bc5079bab8cee174f980
parentd593e845e3b27d3170f31578de6dd968d3ab01e5
Migrate to Python 3

This will totally not run since some dependencies are missing
(e.g. urlgrabber, gpgme).

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
60 files changed:
.gitignore
Makefile.am
configure.ac
po/pakfire.pot
src/_lzma/_lzmamodule.c [deleted file]
src/_pakfire/_pakfiremodule.c
src/_pakfire/pool.c
src/_pakfire/problem.c
src/_pakfire/relation.c
src/_pakfire/repo.c
src/_pakfire/request.c
src/_pakfire/solution.c
src/_pakfire/solvable.c
src/_pakfire/solver.c
src/_pakfire/step.c
src/_pakfire/transaction.c
src/pakfire/__init__.py
src/pakfire/actions.py
src/pakfire/base.py
src/pakfire/builder.py
src/pakfire/cgroup.py
src/pakfire/cli.py
src/pakfire/client.py
src/pakfire/compress.py
src/pakfire/config.py
src/pakfire/constants.py
src/pakfire/daemon.py
src/pakfire/distro.py
src/pakfire/downloader.py
src/pakfire/errors.py
src/pakfire/filelist.py
src/pakfire/i18n.py
src/pakfire/keyring.py
src/pakfire/logger.py
src/pakfire/lzma.py [deleted file]
src/pakfire/packages/__init__.py
src/pakfire/packages/base.py
src/pakfire/packages/file.py
src/pakfire/packages/installed.py
src/pakfire/packages/lexer.py
src/pakfire/packages/make.py
src/pakfire/packages/packager.py
src/pakfire/packages/solv.py
src/pakfire/packages/tar.py
src/pakfire/progressbar.py
src/pakfire/repository/__init__.py
src/pakfire/repository/base.py
src/pakfire/repository/database.py
src/pakfire/repository/index.py
src/pakfire/repository/local.py
src/pakfire/repository/remote.py
src/pakfire/repository/system.py
src/pakfire/satsolver.py
src/pakfire/server.py
src/pakfire/shell.py
src/pakfire/system.py
src/pakfire/transaction.py
src/pakfire/transport.py
src/pakfire/util.py
src/scripts/pakfire