From abccdc93a76f9031dae24173e6dcca8c85086e07 Mon Sep 17 00:00:00 2001 From: "Rick Farina (Zero_Chaos)" Date: Mon, 25 Nov 2024 11:02:32 -0500 Subject: [PATCH] wesng: dep rename --- app-exploits/wesng/metadata.xml | 7 +++---- .../{wesng-20200616.ebuild => wesng-20200616-r1.ebuild} | 0 app-exploits/wesng/wesng-99999999.ebuild | 7 ++++--- 3 files changed, 7 insertions(+), 7 deletions(-) rename app-exploits/wesng/{wesng-20200616.ebuild => wesng-20200616-r1.ebuild} (100%) diff --git a/app-exploits/wesng/metadata.xml b/app-exploits/wesng/metadata.xml index 1dbf520b5..e742b268a 100644 --- a/app-exploits/wesng/metadata.xml +++ b/app-exploits/wesng/metadata.xml @@ -1,8 +1,7 @@ - - gkroon@maelstrom.ninja - Guido Kroon - + + bitsadmin/wesng + diff --git a/app-exploits/wesng/wesng-20200616.ebuild b/app-exploits/wesng/wesng-20200616-r1.ebuild similarity index 100% rename from app-exploits/wesng/wesng-20200616.ebuild rename to app-exploits/wesng/wesng-20200616-r1.ebuild diff --git a/app-exploits/wesng/wesng-99999999.ebuild b/app-exploits/wesng/wesng-99999999.ebuild index 4101c179c..4e67eb51d 100644 --- a/app-exploits/wesng/wesng-99999999.ebuild +++ b/app-exploits/wesng/wesng-99999999.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 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} ) inherit python-single-r1 wrapper @@ -23,12 +23,13 @@ fi LICENSE="BSD" SLOT="0" +REQUIRED_USE="${PYTHON_REQUIRED_USE}" DEPEND="${PYTHON_DEPS}" RDEPEND="${DEPEND} $(python_gen_cond_dep ' dev-python/chardet[${PYTHON_USEDEP}] - dev-python/MechanicalSoup[${PYTHON_USEDEP}] + dev-python/mechanicalsoup[${PYTHON_USEDEP}] ')" pkg_setup() {