From a128b38c12a6a36b0cc64533a664a37404a53416 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maciej=20Bar=C4=87?= Date: Wed, 6 May 2026 00:35:33 +0200 Subject: [PATCH] app-portage/elsw: bump PYTHON_COMPAT to py3.14 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Closes: https://bugs.gentoo.org/973771 Signed-off-by: Maciej Barć --- .../elsw/{elsw-1.0.1.ebuild => elsw-1.0.1-r1.ebuild} | 8 ++++---- app-portage/elsw/elsw-9999.ebuild | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) rename app-portage/elsw/{elsw-1.0.1.ebuild => elsw-1.0.1-r1.ebuild} (75%) diff --git a/app-portage/elsw/elsw-1.0.1.ebuild b/app-portage/elsw/elsw-1.0.1-r1.ebuild similarity index 75% rename from app-portage/elsw/elsw-1.0.1.ebuild rename to app-portage/elsw/elsw-1.0.1-r1.ebuild index dbf460d23374..5d8bdebc7147 100644 --- a/app-portage/elsw/elsw-1.0.1.ebuild +++ b/app-portage/elsw/elsw-1.0.1-r1.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2025 Gentoo Authors +# Copyright 1999-2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -DISTUTILS_USE_PEP517=flit -PYTHON_COMPAT=( python3_{12..13} ) +DISTUTILS_USE_PEP517="flit" +PYTHON_COMPAT=( python3_{12..14} ) inherit distutils-r1 @@ -14,7 +14,7 @@ HOMEPAGE="https://gitlab.com/xgqt/python-elsw/" if [[ "${PV}" == *9999* ]] ; then inherit git-r3 - EGIT_REPO_URI="https://gitlab.com/xgqt/python-${PN}.git" + EGIT_REPO_URI="https://gitlab.com/xgqt/python-${PN}" else inherit pypi diff --git a/app-portage/elsw/elsw-9999.ebuild b/app-portage/elsw/elsw-9999.ebuild index 03691b4cadba..b83ad0510300 100644 --- a/app-portage/elsw/elsw-9999.ebuild +++ b/app-portage/elsw/elsw-9999.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2025 Gentoo Authors +# Copyright 1999-2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -DISTUTILS_USE_PEP517=flit -PYTHON_COMPAT=( python3_{12..13} ) +DISTUTILS_USE_PEP517="flit" +PYTHON_COMPAT=( python3_{12..14} ) inherit distutils-r1 @@ -14,7 +14,7 @@ HOMEPAGE="https://gitlab.com/xgqt/python-elsw/" if [[ "${PV}" == *9999* ]] ; then inherit git-r3 - EGIT_REPO_URI="https://gitlab.com/xgqt/python-${PN}.git" + EGIT_REPO_URI="https://gitlab.com/xgqt/python-${PN}" else inherit pypi