From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 finch.gentoo.org (Postfix) with ESMTPS id 2E1391580E0 for ; Sat, 31 May 2025 09:24:51 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (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) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id CB0ED3430DD for ; Sat, 31 May 2025 09:24:50 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 185DF1104A5; Sat, 31 May 2025 09:24:39 +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 bobolink.gentoo.org (Postfix) with ESMTPS id 0B7CA1104A5 for ; Sat, 31 May 2025 09:24:39 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 B733B3430E8 for ; Sat, 31 May 2025 09:24:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E689F28F2 for ; Sat, 31 May 2025 09:24:35 +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: <1748683470.f724b6fb57bb9abc492772e94dd2c5b9a991aace.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/cliff/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/cliff/Manifest dev-python/cliff/cliff-4.9.1.ebuild X-VCS-Directories: dev-python/cliff/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: f724b6fb57bb9abc492772e94dd2c5b9a991aace X-VCS-Branch: master Date: Sat, 31 May 2025 09:24:35 +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: 2fe77241-962e-458f-baf8-4a08d3a1eee6 X-Archives-Hash: f586cc25451685cccc29c19b309c7234 commit: f724b6fb57bb9abc492772e94dd2c5b9a991aace Author: Michał Górny gentoo org> AuthorDate: Sat May 31 08:50:25 2025 +0000 Commit: Michał Górny gentoo org> CommitDate: Sat May 31 09:24:30 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f724b6fb dev-python/cliff: Remove old Signed-off-by: Michał Górny gentoo.org> dev-python/cliff/Manifest | 1 - dev-python/cliff/cliff-4.9.1.ebuild | 40 ------------------------------------- 2 files changed, 41 deletions(-) diff --git a/dev-python/cliff/Manifest b/dev-python/cliff/Manifest index ded49cbced92..5e31c902969e 100644 --- a/dev-python/cliff/Manifest +++ b/dev-python/cliff/Manifest @@ -1,2 +1 @@ DIST cliff-4.10.0.tar.gz 86514 BLAKE2B 918d96ad122a709ba1104aab23370e2c18f20990f755a54afc550f3c29fa15fdc5615785d759bf1491b7196e95f5dec427fe8c602e2b430ab7d14006cac90ff1 SHA512 284d04ed3407b37404727ac53665e29f8310bd08cdbae87e1c89f8abdab164978bc6da6428b6a877244588f16e15f5a1fd53f30f88bb51bc25cabcf243e54ecd -DIST cliff-4.9.1.tar.gz 86597 BLAKE2B e9051087f8a73468a129f983a3afa318567251480aa4f4c058dda62f08c6195bd7ecc03001816dd1601729c1baf0b499d9ffdd904369947706d02b90aacecf11 SHA512 edec276c43ccba67c1fa51e1f4898f47fb019bc1a5ef1fd5d04a73416f4cae0e2f217a7006aba8dd969d9ce3c0dfd9875cad6e67f4e38dfc5532acbc79147d90 diff --git a/dev-python/cliff/cliff-4.9.1.ebuild b/dev-python/cliff/cliff-4.9.1.ebuild deleted file mode 100644 index 93258bed45de..000000000000 --- a/dev-python/cliff/cliff-4.9.1.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10..13} ) - -inherit distutils-r1 pypi - -DESCRIPTION="Command Line Interface Formulation Framework" -HOMEPAGE=" - https://opendev.org/openstack/cliff/ - https://github.com/openstack/cliff/ - https://pypi.org/project/cliff/ -" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~mips ~ppc64 ~riscv ~s390 sparc x86" - -RDEPEND=" - >=dev-python/autopage-0.4.0[${PYTHON_USEDEP}] - >=dev-python/cmd2-0.8.0[${PYTHON_USEDEP}] - dev-python/prettytable[${PYTHON_USEDEP}] - >=dev-python/pyparsing-2.1.0[${PYTHON_USEDEP}] - >=dev-python/pyyaml-3.12.0[${PYTHON_USEDEP}] - >=dev-python/stevedore-2.0.1[${PYTHON_USEDEP}] -" -BDEPEND=" - >dev-python/pbr-2.1.0[${PYTHON_USEDEP}] - test? ( - >=dev-python/fixtures-3.0.0[${PYTHON_USEDEP}] - >=dev-python/sphinx-5.0.0[${PYTHON_USEDEP}] - >=dev-python/testtools-2.2.0[${PYTHON_USEDEP}] - >=dev-python/testscenarios-0.4[${PYTHON_USEDEP}] - ) -" - -distutils_enable_tests unittest