From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 8AB8A158086 for ; Sun, 17 Oct 2021 07:33:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5C8BAE0929; Sun, 17 Oct 2021 07:33:45 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 266F3E0922 for ; Sun, 17 Oct 2021 07:33:45 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2B2C4343212 for ; Sun, 17 Oct 2021 07:33:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BE8DE189 for ; Sun, 17 Oct 2021 07:33:40 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1634455982.2d88539d16ec35c469bb7c77e156c2da53792415.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/click-plugins/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/click-plugins/Manifest dev-python/click-plugins/click-plugins-1.0.3.ebuild X-VCS-Directories: dev-python/click-plugins/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 2d88539d16ec35c469bb7c77e156c2da53792415 X-VCS-Branch: master Date: Sun, 17 Oct 2021 07:33:40 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: a7417b4b-c43f-4aa6-b65e-f573779b366d X-Archives-Hash: 5ea33e97730e0682a5cca84257ff7e8f commit: 2d88539d16ec35c469bb7c77e156c2da53792415 Author: Michał Górny gentoo org> AuthorDate: Sun Oct 17 07:33:02 2021 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun Oct 17 07:33:02 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d88539d dev-python/click-plugins: Remove old Signed-off-by: Michał Górny gentoo.org> dev-python/click-plugins/Manifest | 1 - .../click-plugins/click-plugins-1.0.3.ebuild | 23 ---------------------- 2 files changed, 24 deletions(-) diff --git a/dev-python/click-plugins/Manifest b/dev-python/click-plugins/Manifest index fbc5d7f37cb..8f8df316c45 100644 --- a/dev-python/click-plugins/Manifest +++ b/dev-python/click-plugins/Manifest @@ -1,2 +1 @@ -DIST click-plugins-1.0.3.tar.gz 7950 BLAKE2B 4ed7d15c37b2eb127faac6179c06467507405d4fd3eb55d93e2210df0eae124167e0206fe9996298abbd7ee26edc8849d5c4062875db12ea92937f225408b4e6 SHA512 1eac03d57931bdf8e2f387164490436b3b921738936ee6cd9a58246e05e84133e77c47dd606a00d1b3e238a806bf83ffe7dc7c758a92d789cc229a94ed26e17f DIST click-plugins-1.1.1.tar.gz 8164 BLAKE2B 48d75b9445b72dca41516fe81d02c6fad8089630c0d49963f559a847b90c7897c8db64773c4ec5f4c162d0f2f4fdd14fe212d485765d38977145fd32acdd0dcb SHA512 bbd838f50603ac4e76daf3535fd5d27a17e17549addbc8b582df6d6193b4f07d743101ce52f0b71f326995fdfeac159805025770350ca2e7697f212dce0c4b1a diff --git a/dev-python/click-plugins/click-plugins-1.0.3.ebuild b/dev-python/click-plugins/click-plugins-1.0.3.ebuild deleted file mode 100644 index 8e5bf209fdd..00000000000 --- a/dev-python/click-plugins/click-plugins-1.0.3.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI="7" - -PYTHON_COMPAT=( python3_{7,8} ) - -inherit distutils-r1 - -DESCRIPTION="Module for click to enable registering CLI commands via setuptools entry-points" -HOMEPAGE="https://pypi.org/project/click-plugins/" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="BSD" -KEYWORDS="~amd64 ~arm ~arm64 ~x86" -SLOT="0" -IUSE="" - -RDEPEND="" -DEPEND=" - ${RDEPEND} - dev-python/setuptools[${PYTHON_USEDEP}] -"