diff options
author | Lucio Sauer <watermanpaint@posteo.net> | 2024-04-26 16:46:35 +0200 |
---|---|---|
committer | Lucio Sauer <watermanpaint@posteo.net> | 2024-04-26 16:46:35 +0200 |
commit | f2be215fb991955a99bceb9ba10e5abecd2147ea (patch) | |
tree | 1a6a06fb30d548e99fb8ba5182c0a96ad49d553d /app-office/pyspread/pyspread-2.1.1.ebuild | |
parent | dev-libs/libtypec: fix revision bump (7e6af504b7ecc) (diff) | |
download | guru-f2be215fb991955a99bceb9ba10e5abecd2147ea.tar.gz guru-f2be215fb991955a99bceb9ba10e5abecd2147ea.tar.bz2 guru-f2be215fb991955a99bceb9ba10e5abecd2147ea.zip |
*/*: fix variable order
Manually went through some entries for `pkgcheck scan -c
VariableOrderCheck`.
Signed-off-by: Lucio Sauer <watermanpaint@posteo.net>
Diffstat (limited to 'app-office/pyspread/pyspread-2.1.1.ebuild')
-rw-r--r-- | app-office/pyspread/pyspread-2.1.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-office/pyspread/pyspread-2.1.1.ebuild b/app-office/pyspread/pyspread-2.1.1.ebuild index e29c25f22..cd4aa7b3e 100644 --- a/app-office/pyspread/pyspread-2.1.1.ebuild +++ b/app-office/pyspread/pyspread-2.1.1.ebuild @@ -10,13 +10,13 @@ inherit xdg desktop distutils-r1 DESCRIPTION="Pyspread is a non-traditional spreadsheet written in Python" HOMEPAGE="https://pyspread.gitlab.io" - SRC_URI="https://gitlab.com/pyspread/${PN}/-/archive/v${PV}/${PN}-v${PV}.tar.bz2" -KEYWORDS="~amd64" + S="${WORKDIR}/${PN}-v${PV}" LICENSE="GPL-3" SLOT="0" +KEYWORDS="~amd64" RDEPEND=" >=dev-python/PyQt5-5.10.0[gui,printsupport,svg,widgets,${PYTHON_USEDEP}] |