From 612f26ff4b1c5ee882e24eec0a791721e732ef53 Mon Sep 17 00:00:00 2001 From: "Anna (cybertailor) Vyalkova" Date: Sat, 27 Jan 2024 01:04:33 +0500 Subject: [PATCH] net-misc/gdown: drop 4.7.3 Signed-off-by: Anna (cybertailor) Vyalkova --- net-misc/gdown/Manifest | 1 - net-misc/gdown/gdown-4.7.3.ebuild | 32 ------------------------------- 2 files changed, 33 deletions(-) delete mode 100644 net-misc/gdown/gdown-4.7.3.ebuild diff --git a/net-misc/gdown/Manifest b/net-misc/gdown/Manifest index fcd56eacb9..7ebb4f9ad8 100644 --- a/net-misc/gdown/Manifest +++ b/net-misc/gdown/Manifest @@ -1,2 +1 @@ -DIST gdown-4.7.3.gh.tar.gz 239150 BLAKE2B bb173137e651b48bb3865d1e6ee74443b43a7a5469a80e0b5d01be78c79dbcd13478f6a65eb6d3b2959505bf9fffb31726d41eb45ca164b0991a23bb50b62aa8 SHA512 5becfea76fcab0ad1978f8e812df6400cda28b971a64fe934e1bde5e6de6831527827474a09568b028004762009d789cf722fbc34b259dc6ae2d0b49c1349c82 DIST gdown-5.0.0.gh.tar.gz 239863 BLAKE2B 9da7f37ec7fa94ff37e151842d22d4e863ffe697de8d906fc04bef791bf0e688fafb8a30a30e41484fa489570a0db42f70ea39db3a16577a35d0339d4fe154fa SHA512 4187eb9012a0662c8beafabdc8a9e42eb1c1cf40bdd0f4c5168ae079f060bef1b610e2ba5dc3d5f97b94d1793debebb46108591d7c2bdd49451a7193f817f562 diff --git a/net-misc/gdown/gdown-4.7.3.ebuild b/net-misc/gdown/gdown-4.7.3.ebuild deleted file mode 100644 index c14c14fc42..0000000000 --- a/net-misc/gdown/gdown-4.7.3.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 2023-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{10..12} ) -DISTUTILS_USE_PEP517=setuptools -inherit distutils-r1 - -DESCRIPTION="Google Drive direct download of big files" -HOMEPAGE=" - https://pypi.org/project/gdown/ - https://github.com/wkentaro/gdown -" -SRC_URI="https://github.com/wkentaro/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.gh.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64" - -RESTRICT="test" -PROPERTIES="test_network" - -RDEPEND=" - dev-python/beautifulsoup4[${PYTHON_USEDEP}] - dev-python/filelock[${PYTHON_USEDEP}] - dev-python/requests[socks5,${PYTHON_USEDEP}] - dev-python/six[${PYTHON_USEDEP}] - dev-python/tqdm[${PYTHON_USEDEP}] -" - -distutils_enable_tests pytest