commit: 8e1c3064798e7ad6e8dae1efce4fa033cd25b076 Author: Ian Jordan <immoloism <AT> gmail <DOT> com> AuthorDate: Sat Apr 26 12:27:29 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sat Apr 26 21:31:39 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e1c3064
x11-misc/py3status: update EAPI 7 -> 8 Closes: https://bugs.gentoo.org/952772 Signed-off-by: Ian Jordan <immoloism <AT> gmail.com> Part-of: https://github.com/gentoo/gentoo/pull/41769 Closes: https://github.com/gentoo/gentoo/pull/41769 Signed-off-by: Sam James <sam <AT> gentoo.org> x11-misc/py3status/py3status-3.61.ebuild | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/x11-misc/py3status/py3status-3.61.ebuild b/x11-misc/py3status/py3status-3.61.ebuild index 0a40790c0771..c4a8fe73b683 100644 --- a/x11-misc/py3status/py3status-3.61.ebuild +++ b/x11-misc/py3status/py3status-3.61.ebuild @@ -1,10 +1,12 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 -PYTHON_COMPAT=( python{3_9,3_10,3_11,3_12} ) +EAPI=8 +PYTHON_COMPAT=( python3_{10..13} ) DISTUTILS_USE_PEP517=hatchling +DESCRIPTION="py3status is an extensible i3status wrapper written in python" +HOMEPAGE="https://github.com/ultrabug/py3status" SRC_URI="https://github.com/ultrabug/py3status/archive/${PV}.tar.gz -> ${P}.tar.gz" inherit distutils-r1 @@ -12,9 +14,7 @@ inherit distutils-r1 MY_PN="py3status" MY_P="${MY_PN}-${PV/_/-}" -DESCRIPTION="py3status is an extensible i3status wrapper written in python" -HOMEPAGE="https://github.com/ultrabug/py3status" - +S=${WORKDIR}/${MY_P} LICENSE="BSD" SLOT="0" KEYWORDS="~amd64 ~x86" @@ -29,5 +29,3 @@ RDEPEND=" udev? ( >=dev-python/pyudev-0.21.0[${PYTHON_USEDEP}] ) " DEPEND="${RDEPEND}" - -S=${WORKDIR}/${MY_P}