aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLucio Sauer <watermanpaint@posteo.net>2024-04-28 00:03:51 +0200
committerJulien Roy <julien@jroy.ca>2024-05-13 18:18:19 -0400
commit5f9d2af263a6c0895015d9c858b00f3b4ae5ffe8 (patch)
tree3a7dfb3b514faeeb8decf54028df5ed23df51206 /dev-python/wheezy-template
parentdev-libs/*: fix variable order (diff)
downloadguru-5f9d2af263a6c0895015d9c858b00f3b4ae5ffe8.tar.gz
guru-5f9d2af263a6c0895015d9c858b00f3b4ae5ffe8.tar.bz2
guru-5f9d2af263a6c0895015d9c858b00f3b4ae5ffe8.zip
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>
Diffstat (limited to 'dev-python/wheezy-template')
-rw-r--r--dev-python/wheezy-template/wheezy-template-3.1.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/wheezy-template/wheezy-template-3.1.0.ebuild b/dev-python/wheezy-template/wheezy-template-3.1.0.ebuild
index dd9c47a2c..553840e61 100644
--- a/dev-python/wheezy-template/wheezy-template-3.1.0.ebuild
+++ b/dev-python/wheezy-template/wheezy-template-3.1.0.ebuild
@@ -17,9 +17,9 @@ HOMEPAGE="https://github.com/akornatskyy/wheezy.template"
# as usual pypi doesn't contains tests
SRC_URI="https://github.com/akornatskyy/wheezy.template/archive/refs/tags/${PV}.tar.gz -> ${MY_P}.gh.tar.gz"
S="${WORKDIR}/${MY_P}"
-KEYWORDS="~amd64"
LICENSE="MIT"
SLOT="0"
+KEYWORDS="~amd64"
DEPEND="dev-python/cython[${PYTHON_USEDEP}]"