commit: 343dbcea56bf750368a4dc3718af1b59574298b5
Author: Abishek Jakkala <thysupremematrix <AT> tuta <DOT> io>
AuthorDate: Sun Jan 18 21:24:37 2026 +0000
Commit: Abishek Jakkala <thysupremematrix <AT> tuta <DOT> io>
CommitDate: Sun Jan 18 21:24:37 2026 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=343dbcea
Fix minor issues
Signed-off-by: Abishek Jakkala <thysupremematrix <AT> tuta.io>
dev-python/thonny/thonny-4.1.7.ebuild | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/dev-python/thonny/thonny-4.1.7.ebuild
b/dev-python/thonny/thonny-4.1.7.ebuild
index 6787a281ee..3eab2fef92 100644
--- a/dev-python/thonny/thonny-4.1.7.ebuild
+++ b/dev-python/thonny/thonny-4.1.7.ebuild
@@ -4,10 +4,10 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..14} )
+PYTHON_COMPAT=( python3_{8..13} )
PYTHON_REQ_USE="tk"
-inherit desktop distutils-r1 xdg-utils
+inherit desktop distutils-r1 xdg
DESCRIPTION="Thonny is a Python IDE meant for learning programming."
HOMEPAGE="
@@ -50,7 +50,7 @@ src_prepare() {
src_install() {
distutils-r1_src_install
newicon packaging/icons/thonny-32x32.png thonny.png
- domenu ${S}/packaging/linux/org.thonny.Thonny.desktop
+ domenu "${S}/packaging/linux/org.thonny.Thonny.desktop"
}
pkg_postinst() {