app-editors/remarkable: porting to Python 3.13

Closes: https://bugs.gentoo.org/952193
Signed-off-by: Martin Dummer <martin.dummer@gmx.net>
Part-of: https://github.com/gentoo/gentoo/pull/41561
Closes: https://github.com/gentoo/gentoo/pull/41561
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Martin Dummer
2025-04-12 18:31:48 +02:00
committed by Sam James
parent 70cb513ce4
commit 0b5574e519

View File

@@ -1,9 +1,9 @@
# Copyright 2021-2024 Gentoo Authors
# Copyright 2021-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{10..12} )
PYTHON_COMPAT=( python3_{11..13} )
inherit desktop gnome2-utils python-single-r1 readme.gentoo-r1
DESCRIPTION="Fully featured markdown editor, supports github markdown dialect"