commit: 43189c463cbbed5e7de3c03c0666c5848eacfdc2 Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in> AuthorDate: Sat Jul 5 18:59:13 2025 +0000 Commit: Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in> CommitDate: Sat Jul 5 19:10:52 2025 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=43189c46
net-misc/gdown: drop 5.1.0 Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in> net-misc/gdown/Manifest | 1 - net-misc/gdown/gdown-5.1.0.ebuild | 40 --------------------------------------- 2 files changed, 41 deletions(-) diff --git a/net-misc/gdown/Manifest b/net-misc/gdown/Manifest index a892a6425d..c8aeb9f446 100644 --- a/net-misc/gdown/Manifest +++ b/net-misc/gdown/Manifest @@ -1,2 +1 @@ -DIST gdown-5.1.0.gh.tar.gz 283048 BLAKE2B fb5ac11b8281aa6b2f96dbb8456d35da2fde9eab51c08eb0d100bea1737b5d9191b35e23307d03102ce5999f7d4fc4ef44cf0a42c33cf2b5be731164afc094cc SHA512 28273296a029c9c739732965250f10db06e9c70a05d6831adb7c1a8625267a0bc3b9a634215f6b05fc674d9fd594c0fbc3e5c8acaa44c6f9e6c41d4bc4cb7751 DIST gdown-5.2.0.gh.tar.gz 283710 BLAKE2B f15efe0e4ed947b11c12606156c9223b87ff8997aa4ff3b28b2d4cb9252d8bf4026d2f1c4f607190212dfb749d665494bd509b2ec391410280a5b8d682224a75 SHA512 fe030d70d01d3565b94c9d20bd7944df7615e93c43c0b22ffde4dd9cfc9ca365378221062076ca3fb3c93c24d3001d56b2271207a1bab73f73f2a847d45ced7c diff --git a/net-misc/gdown/gdown-5.1.0.ebuild b/net-misc/gdown/gdown-5.1.0.ebuild deleted file mode 100644 index 13b7b422cc..0000000000 --- a/net-misc/gdown/gdown-5.1.0.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 2023-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{11..12} ) -DISTUTILS_USE_PEP517=hatchling -inherit distutils-r1 - -DESCRIPTION="Google Drive public file/folder downloader" -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/tqdm[${PYTHON_USEDEP}] -" -BDEPEND=" - dev-python/hatch-fancy-pypi-readme[${PYTHON_USEDEP}] - dev-python/hatch-vcs[${PYTHON_USEDEP}] -" - -distutils_enable_tests pytest - -src_configure() { - export SETUPTOOLS_SCM_PRETEND_VERSION=${PV} - distutils-r1_src_configure -}