diff options
author | 2024-04-28 00:03:51 +0200 | |
---|---|---|
committer | 2024-05-13 18:18:19 -0400 | |
commit | 5f9d2af263a6c0895015d9c858b00f3b4ae5ffe8 (patch) | |
tree | 3a7dfb3b514faeeb8decf54028df5ed23df51206 /dev-python/templated-dictionary | |
parent | dev-libs/*: fix variable order (diff) | |
download | guru-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/templated-dictionary')
-rw-r--r-- | dev-python/templated-dictionary/templated-dictionary-1.4.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-python/templated-dictionary/templated-dictionary-1.4.ebuild b/dev-python/templated-dictionary/templated-dictionary-1.4.ebuild index c2f0cbdc7..e5039b1aa 100644 --- a/dev-python/templated-dictionary/templated-dictionary-1.4.ebuild +++ b/dev-python/templated-dictionary/templated-dictionary-1.4.ebuild @@ -14,10 +14,11 @@ HOMEPAGE=" https://pypi.org/project/templated-dictionary/ " SRC_URI="https://github.com/xsuchy/templated-dictionary/archive/refs/tags/python-${P}-1.tar.gz -> ${P}.gh.tar.gz" + S="${WORKDIR}/${PN}-python-${P}-1" -SLOT="0" LICENSE="GPL-2+" +SLOT="0" KEYWORDS="~amd64" RDEPEND="dev-python/jinja[${PYTHON_USEDEP}]" |