commit:     ec038163b3706dee15d4934308890f25e1a70fc1
Author:     Andres Becerra <andres.becerra <AT> gmail <DOT> com>
AuthorDate: Sun May  4 18:56:57 2025 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue May  6 18:49:06 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec038163

app-office/impressive: add python 3.13

Signed-off-by: Andrés Becerra <andres.becerra <AT> gmail.com>
Tested-by: Andrés Becerra <andres.becerra <AT> gmail.com>
Bug: https://bugs.gentoo.org/952235
Closes: https://bugs.gentoo.org/952235
Part-of: https://github.com/gentoo/gentoo/pull/41934
Closes: https://github.com/gentoo/gentoo/pull/41934
Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-office/impressive/impressive-0.13.2.ebuild | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/app-office/impressive/impressive-0.13.2.ebuild 
b/app-office/impressive/impressive-0.13.2.ebuild
index de8ca0940d6b..abaf2a94f262 100644
--- a/app-office/impressive/impressive-0.13.2.ebuild
+++ b/app-office/impressive/impressive-0.13.2.ebuild
@@ -3,16 +3,14 @@
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_{10..12} )
+PYTHON_COMPAT=( python3_{10..13} )
 inherit optfeature python-r1
 
 DESCRIPTION="Stylish way of giving presentations with Python"
-HOMEPAGE="http://impressive.sourceforge.net/";
+HOMEPAGE="https://impressive.sourceforge.net/";
 
SRC_URI="https://downloads.sourceforge.net/${PN}/${PN^}/${PV/_/-}/${PN^}-${PV/_/-}.tar.gz";
 
 LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
 
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
@@ -31,6 +29,8 @@ DOCS=( changelog.txt demo.pdf )
 HTML_DOCS=( impressive.html )
 
 S="${WORKDIR}/${PN^}-${PV/_/-}"
+SLOT="0"
+KEYWORDS="amd64 x86"
 
 src_install() {
        default

Reply via email to