commit:     035f01b414d709c219680b0b56f83d0f1b83f4b8
Author:     Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Tue Oct 29 21:29:24 2024 +0000
Commit:     Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
CommitDate: Tue Oct 29 21:29:24 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=035f01b4

net-misc/gdown: enable py3.13 and disable py3.10

Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>

 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 eea009025..dd3181eaa 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}]

Reply via email to