From a86854fa35e89988791585bf05ea46aa2aaaee1c Mon Sep 17 00:00:00 2001 From: Anton Bolshakov Date: Wed, 12 Nov 2025 09:43:52 +0800 Subject: [PATCH] click-option-group: remove in Gentoo's favour --- dev-python/click-option-group/Manifest | 1 - .../click-option-group-0.5.3.ebuild | 21 ------------------- 2 files changed, 22 deletions(-) delete mode 100644 dev-python/click-option-group/Manifest delete mode 100644 dev-python/click-option-group/click-option-group-0.5.3.ebuild diff --git a/dev-python/click-option-group/Manifest b/dev-python/click-option-group/Manifest deleted file mode 100644 index c40575496..000000000 --- a/dev-python/click-option-group/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST click-option-group-0.5.3.tar.gz 18026 BLAKE2B 7917894b34fcfb34955a44b4971a662a4960ba9e04f1709ec9669585b004345dc0021d2f40eec69b999e22a05ee367510c17e8b739ee563f287a046815c27e52 SHA512 9b9861c84d3df206df165bd43dd8ec9544ae646cb0a1cf9d4457a837df9517c952e54aafedf4cf095036ac842b936d7685c6949272d8cef95b28e27ea59c8057 diff --git a/dev-python/click-option-group/click-option-group-0.5.3.ebuild b/dev-python/click-option-group/click-option-group-0.5.3.ebuild deleted file mode 100644 index 4c6f76ad2..000000000 --- a/dev-python/click-option-group/click-option-group-0.5.3.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{12..14} ) - -inherit distutils-r1 - -DESCRIPTION="Option groups missing in Click" -HOMEPAGE="https://github.com/click-contrib/click-option-group" -SRC_URI="https://github.com/click-contrib/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="amd64 ~arm64 x86" - -RDEPEND="dev-python/click[${PYTHON_USEDEP}]" - -distutils_enable_tests pytest