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 23935158094 for ; Fri, 19 Aug 2022 11:05:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4E95EE0844; Fri, 19 Aug 2022 11:05:35 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 2CCF2E0844 for ; Fri, 19 Aug 2022 11:05:35 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 45D5B340B27 for ; Fri, 19 Aug 2022 11:05:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B249F57D for ; Fri, 19 Aug 2022 11:05:32 +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: <1660907121.b4fe1d6e78bf96247bf6cc53c71572f52cb07923.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/cleo/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/cleo/Manifest dev-python/cleo/cleo-0.8.1-r1.ebuild dev-python/cleo/metadata.xml X-VCS-Directories: dev-python/cleo/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: b4fe1d6e78bf96247bf6cc53c71572f52cb07923 X-VCS-Branch: master Date: Fri, 19 Aug 2022 11:05:32 +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: 816b78b7-bf7d-466f-a4e0-e7cf8c4644b2 X-Archives-Hash: eb531f8e8394165ade54765d115d525b commit: b4fe1d6e78bf96247bf6cc53c71572f52cb07923 Author: Michał Górny gentoo org> AuthorDate: Fri Aug 19 11:02:16 2022 +0000 Commit: Michał Górny gentoo org> CommitDate: Fri Aug 19 11:05:21 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b4fe1d6e dev-python/cleo: Modernize Signed-off-by: Michał Górny gentoo.org> dev-python/cleo/Manifest | 1 + dev-python/cleo/cleo-0.8.1-r1.ebuild | 33 +++++++++++++++++++++++++++++++++ dev-python/cleo/metadata.xml | 2 +- 3 files changed, 35 insertions(+), 1 deletion(-) diff --git a/dev-python/cleo/Manifest b/dev-python/cleo/Manifest index 86a6d75da698..a3b3f64d5a29 100644 --- a/dev-python/cleo/Manifest +++ b/dev-python/cleo/Manifest @@ -1 +1,2 @@ +DIST cleo-0.8.1.gh.tar.gz 96220 BLAKE2B 57971f6254a31ecf5101d89e96607b5915ab5138d727279d445172b89a10acd6b76619d344973fa2bdbc320866fa1dbdf05c889f4eca879839fa6bcbbad0af7c SHA512 9cd470063db9866a526f0bb8619d772c585377d5b1a662e0f94bad9fb9c853598b176444ca1ac0fadec82992196c471646504d6a28d4dcd1171433b8d160be9c DIST cleo-0.8.1.tar.gz 96220 BLAKE2B 57971f6254a31ecf5101d89e96607b5915ab5138d727279d445172b89a10acd6b76619d344973fa2bdbc320866fa1dbdf05c889f4eca879839fa6bcbbad0af7c SHA512 9cd470063db9866a526f0bb8619d772c585377d5b1a662e0f94bad9fb9c853598b176444ca1ac0fadec82992196c471646504d6a28d4dcd1171433b8d160be9c diff --git a/dev-python/cleo/cleo-0.8.1-r1.ebuild b/dev-python/cleo/cleo-0.8.1-r1.ebuild new file mode 100644 index 000000000000..eb4a005048fe --- /dev/null +++ b/dev-python/cleo/cleo-0.8.1-r1.ebuild @@ -0,0 +1,33 @@ +# Copyright 2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=poetry +PYTHON_COMPAT=( python3_{8..11} ) + +inherit distutils-r1 + +DESCRIPTION="Python tool for building testable command-line interfaces" +HOMEPAGE=" + https://github.com/python-poetry/cleo/ + https://pypi.org/project/cleo/ +" +SRC_URI=" + https://github.com/python-poetry/cleo/archive/${PV}.tar.gz + -> ${P}.gh.tar.gz +" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86" + +BDEPEND=" + test? ( + dev-python/clikit[${PYTHON_USEDEP}] + dev-python/crashtest[${PYTHON_USEDEP}] + dev-python/pytest-mock[${PYTHON_USEDEP}] + ) +" + +distutils_enable_tests pytest diff --git a/dev-python/cleo/metadata.xml b/dev-python/cleo/metadata.xml index 0a2fd8dc3506..85c267fe0c12 100644 --- a/dev-python/cleo/metadata.xml +++ b/dev-python/cleo/metadata.xml @@ -7,7 +7,7 @@ - sdispater/cleo + python-poetry/cleo cleo