Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/click-plugins/
Date: Thu, 16 Mar 2023 18:13:15
Message-Id: 1678990274.3bc96c0532f82b480804ef0d06f56351ea99c942.mgorny@gentoo
1 commit: 3bc96c0532f82b480804ef0d06f56351ea99c942
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Thu Mar 16 18:09:44 2023 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Thu Mar 16 18:11:14 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3bc96c05
7
8 dev-python/click-plugins: Remove old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/click-plugins/click-plugins-1.1.1.ebuild | 21 ---------------------
13 1 file changed, 21 deletions(-)
14
15 diff --git a/dev-python/click-plugins/click-plugins-1.1.1.ebuild b/dev-python/click-plugins/click-plugins-1.1.1.ebuild
16 deleted file mode 100644
17 index 6aaa9c9feb9b..000000000000
18 --- a/dev-python/click-plugins/click-plugins-1.1.1.ebuild
19 +++ /dev/null
20 @@ -1,21 +0,0 @@
21 -# Copyright 1999-2023 Gentoo Authors
22 -# Distributed under the terms of the GNU General Public License v2
23 -
24 -EAPI="7"
25 -
26 -PYTHON_COMPAT=( python3_{9..10} )
27 -
28 -inherit distutils-r1
29 -
30 -DESCRIPTION="Module for click to enable registering CLI commands via setuptools entry-points"
31 -HOMEPAGE="https://github.com/click-contrib/click-plugins"
32 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
33 -
34 -LICENSE="BSD"
35 -KEYWORDS="amd64 ~arm ~arm64 ~loong ~riscv x86"
36 -SLOT="0"
37 -
38 -RDEPEND="dev-python/click[${PYTHON_USEDEP}]"
39 -BDEPEND="test? ( ${RDEPEND} )"
40 -
41 -distutils_enable_tests pytest