From 23716ddfb668f1d6fd2707801ba466f2043ad6d6 Mon Sep 17 00:00:00 2001 From: Disassembler Date: Thu, 12 Mar 2020 23:29:19 +0100 Subject: [PATCH] Move py3.6 to py3.8 and drop LXC dependencies --- APKBUILD | 4 ++-- usr/lib/{python3.6 => python3.8}/vmmgr/__init__.py | 0 usr/lib/{python3.6 => python3.8}/vmmgr/actionqueue.py | 0 usr/lib/{python3.6 => python3.8}/vmmgr/appmgr.py | 0 usr/lib/{python3.6 => python3.8}/vmmgr/config.py | 0 usr/lib/{python3.6 => python3.8}/vmmgr/crypto.py | 0 usr/lib/{python3.6 => python3.8}/vmmgr/net.py | 0 usr/lib/{python3.6 => python3.8}/vmmgr/paths.py | 0 usr/lib/{python3.6 => python3.8}/vmmgr/remote.py | 0 usr/lib/{python3.6 => python3.8}/vmmgr/templates.py | 0 usr/lib/{python3.6 => python3.8}/vmmgr/validator.py | 0 usr/lib/{python3.6 => python3.8}/vmmgr/vmmgr.py | 0 usr/lib/{python3.6 => python3.8}/vmmgr/wsgiapp.py | 0 usr/lib/{python3.6 => python3.8}/vmmgr/wsgilang.py | 0 usr/lib/{python3.6 => python3.8}/vmmgr/wsgisession.py | 0 var/lib/lxcmgr/packages | 1 - 16 files changed, 2 insertions(+), 3 deletions(-) rename usr/lib/{python3.6 => python3.8}/vmmgr/__init__.py (100%) rename usr/lib/{python3.6 => python3.8}/vmmgr/actionqueue.py (100%) rename usr/lib/{python3.6 => python3.8}/vmmgr/appmgr.py (100%) rename usr/lib/{python3.6 => python3.8}/vmmgr/config.py (100%) rename usr/lib/{python3.6 => python3.8}/vmmgr/crypto.py (100%) rename usr/lib/{python3.6 => python3.8}/vmmgr/net.py (100%) rename usr/lib/{python3.6 => python3.8}/vmmgr/paths.py (100%) rename usr/lib/{python3.6 => python3.8}/vmmgr/remote.py (100%) rename usr/lib/{python3.6 => python3.8}/vmmgr/templates.py (100%) rename usr/lib/{python3.6 => python3.8}/vmmgr/validator.py (100%) rename usr/lib/{python3.6 => python3.8}/vmmgr/vmmgr.py (100%) rename usr/lib/{python3.6 => python3.8}/vmmgr/wsgiapp.py (100%) rename usr/lib/{python3.6 => python3.8}/vmmgr/wsgilang.py (100%) rename usr/lib/{python3.6 => python3.8}/vmmgr/wsgisession.py (100%) delete mode 100644 var/lib/lxcmgr/packages diff --git a/APKBUILD b/APKBUILD index bfae666..4e023ca 100644 --- a/APKBUILD +++ b/APKBUILD @@ -3,11 +3,11 @@ pkgname=vmmgr pkgver=0.0.1 pkgrel=0 -pkgdesc="VM and LXC-packages application Manager" +pkgdesc="VM and application manager" url="https://spotter.vm/" arch="noarch" license="GPL" -depends="acme-sh lxc python3 py3-bcrypt py3-cffi py3-cryptography py3-dnspython py3-jinja2 py3-requests py3-six py3-werkzeug shadow-uidmap" +depends="acme-sh python3 py3-bcrypt py3-cffi py3-cryptography py3-dnspython py3-jinja2 py3-requests py3-six py3-werkzeug" options="!check !strip" build() { diff --git a/usr/lib/python3.6/vmmgr/__init__.py b/usr/lib/python3.8/vmmgr/__init__.py similarity index 100% rename from usr/lib/python3.6/vmmgr/__init__.py rename to usr/lib/python3.8/vmmgr/__init__.py diff --git a/usr/lib/python3.6/vmmgr/actionqueue.py b/usr/lib/python3.8/vmmgr/actionqueue.py similarity index 100% rename from usr/lib/python3.6/vmmgr/actionqueue.py rename to usr/lib/python3.8/vmmgr/actionqueue.py diff --git a/usr/lib/python3.6/vmmgr/appmgr.py b/usr/lib/python3.8/vmmgr/appmgr.py similarity index 100% rename from usr/lib/python3.6/vmmgr/appmgr.py rename to usr/lib/python3.8/vmmgr/appmgr.py diff --git a/usr/lib/python3.6/vmmgr/config.py b/usr/lib/python3.8/vmmgr/config.py similarity index 100% rename from usr/lib/python3.6/vmmgr/config.py rename to usr/lib/python3.8/vmmgr/config.py diff --git a/usr/lib/python3.6/vmmgr/crypto.py b/usr/lib/python3.8/vmmgr/crypto.py similarity index 100% rename from usr/lib/python3.6/vmmgr/crypto.py rename to usr/lib/python3.8/vmmgr/crypto.py diff --git a/usr/lib/python3.6/vmmgr/net.py b/usr/lib/python3.8/vmmgr/net.py similarity index 100% rename from usr/lib/python3.6/vmmgr/net.py rename to usr/lib/python3.8/vmmgr/net.py diff --git a/usr/lib/python3.6/vmmgr/paths.py b/usr/lib/python3.8/vmmgr/paths.py similarity index 100% rename from usr/lib/python3.6/vmmgr/paths.py rename to usr/lib/python3.8/vmmgr/paths.py diff --git a/usr/lib/python3.6/vmmgr/remote.py b/usr/lib/python3.8/vmmgr/remote.py similarity index 100% rename from usr/lib/python3.6/vmmgr/remote.py rename to usr/lib/python3.8/vmmgr/remote.py diff --git a/usr/lib/python3.6/vmmgr/templates.py b/usr/lib/python3.8/vmmgr/templates.py similarity index 100% rename from usr/lib/python3.6/vmmgr/templates.py rename to usr/lib/python3.8/vmmgr/templates.py diff --git a/usr/lib/python3.6/vmmgr/validator.py b/usr/lib/python3.8/vmmgr/validator.py similarity index 100% rename from usr/lib/python3.6/vmmgr/validator.py rename to usr/lib/python3.8/vmmgr/validator.py diff --git a/usr/lib/python3.6/vmmgr/vmmgr.py b/usr/lib/python3.8/vmmgr/vmmgr.py similarity index 100% rename from usr/lib/python3.6/vmmgr/vmmgr.py rename to usr/lib/python3.8/vmmgr/vmmgr.py diff --git a/usr/lib/python3.6/vmmgr/wsgiapp.py b/usr/lib/python3.8/vmmgr/wsgiapp.py similarity index 100% rename from usr/lib/python3.6/vmmgr/wsgiapp.py rename to usr/lib/python3.8/vmmgr/wsgiapp.py diff --git a/usr/lib/python3.6/vmmgr/wsgilang.py b/usr/lib/python3.8/vmmgr/wsgilang.py similarity index 100% rename from usr/lib/python3.6/vmmgr/wsgilang.py rename to usr/lib/python3.8/vmmgr/wsgilang.py diff --git a/usr/lib/python3.6/vmmgr/wsgisession.py b/usr/lib/python3.8/vmmgr/wsgisession.py similarity index 100% rename from usr/lib/python3.6/vmmgr/wsgisession.py rename to usr/lib/python3.8/vmmgr/wsgisession.py diff --git a/var/lib/lxcmgr/packages b/var/lib/lxcmgr/packages deleted file mode 100644 index a6d386a..0000000 --- a/var/lib/lxcmgr/packages +++ /dev/null @@ -1 +0,0 @@ -{"apps": {}, "images": {}}