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 4D0A5158099 for ; Fri, 1 Dec 2023 15:22:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6D4D82BC024; Fri, 1 Dec 2023 15:22:33 +0000 (UTC) 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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 50ED82BC024 for ; Fri, 1 Dec 2023 15:22:33 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4E864335DC2 for ; Fri, 1 Dec 2023 15:22:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AAB8C1305 for ; Fri, 1 Dec 2023 15:22:30 +0000 (UTC) From: "Viorel Munteanu" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Viorel Munteanu" Message-ID: <1701443635.7f8a595ed92f555ab0a1b46c0560e545b793a36f.ceamac@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/linode-cli/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-admin/linode-cli/Manifest app-admin/linode-cli/linode-cli-5.45.2.ebuild app-admin/linode-cli/metadata.xml X-VCS-Directories: app-admin/linode-cli/ X-VCS-Committer: ceamac X-VCS-Committer-Name: Viorel Munteanu X-VCS-Revision: 7f8a595ed92f555ab0a1b46c0560e545b793a36f X-VCS-Branch: master Date: Fri, 1 Dec 2023 15:22:30 +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: 821f3f68-42b4-4ec4-90b8-0d2dcbd67c01 X-Archives-Hash: 0d37bea960306fc008a878c102dea865 commit: 7f8a595ed92f555ab0a1b46c0560e545b793a36f Author: Viorel Munteanu gentoo org> AuthorDate: Fri Dec 1 15:06:27 2023 +0000 Commit: Viorel Munteanu gentoo org> CommitDate: Fri Dec 1 15:13:55 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f8a595e app-admin/linode-cli: new package, add 5.45.2 Move from ::guru. Closes: https://github.com/gentoo/gentoo/pull/34076 Signed-off-by: Viorel Munteanu gentoo.org> app-admin/linode-cli/Manifest | 1 + app-admin/linode-cli/linode-cli-5.45.2.ebuild | 26 ++++++++++++++++++++++++++ app-admin/linode-cli/metadata.xml | 16 ++++++++++++++++ 3 files changed, 43 insertions(+) diff --git a/app-admin/linode-cli/Manifest b/app-admin/linode-cli/Manifest new file mode 100644 index 000000000000..9821df86f7af --- /dev/null +++ b/app-admin/linode-cli/Manifest @@ -0,0 +1 @@ +DIST linode-cli-5.45.2.tar.gz 126870 BLAKE2B adfb0862159fbd1dc887726a9d40c2534526b9fe7326c6340c52ed928aff5c9960b20a5961ed6aac7e276201e52a254fd6ba5e6aaa80da7d68e95cc0dc949f27 SHA512 9a6697b3306434cc4f59ef695d0b51e33f71b2d1be4d942e369a22328c3cbf78da0efc939f39f8da928ba5fb5bc2bc06a6ee5d0c9a8e0deb78b657738f19501d diff --git a/app-admin/linode-cli/linode-cli-5.45.2.ebuild b/app-admin/linode-cli/linode-cli-5.45.2.ebuild new file mode 100644 index 000000000000..45ee6333667a --- /dev/null +++ b/app-admin/linode-cli/linode-cli-5.45.2.ebuild @@ -0,0 +1,26 @@ +# Copyright 2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +PYTHON_COMPAT=( python3_{10..12} ) +DISTUTILS_USE_PEP517=setuptools +PYPI_NO_NORMALIZE=1 +inherit distutils-r1 pypi + +DESCRIPTION="Linode Command Line Interface" +HOMEPAGE="https://github.com/linode/linode-cli https://www.linode.com/" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64" + +RDEPEND=" + dev-python/boto3[${PYTHON_USEDEP}] + dev-python/openapi3[${PYTHON_USEDEP}] + dev-python/packaging[${PYTHON_USEDEP}] + dev-python/pyyaml[${PYTHON_USEDEP}] + dev-python/requests[${PYTHON_USEDEP}] + dev-python/rich[${PYTHON_USEDEP}] + + + + + ceamac@gentoo.org + Viorel Munteanu + + + xgqt@gentoo.org + Maciej Barć + + + linode/linode-cli + linode-cli + +