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 8337515827B for ; Fri, 22 Aug 2025 02:50:28 +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) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 6D212340BD3 for ; Fri, 22 Aug 2025 02:50:28 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 5DADA110564; Fri, 22 Aug 2025 02:50:20 +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) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 4FED5110563 for ; Fri, 22 Aug 2025 02:50:20 +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) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 03EFA340A5D for ; Fri, 22 Aug 2025 02:50:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F3B0634CA for ; Fri, 22 Aug 2025 02:50:16 +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: <1755831000.4668c095be7c66bf2caeaf48c15522f526e3c06a.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.11.0.ebuild X-VCS-Directories: dev-python/cliff/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 4668c095be7c66bf2caeaf48c15522f526e3c06a X-VCS-Branch: master Date: Fri, 22 Aug 2025 02:50:16 +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: 1e6faa20-dbda-48a7-826e-b870fb8558b7 X-Archives-Hash: 6315add677d1984c1e21902309ee5a9e commit: 4668c095be7c66bf2caeaf48c15522f526e3c06a Author: Michał Górny gentoo org> AuthorDate: Fri Aug 22 02:27:39 2025 +0000 Commit: Michał Górny gentoo org> CommitDate: Fri Aug 22 02:50:00 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4668c095 dev-python/cliff: Bump to 4.11.0 Signed-off-by: Michał Górny gentoo.org> dev-python/cliff/Manifest | 1 + dev-python/cliff/cliff-4.11.0.ebuild | 39 ++++++++++++++++++++++++++++++++++++ 2 files changed, 40 insertions(+) diff --git a/dev-python/cliff/Manifest b/dev-python/cliff/Manifest index 5e31c902969e..465d098f27dc 100644 --- a/dev-python/cliff/Manifest +++ b/dev-python/cliff/Manifest @@ -1 +1,2 @@ DIST cliff-4.10.0.tar.gz 86514 BLAKE2B 918d96ad122a709ba1104aab23370e2c18f20990f755a54afc550f3c29fa15fdc5615785d759bf1491b7196e95f5dec427fe8c602e2b430ab7d14006cac90ff1 SHA512 284d04ed3407b37404727ac53665e29f8310bd08cdbae87e1c89f8abdab164978bc6da6428b6a877244588f16e15f5a1fd53f30f88bb51bc25cabcf243e54ecd +DIST cliff-4.11.0.tar.gz 86638 BLAKE2B f4e6e4f7ba1e9dc46c40988ef92f808c4f3c03ad53ce5f8b9017a98ceb619d3d797b8ca4922b2104fbed95205b3378e9577a1c68791b3d49aaf7f44f69295126 SHA512 43f60294bece3e6b5f326ff605f9db0c5920326cc35c3953f21135ce8f68ca6f31f35a77c2d39f12b0fe005d6aac1403ae45935919e7f08631a5cd076f3eb820 diff --git a/dev-python/cliff/cliff-4.11.0.ebuild b/dev-python/cliff/cliff-4.11.0.ebuild new file mode 100644 index 000000000000..695862b916ac --- /dev/null +++ b/dev-python/cliff/cliff-4.11.0.ebuild @@ -0,0 +1,39 @@ +# Copyright 1999-2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=pbr +PYTHON_COMPAT=( python3_{11..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=" + 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