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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id EBC5315808B for ; Fri, 11 Feb 2022 19:43:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 48BADE088C; Fri, 11 Feb 2022 19:43:51 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 35B4BE088C for ; Fri, 11 Feb 2022 19:43:51 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3FF5A3431EF for ; Fri, 11 Feb 2022 19:43:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EBE8B250 for ; Fri, 11 Feb 2022 19:43:48 +0000 (UTC) From: "Jakov Smolić" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jakov Smolić" Message-ID: <1644608602.241c7ff8eeaf6e80dcf67d60c561b7b2dd7b284f.jsmolic@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/cli_helpers/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/cli_helpers/Manifest dev-python/cli_helpers/cli_helpers-2.2.0.ebuild X-VCS-Directories: dev-python/cli_helpers/ X-VCS-Committer: jsmolic X-VCS-Committer-Name: Jakov Smolić X-VCS-Revision: 241c7ff8eeaf6e80dcf67d60c561b7b2dd7b284f X-VCS-Branch: master Date: Fri, 11 Feb 2022 19:43:48 +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: ef25033b-3411-40ac-a73e-1026177a73c7 X-Archives-Hash: 8cc4d2a20e27d0ce09b4e9f5f0ad3120 commit: 241c7ff8eeaf6e80dcf67d60c561b7b2dd7b284f Author: Jakov Smolić gentoo org> AuthorDate: Fri Feb 11 19:43:22 2022 +0000 Commit: Jakov Smolić gentoo org> CommitDate: Fri Feb 11 19:43:22 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=241c7ff8 dev-python/cli_helpers: drop 2.2.0 Signed-off-by: Jakov Smolić gentoo.org> dev-python/cli_helpers/Manifest | 1 - dev-python/cli_helpers/cli_helpers-2.2.0.ebuild | 24 ------------------------ 2 files changed, 25 deletions(-) diff --git a/dev-python/cli_helpers/Manifest b/dev-python/cli_helpers/Manifest index 8b79b216861d..ab8aa22985b7 100644 --- a/dev-python/cli_helpers/Manifest +++ b/dev-python/cli_helpers/Manifest @@ -1,2 +1 @@ -DIST cli_helpers-2.2.0.tar.gz 34018 BLAKE2B c7dfe8b87db6312557b4ac87aa4eda77b94f12789fcd4a9e686cada47bd41601f5c357a77de4a1c6d550b2ea110b682da0a04edb312d26ecf281e6d323369462 SHA512 26d78227999e8bb37f58529ce29bbed1bc8d51c80f81127552fb1d1f880c476abdd43ca628c591ba50c0316b35d1df0541906bf902a7549f459da0e1200c8479 DIST cli_helpers-2.2.1.tar.gz 34199 BLAKE2B 5fb5217321d92cd6c774337bdf444ad2a6120accfe32da08642a880a60f1bdb4c71f12657bd17c30f7b3f212216fad027ac9c786367563e01d58c54c15bf67b5 SHA512 4b4a8c3ab61ceeaa1986e5d9943b10351ff1b3339294a78ed740bff3bd555cace723e637d6627e26b832370583989aa2b0782f57949af2c1d504f93caceda2d8 diff --git a/dev-python/cli_helpers/cli_helpers-2.2.0.ebuild b/dev-python/cli_helpers/cli_helpers-2.2.0.ebuild deleted file mode 100644 index d966fc5e94ca..000000000000 --- a/dev-python/cli_helpers/cli_helpers-2.2.0.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{8..10} ) -inherit distutils-r1 - -DESCRIPTION="Python helpers for common CLI tasks" -HOMEPAGE="https://cli-helpers.rtfd.io/" -SRC_URI="https://github.com/dbcli/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="amd64 x86" - -RDEPEND=" - >=dev-python/configobj-5.0.5[${PYTHON_USEDEP}] - >=dev-python/pygments-2.4.0[${PYTHON_USEDEP}] - >=dev-python/tabulate-0.8.0[${PYTHON_USEDEP}] - dev-python/wcwidth[${PYTHON_USEDEP}] -" - -distutils_enable_tests pytest