From: "Viorel Munteanu" <ceamac@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/linode-cli/
Date: Thu, 27 Feb 2025 17:30:09 +0000 (UTC) [thread overview]
Message-ID: <1740677396.42f29c457847b6bb83bbc7af58e6930c065164aa.ceamac@gentoo> (raw)
commit: 42f29c457847b6bb83bbc7af58e6930c065164aa
Author: Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 27 17:26:16 2025 +0000
Commit: Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
CommitDate: Thu Feb 27 17:29:56 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=42f29c45
app-admin/linode-cli: add 5.56.3
Signed-off-by: Viorel Munteanu <ceamac <AT> gentoo.org>
app-admin/linode-cli/Manifest | 1 +
app-admin/linode-cli/linode-cli-5.56.3.ebuild | 45 +++++++++++++++++++++++++++
2 files changed, 46 insertions(+)
diff --git a/app-admin/linode-cli/Manifest b/app-admin/linode-cli/Manifest
index 179396d189e9..c6c846640e79 100644
--- a/app-admin/linode-cli/Manifest
+++ b/app-admin/linode-cli/Manifest
@@ -1,2 +1,3 @@
DIST linode_cli-5.56.1.tar.gz 161059 BLAKE2B 20c0f3de96dd40745265a42b0c9736b6aa59915247170e84624eb21c097306e33c592b730687b11e7e5cdf795f0b313aadc45fd72af72d1e5f76256cea79d4dd SHA512 f711ca0756d4ca0d84c769c4ab5cad747efb3e3e256f484ebb9a44686218fd912d3df7538d03c3e447b16a215c8ca304ec2060562a66a2744128f85e6a1fa2a2
DIST linode_cli-5.56.2.tar.gz 161397 BLAKE2B 0cb43fdb4a9d722466d97b093495879ef114542ce39f4dd93be086ff4b1436ce354a01ffe5c6e865a8ffea564b60767e54a960a42fcb639384e61f21b5e11b4a SHA512 1e5234eb4ac962d5255d3b3809dbe00d3803e374b16cd1c590668c985ef032b96745f361172e96ad8b4e434ad2963174ec702497e753ba0a346074966df6f510
+DIST linode_cli-5.56.3.tar.gz 161602 BLAKE2B 67aa9028477536b89fa304e6ad2a9a90979ed1a0a18cb95ed169c5c16df1ecb0afd0c418a590670e91b6ce55f0107eeb7f5b9a3e48314f87241f2c7319e5d4d7 SHA512 4317654fb6341de86886d5fcc2bba12091f83c48b9b4cd0a9fe9048e9969c6fe9a77ce1d63d9cadd5e7edc6cd4146f981d6831689dad27db192967e012b054ff
diff --git a/app-admin/linode-cli/linode-cli-5.56.3.ebuild b/app-admin/linode-cli/linode-cli-5.56.3.ebuild
new file mode 100644
index 000000000000..8e3cb59e9f6e
--- /dev/null
+++ b/app-admin/linode-cli/linode-cli-5.56.3.ebuild
@@ -0,0 +1,45 @@
+# 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/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
+}
next reply other threads:[~2025-02-27 17:30 UTC|newest]
Thread overview: 41+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-02-27 17:30 Viorel Munteanu [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-02-24 8:16 [gentoo-commits] repo/gentoo:master commit in: app-admin/linode-cli/ Arthur Zamarin
2025-02-10 16:26 Viorel Munteanu
2025-02-10 16:26 Viorel Munteanu
2025-02-10 16:26 Viorel Munteanu
2025-02-10 16:26 Viorel Munteanu
2025-01-31 7:51 Viorel Munteanu
2025-01-08 14:15 Viorel Munteanu
2024-11-22 5:30 Viorel Munteanu
2024-11-22 5:30 Viorel Munteanu
2024-10-31 5:53 Viorel Munteanu
2024-10-25 4:31 Viorel Munteanu
2024-10-25 4:31 Viorel Munteanu
2024-10-23 19:27 Viorel Munteanu
2024-10-23 19:27 Viorel Munteanu
2024-10-02 4:36 Viorel Munteanu
2024-08-14 4:47 Viorel Munteanu
2024-06-22 19:05 Maciej Barć
2024-06-22 19:05 Maciej Barć
2024-06-04 17:13 Viorel Munteanu
2024-05-03 7:05 Viorel Munteanu
2024-05-02 8:01 Viorel Munteanu
2024-05-02 7:48 Viorel Munteanu
2024-05-02 7:48 Viorel Munteanu
2024-05-02 7:48 Viorel Munteanu
2024-04-17 19:56 Viorel Munteanu
2024-03-06 5:58 Viorel Munteanu
2024-03-06 5:58 Viorel Munteanu
2024-02-06 6:03 Viorel Munteanu
2024-02-06 6:03 Viorel Munteanu
2024-02-06 6:03 Viorel Munteanu
2024-01-17 6:19 Viorel Munteanu
2024-01-17 6:19 Viorel Munteanu
2024-01-10 17:47 Viorel Munteanu
2024-01-10 6:12 Viorel Munteanu
2023-12-20 18:04 Viorel Munteanu
2023-12-20 18:04 Viorel Munteanu
2023-12-20 5:33 Viorel Munteanu
2023-12-20 5:33 Viorel Munteanu
2023-12-12 6:13 Viorel Munteanu
2023-12-01 15:22 Viorel Munteanu
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1740677396.42f29c457847b6bb83bbc7af58e6930c065164aa.ceamac@gentoo \
--to=ceamac@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox