dev-python/*: fix variable order

I manually went through some entries for `pkgcheck scan -c
VariableOrderCheck`.

Signed-off-by: Lucio Sauer <watermanpaint@posteo.net>
Signed-off-by: Julien Roy <julien@jroy.ca>
This commit is contained in:
Lucio Sauer
2024-04-28 00:03:51 +02:00
committed by Julien Roy
parent 89e81076ba
commit 5f9d2af263
39 changed files with 85 additions and 86 deletions

View File

@@ -8,11 +8,15 @@ PYTHON_COMPAT=(python3_{9..12})
inherit linux-mod-r1 distutils-r1 desktop
SRC_URI="https://github.com/casualsnek/${PN}/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
KEYWORDS="~amd64"
DESCRIPTION="Run Windows Applications on Linux as if they are native (Using a VM and FreeRDP)"
HOMEPAGE="https://github.com/casualsnek/cassowary"
SRC_URI="https://github.com/casualsnek/${PN}/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64"
IUSE="X wayland"
BDEPEND="dev-python/setuptools
dev-python/build
@@ -26,10 +30,6 @@ RDEPEND="net-misc/freerdp
DEPEND="${RDEPEND}"
LICENSE="GPL-2"
SLOT="0"
IUSE="X wayland"
MODULES_KERNEL_MIN=5.10
python_compile() {