aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>2024-10-30 02:29:24 +0500
committerAnna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>2024-10-30 02:29:24 +0500
commit035f01b414d709c219680b0b56f83d0f1b83f4b8 (patch)
tree871abc214ebd8fdf4f992c2f35ca3bbe851d0726 /net-misc
parentnet-misc/lyrics-in-terminal: enable py3.13 and disable py3.10 (diff)
downloadguru-035f01b414d709c219680b0b56f83d0f1b83f4b8.tar.gz
guru-035f01b414d709c219680b0b56f83d0f1b83f4b8.tar.bz2
guru-035f01b414d709c219680b0b56f83d0f1b83f4b8.zip
net-misc/gdown: enable py3.13 and disable py3.10
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
Diffstat (limited to 'net-misc')
-rw-r--r--net-misc/gdown/gdown-5.2.0.ebuild6
1 files 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}]