From b06b4114c82e499d9e5855a4e41cfe9bb1074961 Mon Sep 17 00:00:00 2001 From: Julien Roy Date: Tue, 14 May 2024 16:29:42 -0400 Subject: [PATCH] sys-boot/woeusb-ng: enable py3.12, py3.13 Closes: https://bugs.gentoo.org/922054 Closes: https://bugs.gentoo.org/931480 Signed-off-by: Julien Roy --- sys-boot/woeusb-ng/woeusb-ng-0.2.10.ebuild | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/sys-boot/woeusb-ng/woeusb-ng-0.2.10.ebuild b/sys-boot/woeusb-ng/woeusb-ng-0.2.10.ebuild index 82564fd652..9322d4ed8f 100644 --- a/sys-boot/woeusb-ng/woeusb-ng-0.2.10.ebuild +++ b/sys-boot/woeusb-ng/woeusb-ng-0.2.10.ebuild @@ -1,22 +1,26 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{10..11} ) +DISTUTILS_USE_PEP517=setuptools DISTUTILS_SINGLE_IMPL=1 +PYTHON_COMPAT=( python3_{10..13} ) + inherit distutils-r1 DESCRIPTION="Create Windows installer USB from ISO (rewrite of WoeUSB)" HOMEPAGE="https://github.com/WoeUSB/WoeUSB-ng" SRC_URI="https://github.com/WoeUSB/WoeUSB-ng/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" S="${WORKDIR}/WoeUSB-ng-${PV}" + LICENSE="GPL-3" SLOT="0" KEYWORDS="~amd64" + DEPEND=" -dev-python/wxpython + dev-python/wxpython " RDEPEND=" -app-arch/p7zip -sys-boot/grub[grub_platforms_pc] + app-arch/p7zip + sys-boot/grub[grub_platforms_pc] "