commit:     3bc96c0532f82b480804ef0d06f56351ea99c942
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 16 18:09:44 2023 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Mar 16 18:11:14 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3bc96c05

dev-python/click-plugins: Remove old

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/click-plugins/click-plugins-1.1.1.ebuild | 21 ---------------------
 1 file changed, 21 deletions(-)

diff --git a/dev-python/click-plugins/click-plugins-1.1.1.ebuild 
b/dev-python/click-plugins/click-plugins-1.1.1.ebuild
deleted file mode 100644
index 6aaa9c9feb9b..000000000000
--- a/dev-python/click-plugins/click-plugins-1.1.1.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="7"
-
-PYTHON_COMPAT=( python3_{9..10} )
-
-inherit distutils-r1
-
-DESCRIPTION="Module for click to enable registering CLI commands via 
setuptools entry-points"
-HOMEPAGE="https://github.com/click-contrib/click-plugins";
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="BSD"
-KEYWORDS="amd64 ~arm ~arm64 ~loong ~riscv x86"
-SLOT="0"
-
-RDEPEND="dev-python/click[${PYTHON_USEDEP}]"
-BDEPEND="test? ( ${RDEPEND} )"
-
-distutils_enable_tests pytest

Reply via email to