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

@@ -25,12 +25,12 @@ SRC_URI="
$(submodule_uris)
"
S="${WORKDIR}/cChardet-${PV}"
LICENSE="MPL-1.1"
SLOT="0"
KEYWORDS="~amd64"
S="${WORKDIR}/cChardet-${PV}"
BDEPEND="dev-python/cython"
distutils_enable_tests pytest

View File

@@ -25,12 +25,12 @@ SRC_URI="
$(submodule_uris)
"
S="${WORKDIR}/cChardet-${PV}"
LICENSE="MPL-1.1"
SLOT="0"
KEYWORDS="~amd64"
S="${WORKDIR}/cChardet-${PV}"
BDEPEND="dev-python/cython"
distutils_enable_tests pytest