commit: 9630894ecacfcc14732dddfab04d119e64e35eb1 Author: Ian Jordan <immoloism <AT> gmail <DOT> com> AuthorDate: Sat Apr 26 12:04:32 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sat Apr 26 15:42:35 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9630894e
x11-misc/sunflower: enable py3.13 Closes: https://bugs.gentoo.org/952777 Signed-off-by: Ian Jordan <immoloism <AT> gmail.com> Part-of: https://github.com/gentoo/gentoo/pull/41768 Closes: https://github.com/gentoo/gentoo/pull/41768 Signed-off-by: Sam James <sam <AT> gentoo.org> x11-misc/sunflower/sunflower-0.5-r3.ebuild | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/x11-misc/sunflower/sunflower-0.5-r3.ebuild b/x11-misc/sunflower/sunflower-0.5-r3.ebuild index 90f88d11859e..5b3b89d89eaf 100644 --- a/x11-misc/sunflower/sunflower-0.5-r3.ebuild +++ b/x11-misc/sunflower/sunflower-0.5-r3.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{10..13} ) PYTHON_REQ_USE="sqlite" DISTUTILS_USE_PEP517="setuptools" inherit distutils-r1 xdg @@ -16,6 +16,7 @@ HOMEPAGE="https://github.com/MeanEYE/Sunflower https://sunflower-fm.org/" SRC_URI="https://github.com/MeanEYE/${MY_PN}/archive/refs/tags/${MY_PV}.tar.gz" +S="${WORKDIR}/${MY_PN}-${MY_PV}" LICENSE="GPL-3" SLOT="0" KEYWORDS="amd64 x86" @@ -31,8 +32,6 @@ RDEPEND="${DEPEND} x11-libs/vte:2.91 " -S="${WORKDIR}/${MY_PN}-${MY_PV}" - src_prepare() { default
