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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 6743715800A for ; Tue, 29 Aug 2023 05:30:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8D4962BC014; Tue, 29 Aug 2023 05:30:36 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 760042BC014 for ; Tue, 29 Aug 2023 05:30:36 +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 70F8B340D17 for ; Tue, 29 Aug 2023 05:30:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B6692E69 for ; Tue, 29 Aug 2023 05:30:33 +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: <1693286891.8840e2a5b134c4cd667739a74a2ece7a75814013.ceamac@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: app-admin/linode-cli/ X-VCS-Repository: repo/proj/guru X-VCS-Files: app-admin/linode-cli/Manifest app-admin/linode-cli/linode-cli-5.42.1.ebuild X-VCS-Directories: app-admin/linode-cli/ X-VCS-Committer: ceamac X-VCS-Committer-Name: Viorel Munteanu X-VCS-Revision: 8840e2a5b134c4cd667739a74a2ece7a75814013 X-VCS-Branch: dev Date: Tue, 29 Aug 2023 05:30:33 +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: 00cf5bc5-5406-4b39-ba14-daad1359e495 X-Archives-Hash: f4e924031c073926891d97c5c3e70a60 commit: 8840e2a5b134c4cd667739a74a2ece7a75814013 Author: Viorel Munteanu gentoo org> AuthorDate: Tue Aug 29 05:28:11 2023 +0000 Commit: Viorel Munteanu gentoo org> CommitDate: Tue Aug 29 05:28:11 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=8840e2a5 app-admin/linode-cli: add 5.42.1 Signed-off-by: Viorel Munteanu gentoo.org> app-admin/linode-cli/Manifest | 1 + app-admin/linode-cli/linode-cli-5.42.1.ebuild | 26 ++++++++++++++++++++++++++ 2 files changed, 27 insertions(+) diff --git a/app-admin/linode-cli/Manifest b/app-admin/linode-cli/Manifest index a4bcce8c31..c688288a08 100644 --- a/app-admin/linode-cli/Manifest +++ b/app-admin/linode-cli/Manifest @@ -1 +1,2 @@ DIST linode-cli-5.42.0.tar.gz 132460 BLAKE2B 1c0b176b48e9d1ee8d307992bdf47a3d9a3eb604f3e631cd2cb0f6b0813167e9c776dc72e97e2edc009486e56949b92826aaece84b0b5c09c2ef2d9537af53d1 SHA512 d329c4e3475cf177cfb089841a5192a561636c4d8defc334e5c492c282f27e3ac8e4395d362bb264bf64eff8ff0a4c3e9bb534f5bbb0e45d08aaff9a83261d65 +DIST linode-cli-5.42.1.tar.gz 133000 BLAKE2B def5cd7a02c94d9bb809e2da9bc29b631f6d1b65360945ab886a7af724f4e3ef98f96f17f5c8463e1ad772a226b6f1c2a3f3ffb561af1c997546fdb75388f766 SHA512 9b19fdfdba712bbbbdfa7ccc6d38eb37dab919d3f5e0693fd81362aad2d1bac3c8bbf618629080e13c930fd49e6cf62cfcf2e804997c0be3b5f911ea89ca7293 diff --git a/app-admin/linode-cli/linode-cli-5.42.1.ebuild b/app-admin/linode-cli/linode-cli-5.42.1.ebuild new file mode 100644 index 0000000000..0a5de62d9f --- /dev/null +++ b/app-admin/linode-cli/linode-cli-5.42.1.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..11} ) +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}] + 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 3E13B15800A for ; Tue, 29 Aug 2023 05:39:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 87E512BC022; Tue, 29 Aug 2023 05:39:28 +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 738332BC022 for ; Tue, 29 Aug 2023 05:39:28 +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 B82D9340DBD for ; Tue, 29 Aug 2023 05:39:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5658A10D5 for ; Tue, 29 Aug 2023 05:39:26 +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: <1693286891.8840e2a5b134c4cd667739a74a2ece7a75814013.ceamac@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: app-admin/linode-cli/ X-VCS-Repository: repo/proj/guru X-VCS-Files: app-admin/linode-cli/Manifest app-admin/linode-cli/linode-cli-5.42.1.ebuild X-VCS-Directories: app-admin/linode-cli/ X-VCS-Committer: ceamac X-VCS-Committer-Name: Viorel Munteanu X-VCS-Revision: 8840e2a5b134c4cd667739a74a2ece7a75814013 X-VCS-Branch: master Date: Tue, 29 Aug 2023 05:39:26 +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: 40c29aaa-e985-40c9-a81f-a597129bb0a6 X-Archives-Hash: e56cef402df76f2fc077a3511349de5a Message-ID: <20230829053926.iDvLKTUhiLle6vHWlaPL_uH3vC1owsF3DWidaAUx32w@z> commit: 8840e2a5b134c4cd667739a74a2ece7a75814013 Author: Viorel Munteanu gentoo org> AuthorDate: Tue Aug 29 05:28:11 2023 +0000 Commit: Viorel Munteanu gentoo org> CommitDate: Tue Aug 29 05:28:11 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=8840e2a5 app-admin/linode-cli: add 5.42.1 Signed-off-by: Viorel Munteanu gentoo.org> app-admin/linode-cli/Manifest | 1 + app-admin/linode-cli/linode-cli-5.42.1.ebuild | 26 ++++++++++++++++++++++++++ 2 files changed, 27 insertions(+) diff --git a/app-admin/linode-cli/Manifest b/app-admin/linode-cli/Manifest index a4bcce8c31..c688288a08 100644 --- a/app-admin/linode-cli/Manifest +++ b/app-admin/linode-cli/Manifest @@ -1 +1,2 @@ DIST linode-cli-5.42.0.tar.gz 132460 BLAKE2B 1c0b176b48e9d1ee8d307992bdf47a3d9a3eb604f3e631cd2cb0f6b0813167e9c776dc72e97e2edc009486e56949b92826aaece84b0b5c09c2ef2d9537af53d1 SHA512 d329c4e3475cf177cfb089841a5192a561636c4d8defc334e5c492c282f27e3ac8e4395d362bb264bf64eff8ff0a4c3e9bb534f5bbb0e45d08aaff9a83261d65 +DIST linode-cli-5.42.1.tar.gz 133000 BLAKE2B def5cd7a02c94d9bb809e2da9bc29b631f6d1b65360945ab886a7af724f4e3ef98f96f17f5c8463e1ad772a226b6f1c2a3f3ffb561af1c997546fdb75388f766 SHA512 9b19fdfdba712bbbbdfa7ccc6d38eb37dab919d3f5e0693fd81362aad2d1bac3c8bbf618629080e13c930fd49e6cf62cfcf2e804997c0be3b5f911ea89ca7293 diff --git a/app-admin/linode-cli/linode-cli-5.42.1.ebuild b/app-admin/linode-cli/linode-cli-5.42.1.ebuild new file mode 100644 index 0000000000..0a5de62d9f --- /dev/null +++ b/app-admin/linode-cli/linode-cli-5.42.1.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..11} ) +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}] +