From 035f01b414d709c219680b0b56f83d0f1b83f4b8 Mon Sep 17 00:00:00 2001 From: "Anna (cybertailor) Vyalkova" Date: Wed, 30 Oct 2024 02:29:24 +0500 Subject: [PATCH] net-misc/gdown: enable py3.13 and disable py3.10 Signed-off-by: Anna (cybertailor) Vyalkova --- net-misc/gdown/gdown-5.2.0.ebuild | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/net-misc/gdown/gdown-5.2.0.ebuild b/net-misc/gdown/gdown-5.2.0.ebuild index eea009025e..dd3181eaa1 100644 --- a/net-misc/gdown/gdown-5.2.0.ebuild +++ b/net-misc/gdown/gdown-5.2.0.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{11..13} ) DISTUTILS_USE_PEP517=hatchling inherit distutils-r1 @@ -19,7 +19,9 @@ SLOT="0" KEYWORDS="~amd64" RESTRICT="test" -PROPERTIES="test_network" + +# Tests broken by Google, might be fixed in the next release +#PROPERTIES="test_network" RDEPEND=" dev-python/beautifulsoup4[${PYTHON_USEDEP}]