click-option-group: remove in Gentoo's favour

This commit is contained in:
Anton Bolshakov 2025-11-12 09:43:52 +08:00
parent 5011abefd6
commit a86854fa35
No known key found for this signature in database
GPG key ID: 32BDCED870788F04
2 changed files with 0 additions and 22 deletions

View file

@ -1 +0,0 @@
DIST click-option-group-0.5.3.tar.gz 18026 BLAKE2B 7917894b34fcfb34955a44b4971a662a4960ba9e04f1709ec9669585b004345dc0021d2f40eec69b999e22a05ee367510c17e8b739ee563f287a046815c27e52 SHA512 9b9861c84d3df206df165bd43dd8ec9544ae646cb0a1cf9d4457a837df9517c952e54aafedf4cf095036ac842b936d7685c6949272d8cef95b28e27ea59c8057

View file

@ -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