commit:     c73403d934d7e8efb953a6803e997238cb96782f
Author:     Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 18 19:09:04 2025 +0000
Commit:     Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
CommitDate: Thu Dec 18 19:47:19 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c73403d9

app-admin/linode-cli: add 5.65.0

Signed-off-by: Viorel Munteanu <ceamac <AT> gentoo.org>

 app-admin/linode-cli/Manifest                 |  1 +
 app-admin/linode-cli/linode-cli-5.65.0.ebuild | 46 +++++++++++++++++++++++++++
 2 files changed, 47 insertions(+)

diff --git a/app-admin/linode-cli/Manifest b/app-admin/linode-cli/Manifest
index 3f3724f41778..33407c41909d 100644
--- a/app-admin/linode-cli/Manifest
+++ b/app-admin/linode-cli/Manifest
@@ -1,2 +1,3 @@
 DIST linode_cli-5.63.0.tar.gz 199801 BLAKE2B 
20ab4df6790ba2e047e0137184bbfc4c7d5aea9150042acf67459a866b9e506284bb4b574c0572c914f27cf7fb86c4bdd42929c67a580c1fe21ff267023847c3
 SHA512 
3a7c29bb190e6a1269c40f056ff5a6cbe30517d296f2d8b8fd6d5d7fb7e7f73bd81be5d628764abca5dfe8bd9aa1eaa00fae1daf30574c115b75876926d020a3
 DIST linode_cli-5.64.0.tar.gz 204901 BLAKE2B 
fcc948ddcd18a1276b5b1ba526c5fe6de13bc887872257957f8ab4e0e69d43ee23f0b17bdbfd7007425a576b47f5db26e3db2f375b94b3faa0a232592414b314
 SHA512 
324284c04b2b0e2b0e003273d8cff81554957af82e96c650cfb906ea3501fec27e5d676e49c58640c95b6d0db628245418ccc5be3c148a57d74fa280e6232b5c
+DIST linode_cli-5.65.0.tar.gz 206974 BLAKE2B 
bdf9dd9d89476f96cb1b7832ef38e7e4d977586fe3721c3d9ca83134803f5dacf0f71e31ae046e2c8f63def89456b925e4631d2f605130747f6b9b71f76085a0
 SHA512 
c61d31f8cc055911d90c371817c537c4cc63dca8659e6e7662d21e6438dc7bfc3d6de7ca0ff4fd6675d95836a8e787f7e6e1e40cf57d4704814f9ee6fc9059ab

diff --git a/app-admin/linode-cli/linode-cli-5.65.0.ebuild 
b/app-admin/linode-cli/linode-cli-5.65.0.ebuild
new file mode 100644
index 000000000000..aba4d8acae6b
--- /dev/null
+++ b/app-admin/linode-cli/linode-cli-5.65.0.ebuild
@@ -0,0 +1,46 @@
+# Copyright 2023-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{10..13} )
+DISTUTILS_USE_PEP517=setuptools
+inherit distutils-r1 pypi shell-completion
+
+DESCRIPTION="Official command-line interface for interacting with the Linode 
API"
+HOMEPAGE="https://github.com/linode/linode-cli https://www.linode.com/";
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64"
+
+# Tests require network, a linode account and an API key.
+# WARNING: tests will incur costs and will wipe the account.
+RESTRICT="test"
+
+RDEPEND="
+       >=dev-python/boto3-1.36[${PYTHON_USEDEP}]
+       >=dev-python/linode-metadata-0.3[${PYTHON_USEDEP}]
+       dev-python/openapi3[${PYTHON_USEDEP}]
+       dev-python/packaging[${PYTHON_USEDEP}]
+       dev-python/pytimeparse[${PYTHON_USEDEP}]
+       dev-python/pyyaml[${PYTHON_USEDEP}]
+       dev-python/requests[${PYTHON_USEDEP}]
+       dev-python/rich[${PYTHON_USEDEP}]
+       <dev-python/urllib3-3[${PYTHON_USEDEP}]
+"
+
+python_install_all() {
+       distutils-r1_python_install_all
+
+       PYTHONPATH=. ${EPYTHON} linodecli completion bash > "${T}/${PN}".bash 
|| die
+       PYTHONPATH=. ${EPYTHON} linodecli completion fish > "${T}/${PN}".fish 
|| die
+
+       newbashcomp "${T}/${PN}".bash ${PN}
+       dofishcomp "${T}/${PN}".fish
+
+       dosym ${PN} "$(get_bashcompdir)"/linode
+       dosym ${PN} "$(get_bashcompdir)"/lin
+       dosym ${PN}.fish "$(get_fishcompdir)"/linode.fish
+       dosym ${PN}.fish "$(get_fishcompdir)"/lin.fish
+}

Reply via email to